Skip to content

Commit fa679ea

Browse files
authored
Prepare 0.11.3 release (#546)
1 parent 2e23262 commit fa679ea

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ separate changelogs for each crate were used. If you need to refer to these old
66

77
## [Unreleased]
88

9+
## [0.11.3] 2023-01-09
10+
911
### Added
1012

1113
- libcnb: Add `store` field to `BuildContext`, exposing the contents of `store.toml` if present. ([#543](https://github.com/heroku/libcnb.rs/pull/543))

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ members = [
1616
]
1717

1818
[workspace.package]
19-
version = "0.11.2"
19+
version = "0.11.3"
2020
rust-version = "1.64"
2121
edition = "2021"
2222
license = "BSD-3-Clause"
2323

2424
[workspace.dependencies]
25-
libcnb = { version = "0.11.2", path = "libcnb" }
26-
libcnb-data = { version = "0.11.2", path = "libcnb-data" }
27-
libcnb-package = { version = "0.11.2", path = "libcnb-package" }
28-
libcnb-proc-macros = { version = "0.11.2", path = "libcnb-proc-macros" }
29-
libcnb-test = { version = "0.11.2", path = "libcnb-test" }
25+
libcnb = { version = "0.11.3", path = "libcnb" }
26+
libcnb-data = { version = "0.11.3", path = "libcnb-data" }
27+
libcnb-package = { version = "0.11.3", path = "libcnb-package" }
28+
libcnb-proc-macros = { version = "0.11.3", path = "libcnb-proc-macros" }
29+
libcnb-test = { version = "0.11.3", path = "libcnb-test" }

0 commit comments

Comments
 (0)