Skip to content

Commit

Permalink
Prepare 0.11.2 release (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
Malax authored Dec 15, 2022
1 parent 2c9c642 commit 47daf61
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.2] 2022-12-15

### Fixed

- libcnb-test: `TestContext::download_sbom_files` now checks the exit code of the `pack sbom download` command it runs. ([#520](https://github.com/heroku/libcnb.rs/pull/520))
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.1"
version = "0.11.2"
rust-version = "1.64"
edition = "2021"
license = "BSD-3-Clause"

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

0 comments on commit 47daf61

Please sign in to comment.