Skip to content

Commit

Permalink
[BUMP:cli:0.20.0-canary.0] [BUMP:vscode_ext:0.32.0]
Browse files Browse the repository at this point in the history
  • Loading branch information
hellovai committed Apr 27, 2024
1 parent 65c6f23 commit fa42011
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion engine/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.19.0
current_version = 0.20.0-canary.0
commit = False
tag = False
parse = ^(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:-(?P<pre>canary)\.(?P<prerelease>\d+))?$
Expand Down
22 changes: 11 additions & 11 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 @@ -17,7 +17,7 @@ indexmap = { version = "2.1.0", features = ["serde"] }
indoc = "2.0.1"

[workspace.package]
version = "0.19.0"
version = "0.20.0-canary.0"
authors = ["Boundary <[email protected]>"]

description = "BAML Toolchain"
Expand Down
2 changes: 1 addition & 1 deletion engine/baml-core-ffi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boundaryml/baml-core-ffi",
"version": "0.19.0",
"version": "0.20.0-canary.0",
"description": "Template project for writing node package with napi-rs",
"main": "index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion typescript/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.31.0
current_version = 0.32.0
commit = False
tag = False
parse = ^(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)$
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",
"displayName": "Baml",
"description": "BAML is a DSL for AI applications.",
"version": "0.31.0",
"version": "0.32.0",
"publisher": "Gloo",
"repository": "https://github.com/BoundaryML/baml",
"homepage": "https://www.boundaryml.com",
Expand Down

0 comments on commit fa42011

Please sign in to comment.