Skip to content

Commit

Permalink
chore: Bump version to 0.59.0 (#1010)
Browse files Browse the repository at this point in the history
Bump version to 0.59.0\n\n❌ Typescript integ tests\n❌ Python integ
tests\n\nGenerated by bump-version script.
<!-- ELLIPSIS_HIDDEN -->


----

> [!IMPORTANT]
> Bump version to 0.59.0 across multiple configuration files and package
manifests, with minor error handling changes in `native.js`.
> 
>   - **Version Bump**:
> - Update version to `0.59.0` in `engine/Cargo.toml`,
`language_client_python/pyproject.toml`,
`language_client_ruby/baml.gemspec`,
`language_client_typescript/package.json`, and
`vscode-ext/packages/package.json`.
>     - Update version in `tools/versions/*.cfg` files to `0.59.0`.
>   - **Miscellaneous**:
> - Change error handling in `native.js` to use `console.error()`
instead of `loadErrors.push()`.
> 
> <sup>This description was created by </sup>[<img alt="Ellipsis"
src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=BoundaryML%2Fbaml&utm_source=github&utm_medium=referral)<sup>
for 7320859. It will automatically
update as commits are pushed.</sup>


<!-- ELLIPSIS_HIDDEN -->

---------

Co-authored-by: aaronvg <aaron@boundaryml.com>
  • Loading branch information
sxlijin and aaronvg authored Oct 7, 2024
1 parent 9d077e8 commit 13fa931
Show file tree
Hide file tree
Showing 19 changed files with 912 additions and 787 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

## [0.59.0](https://github.com/boundaryml/baml/compare/0.58.0..0.59.0) - 2024-10-04

### Features

- **(vertex)** allow specifying creds as JSON object (#1009) - ([98868da](https://github.com/boundaryml/baml/commit/98868da4e75dde3a00178cbf60afebc501d37b0c)) - Samuel Lijin
- Add prompt, raw_output and error message to BamlValidationError in TS and Python (#1005) - ([447dbf4](https://github.com/boundaryml/baml/commit/447dbf4e0d0cf0744307ef50f89050752334d982)) - aaronvg
- Add BamlValidationError to `baml-cli serve` (#1007) - ([3b8cf16](https://github.com/boundaryml/baml/commit/3b8cf1636594c1a7245a733556efa690da40e139)) - aaronvg
- Include a WYSIWYG UI (Swagger UI) to `baml-cli dev` (#1011) - ([fe9dde4](https://github.com/BoundaryML/baml/commit/fe9dde4f3a7ff0503fd13087da50e4da9d97c3a0)) - imalsogreg

## [0.58.0](https://github.com/boundaryml/baml/compare/0.57.1..0.58.0) - 2024-10-02

### Features
Expand Down
24 changes: 12 additions & 12 deletions engine/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ internal-baml-jinja = { path = "baml-lib/jinja" }
internal-baml-schema-ast = { path = "baml-lib/schema-ast" }

[workspace.package]
version = "0.58.0"
version = "0.59.0"
authors = ["Boundary <contact@boundaryml.com>"]

description = "BAML Toolchain"
Expand Down
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.58.0"
version = "0.59.0"
description = "BAML python bindings (pyproject.toml)"
readme = "README.md"
authors = [["Boundary", "contact@boundaryml.com"]]
Expand Down
2 changes: 1 addition & 1 deletion engine/language_client_ruby/baml.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = "baml"
spec.version = "0.58.0"
spec.version = "0.59.0"
spec.authors = ["BoundaryML"]
spec.email = ["contact@boundaryml.com"]

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.58.0",
"version": "0.59.0",
"description": "BAML typescript bindings (package.json)",
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 13fa931

Please sign in to comment.