Skip to content

Commit

Permalink
Prepare v0.11.4 (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
Malax authored Jan 11, 2023
1 parent b45bd79 commit 8766563
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@ separate changelogs for each crate were used. If you need to refer to these old

## [Unreleased]

### Fixed
## [0.11.4] 2023-01-11

### Added

- libcnb-data: Store struct now supports `clone()` and `default()`. ([#547](https://github.com/heroku/libcnb.rs/pull/547))

### Changed

## [0.11.3] 2023-01-09

### Added
Expand Down
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ members = [
]

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

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

0 comments on commit 8766563

Please sign in to comment.