Skip to content

Commit

Permalink
Prepare 0.11.1 release (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
Malax authored Sep 29, 2022
1 parent 3e7fb83 commit d3e1d07
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.1] 2022-09-29

### Fixed

- All crates now properly include the `LICENSE` file. ([#506](https://github.com/heroku/libcnb.rs/pull/506))
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.11.0"
version = "0.11.1"
rust-version = "1.64"
edition = "2021"
license = "BSD-3-Clause"

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

0 comments on commit d3e1d07

Please sign in to comment.