Skip to content

Commit

Permalink
0.37.0 release (#660)
Browse files Browse the repository at this point in the history
<!-- ELLIPSIS_HIDDEN -->



| 🚀 | This description was created by
[Ellipsis](https://www.ellipsis.dev) for commit
469fdb2 |
|--------|--------|

### Summary:
This PR updates the version numbers for the Python and TypeScript
language clients, and the VSCode extension to `0.37.0`.

**Key points**:
- Updated `pyproject.toml` in `engine/language_client_python` to version
`0.37.0`
- Updated `package.json` in `engine/language_client_typescript` to
version `0.37.0`
- Updated `package.json` in `typescript/vscode-ext/packages` to version
`0.37.0`


----
Generated with ❤️ by [ellipsis.dev](https://www.ellipsis.dev)


<!-- ELLIPSIS_HIDDEN -->
  • Loading branch information
aaronvg authored Jun 11, 2024
1 parent cb259bc commit d6c3a4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion engine/language_client_python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "baml-py"
version = "0.36.0"
version = "0.37.0"
description = "BAML python bindings (pyproject.toml)"
readme = "README.md"
authors = [["Boundary", "[email protected]"]]
Expand Down
2 changes: 1 addition & 1 deletion engine/language_client_typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boundaryml/baml",
"version": "0.36.0",
"version": "0.37.0",
"description": "BAML typescript bindings (package.json)",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion typescript/vscode-ext/packages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "baml-extension",
"displayName": "Baml",
"description": "BAML is a DSL for AI applications.",
"version": "0.36.2",
"version": "0.37.0",
"publisher": "Boundary",
"repository": "https://github.com/BoundaryML/baml",
"homepage": "https://www.boundaryml.com",
Expand Down

0 comments on commit d6c3a4d

Please sign in to comment.