Skip to content

Commit

Permalink
Prepare release 0.13.0 (#578)
Browse files Browse the repository at this point in the history
* Prepare release 0.13.0
  • Loading branch information
colincasey committed Jun 21, 2023
1 parent 5a22147 commit 868e6f3
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.13.0] 2023-06-21

The highlight of this release is the `cargo libcnb package` changes to support compilation of both buildpacks and meta-buildpacks.

### Changed

- `libcnb-cargo`: The `cargo libcnb package` command now supports compiling buildpacks and meta-buildpacks ([#575](https://github.com/heroku/libcnb.rs/pull/575)):
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.12.0"
version = "0.13.0"
rust-version = "1.64"
edition = "2021"
license = "BSD-3-Clause"

[workspace.dependencies]
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" }
libcnb = { version = "0.13.0", path = "libcnb" }
libcnb-data = { version = "0.13.0", path = "libcnb-data" }
libcnb-package = { version = "0.13.0", path = "libcnb-package" }
libcnb-proc-macros = { version = "0.13.0", path = "libcnb-proc-macros" }
libcnb-test = { version = "0.13.0", path = "libcnb-test" }
toml = { version = "0.7.1" }

0 comments on commit 868e6f3

Please sign in to comment.