Skip to content

Commit

Permalink
Prepare 0.12.0 release (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
Malax committed Apr 28, 2023
1 parent 3ba0f1b commit bc86099
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ separate changelogs for each crate were used. If you need to refer to these old

## [Unreleased]

## [0.12.0] 2023-04-28

Highlight of this release is the bump to [Buildpack API 0.9](https://github.com/buildpacks/spec/releases/tag/buildpack%2Fv0.9). This release contains breaking changes, please refer to the items below for migration advice.

### Changed

- libcnb.rs now targets [Buildpack API 0.9](https://github.com/buildpacks/spec/releases/tag/buildpack%2Fv0.9). Buildpacks need to upgrade the `api` key to `0.9` in their `buildpack.toml`. ([#567](https://github.com/heroku/libcnb.rs/pull/567))
Expand Down
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ members = [
]

[workspace.package]
version = "0.11.5"
version = "0.12.0"
rust-version = "1.64"
edition = "2021"
license = "BSD-3-Clause"

[workspace.dependencies]
libcnb = { version = "0.11.5", path = "libcnb" }
libcnb-data = { version = "0.11.5", path = "libcnb-data" }
libcnb-package = { version = "0.11.5", path = "libcnb-package" }
libcnb-proc-macros = { version = "0.11.5", path = "libcnb-proc-macros" }
libcnb-test = { version = "0.11.5", path = "libcnb-test" }
libcnb = { version = "0.12.0", path = "libcnb" }
libcnb-data = { version = "0.12.0", path = "libcnb-data" }
libcnb-package = { version = "0.12.0", path = "libcnb-package" }
libcnb-proc-macros = { version = "0.12.0", path = "libcnb-proc-macros" }
libcnb-test = { version = "0.12.0", path = "libcnb-test" }
toml = { version = "0.7.1" }

0 comments on commit bc86099

Please sign in to comment.