Skip to content

Commit c50febf

Browse files
authored
chore: Bump version to 0.87.2 (#1922)
Bump version to 0.87.2 ❌ Typescript integ tests ❌ Python integ tests Generated by bump-version script. <!-- ELLIPSIS_HIDDEN --> ---- > [!IMPORTANT] > Bump version to 0.87.2 across multiple configuration and package files, updating changelogs and test results accordingly. > > - **Version Bump**: > - Update version to `0.87.2` in `Cargo.lock`, `Cargo.toml`, `lib.go`, `pyproject.toml`, `baml.gemspec`, `package.json`, `baml_src/generators.baml`, `junit.xml`, and `package.json` in `vscode-ext/packages`. > - Update `current_version` to `0.87.2` in `engine.cfg`, `go.cfg`, `integ-tests.cfg`, `python.cfg`, `ruby.cfg`, `typescript.cfg`, and `vscode.cfg`. > - **Changelog**: > - Add entry for version `0.87.2` in `CHANGELOG.md` and `changelog.mdx`. > - **Tests**: > - Update test results in `junit.xml` to reflect new version. > > <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 93f8f01. You can [customize](https://app.ellipsis.dev/BoundaryML/settings/summaries) this summary. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN -->
1 parent d234dc9 commit c50febf

File tree

29 files changed

+266
-244
lines changed

29 files changed

+266
-244
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## [0.87.2](https://github.com/boundaryml/baml/compare/0.87.1..0.87.2) - 2025-05-08
6+
7+
### Bugfixes
8+
- [Go] Fix build of baml-cli for Go in linux (#1921) - ([d234dc9](https://github.com/boundaryml/baml/commit/d234dc922d6f01487a5e680ee52f1d8b28ef7ebb)) - Todd Berman
9+
- Bump version to 0.87.2 - ([77d6502](https://github.com/boundaryml/baml/commit/77d650219af58debc33d2544a2704197645ced32)) - Aaron Villalpando
10+
511
## [0.87.1](https://github.com/boundaryml/baml/compare/0.87.0..0.87.1) - 2025-05-07
612

713
### Bugfixes

engine/Cargo.lock

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

engine/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ tokio = { version = "1", default-features = false, features = [
118118
] }
119119

120120
[workspace.package]
121-
version = "0.87.1"
121+
version = "0.87.2"
122122
authors = ["Boundary <contact@boundaryml.com>"]
123123

124124
description = "BAML Toolchain"

engine/language_client_go/baml_go/lib.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import (
3333
import "C"
3434

3535
const (
36-
VERSION = "0.87.1"
36+
VERSION = "0.87.2"
3737
githubRepo = "boundaryml/baml"
3838
bamlCacheDirEnvVar = "BAML_CACHE_DIR"
3939
bamlLibraryPathEnv = "BAML_LIBRARY_PATH"

engine/language_client_python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "baml-py"
3-
version = "0.87.1"
3+
version = "0.87.2"
44
description = "BAML python bindings (pyproject.toml)"
55
readme = "README.md"
66
authors = [{ "name" = "Boundary", "email" = "contact@boundaryml.com" }]

engine/language_client_ruby/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
baml (0.87.1)
4+
baml (0.87.2)
55

66
GEM
77
remote: https://rubygems.org/

engine/language_client_ruby/baml.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = "baml"
5-
spec.version = "0.87.1"
5+
spec.version = "0.87.2"
66
spec.authors = ["BoundaryML"]
77
spec.email = ["contact@boundaryml.com"]
88

engine/language_client_typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@boundaryml/baml",
3-
"version": "0.87.1",
3+
"version": "0.87.2",
44
"description": "BAML typescript bindings (package.json)",
55
"repository": {
66
"type": "git",

fern/pages/changelog.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ title: Changelog
44

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

7+
## [0.87.2](https://github.com/boundaryml/baml/compare/0.87.1..0.87.2) - 2025-05-08
8+
9+
### Bugfixes
10+
- [Go] Fix build of baml-cli for Go in linux (#1921) - ([d234dc9](https://github.com/boundaryml/baml/commit/d234dc922d6f01487a5e680ee52f1d8b28ef7ebb)) - Todd Berman
11+
- Bump version to 0.87.2 - ([77d6502](https://github.com/boundaryml/baml/commit/77d650219af58debc33d2544a2704197645ced32)) - Aaron Villalpando
12+
713
## [0.87.1](https://github.com/boundaryml/baml/compare/0.87.0..0.87.1) - 2025-05-07
814

915
### Bugfixes

integ-tests/baml_src/generators.baml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
11
generator lang_python {
22
output_type python/pydantic
33
output_dir "../python"
4-
version "0.87.1"
4+
version "0.87.2"
55
}
66

77
generator lang_typescript {
88
output_type typescript
99
output_dir "../typescript"
10-
version "0.87.1"
10+
version "0.87.2"
1111
}
1212

1313

1414
generator lang_typescript_esm {
1515
output_type typescript
1616
output_dir "../typescript-esm"
17-
version "0.87.1"
17+
version "0.87.2"
1818
module_format esm
1919
}
2020

2121

2222
generator lang_typescript_react {
2323
output_type typescript/react
2424
output_dir "../react"
25-
version "0.87.1"
25+
version "0.87.2"
2626
}
2727

2828
generator lang_ruby {
2929
output_type ruby/sorbet
3030
output_dir "../ruby"
31-
version "0.87.1"
31+
version "0.87.2"
3232
}
3333

3434
generator openapi {
3535
output_type rest/openapi
3636
output_dir "../openapi"
37-
version "0.87.1"
37+
version "0.87.2"
3838
on_generate "rm .gitignore"
3939
}
4040

4141
generator lang_go {
4242
output_type go
4343
output_dir "../go"
44-
version "0.87.1"
44+
version "0.87.2"
4545
client_package_name "example.com/integ-tests"
4646
on_generate "gofmt -w ."
4747
}

integ-tests/go/baml_client/inlinedbaml.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integ-tests/python/baml_client/__init__.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)