Skip to content

Commit

Permalink
Bump to 0.11.0 (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
Malax authored Sep 23, 2022
1 parent 57d7f96 commit 4bc237c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ separate changelogs for each crate were used. If you need to refer to these old

## [Unreleased]

## [0.11.0] 2022-09-23

### Changed

- Bump Minimum Supported Rust Version (MSRV) to `1.64`. ([#500](https://github.com/heroku/libcnb.rs/pull/500))
Expand Down
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ members = [
]

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

[workspace.dependencies]
libcnb = { version = "0.10.0", path = "libcnb" }
libcnb-data = { version = "0.10.0", path = "libcnb-data" }
libcnb-package = { version = "0.10.0", path = "libcnb-package" }
libcnb-proc-macros = { version = "0.10.0", path = "libcnb-proc-macros" }
libcnb-test = { version = "0.10.0", path = "libcnb-test" }
libcnb = { version = "0.11.0", path = "libcnb" }
libcnb-data = { version = "0.11.0", path = "libcnb-data" }
libcnb-package = { version = "0.11.0", path = "libcnb-package" }
libcnb-proc-macros = { version = "0.11.0", path = "libcnb-proc-macros" }
libcnb-test = { version = "0.11.0", path = "libcnb-test" }

0 comments on commit 4bc237c

Please sign in to comment.