Skip to content

Commit

Permalink
Prepare release v0.23.0 (#857)
Browse files Browse the repository at this point in the history
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored Aug 28, 2024
1 parent b49fe5c commit 8d4d3f6
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 35 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]


## [0.23.0] - 2024-08-28

### Changed

- `libcnb-test`:
Expand Down Expand Up @@ -317,7 +320,8 @@ version number. See the changelog below for other changes.

- Remove support for legacy BOM. Remove `Launch::bom`, `Build::bom`, `bom::Bom`, `bom::Entry`. ([#489](https://github.com/heroku/libcnb.rs/pull/489))

[unreleased]: https://github.com/heroku/libcnb.rs/compare/v0.22.0...HEAD
[unreleased]: https://github.com/heroku/libcnb.rs/compare/v0.23.0...HEAD
[0.23.0]: https://github.com/heroku/libcnb.rs/compare/v0.22.0...v0.23.0
[0.22.0]: https://github.com/heroku/libcnb.rs/compare/v0.21.0...v0.22.0
[0.21.0]: https://github.com/heroku/libcnb.rs/compare/v0.20.0...v0.21.0
[0.20.0]: https://github.com/heroku/libcnb.rs/compare/v0.19.0...v0.20.0
Expand Down
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ members = [
]

[workspace.package]
version = "0.22.0"
version = "0.23.0"
rust-version = "1.76"
edition = "2021"
license = "BSD-3-Clause"
Expand All @@ -39,10 +39,10 @@ missing_errors_doc = "allow"
module_name_repetitions = "allow"

[workspace.dependencies]
libcnb = { version = "=0.22.0", path = "libcnb" }
libcnb-common = { version = "=0.22.0", path = "libcnb-common" }
libcnb-data = { version = "=0.22.0", path = "libcnb-data" }
libcnb-package = { version = "=0.22.0", path = "libcnb-package" }
libcnb-proc-macros = { version = "=0.22.0", path = "libcnb-proc-macros" }
libcnb-test = { version = "=0.22.0", path = "libcnb-test" }
toml = { version = "0.8.14" }
libcnb = { version = "=0.23.0", path = "libcnb" }
libcnb-common = { version = "=0.23.0", path = "libcnb-common" }
libcnb-data = { version = "=0.23.0", path = "libcnb-data" }
libcnb-package = { version = "=0.23.0", path = "libcnb-package" }
libcnb-proc-macros = { version = "=0.23.0", path = "libcnb-proc-macros" }
libcnb-test = { version = "=0.23.0", path = "libcnb-test" }
toml = { version = "0.8.19" }
2 changes: 1 addition & 1 deletion examples/execd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rust-version.workspace = true
workspace = true

[dependencies]
fastrand = "2.1.0"
fastrand = "2.1.1"
libcnb.workspace = true

[dev-dependencies]
Expand Down
6 changes: 3 additions & 3 deletions libcnb-cargo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ path = "src/main.rs"
workspace = true

[dependencies]
clap = { version = "4.5.7", default-features = false, features = [
clap = { version = "4.5.16", default-features = false, features = [
"derive",
"error-context",
"help",
Expand All @@ -29,8 +29,8 @@ clap = { version = "4.5.7", default-features = false, features = [
libcnb-data.workspace = true
libcnb-package.workspace = true
pathdiff = "0.2.1"
thiserror = "1.0.61"
thiserror = "1.0.63"

[dev-dependencies]
libcnb-common.workspace = true
tempfile = "3.10.1"
tempfile = "3.12.0"
4 changes: 2 additions & 2 deletions libcnb-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ include = ["src/**/*", "LICENSE", "README.md"]
workspace = true

[dependencies]
serde = { version = "1.0.203", features = ["derive"] }
thiserror = "1.0.61"
serde = { version = "1.0.209", features = ["derive"] }
thiserror = "1.0.63"
toml.workspace = true
6 changes: 3 additions & 3 deletions libcnb-data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ workspace = true
[dependencies]
fancy-regex = { version = "0.13.0", default-features = false, features = ["std"] }
libcnb-proc-macros.workspace = true
serde = { version = "1.0.203", features = ["derive"] }
thiserror = "1.0.61"
serde = { version = "1.0.209", features = ["derive"] }
thiserror = "1.0.63"
toml.workspace = true
uriparse = "0.6.4"

[dev-dependencies]
serde_test = "1.0.176"
serde_test = "1.0.177"
4 changes: 2 additions & 2 deletions libcnb-package/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ indoc = "2.0.5"
libcnb-common.workspace = true
libcnb-data.workspace = true
petgraph = { version = "0.6.5", default-features = false }
thiserror = "1.0.61"
thiserror = "1.0.63"
uriparse = "0.6.4"
which = "6.0.1"
which = "6.0.3"
4 changes: 2 additions & 2 deletions libcnb-proc-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ workspace = true
[dependencies]
cargo_metadata = "0.18.1"
fancy-regex = { version = "0.13.0", default-features = false, features = ["std"] }
quote = "1.0.36"
syn = { version = "2.0.66", features = ["full"] }
quote = "1.0.37"
syn = { version = "2.0.76", features = ["full"] }
10 changes: 5 additions & 5 deletions libcnb-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ include = ["src/**/*", "LICENSE", "README.md"]
workspace = true

[dependencies]
fastrand = "2.1.0"
fastrand = "2.1.1"
fs_extra = "1.3.0"
libcnb-common.workspace = true
libcnb-data.workspace = true
libcnb-package.workspace = true
regex = "1.10.5"
tempfile = "3.10.1"
thiserror = "1.0.61"
regex = "1.10.6"
tempfile = "3.12.0"
thiserror = "1.0.63"

[dev-dependencies]
indoc = "2.0.5"
libcnb.workspace = true
ureq = { version = "2.9.7", default-features = false }
ureq = { version = "2.10.1", default-features = false }
8 changes: 4 additions & 4 deletions libcnb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ libcnb-proc-macros.workspace = true
opentelemetry = { version = "0.21.0", optional = true }
opentelemetry_sdk = { version = "0.21.2", optional = true }
opentelemetry-stdout = { version = "0.2.0", optional = true, features = ["trace"] }
serde = { version = "1.0.203", features = ["derive"] }
thiserror = "1.0.61"
serde = { version = "1.0.209", features = ["derive"] }
thiserror = "1.0.63"
toml.workspace = true

[dev-dependencies]
serde_json = "1.0.117"
tempfile = "3.10.1"
serde_json = "1.0.127"
tempfile = "3.12.0"
8 changes: 4 additions & 4 deletions libherokubuildpack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@ crossbeam-utils = { version = "0.8.20", optional = true }
# Ideally we'd use the fastest `zlib-ng` backend, however it fails to cross-compile:
# https://github.com/rust-lang/libz-sys/issues/93
# As such we have to use the next best alternate backend, which is `zlib`.
flate2 = { version = "1.0.30", default-features = false, features = ["zlib"], optional = true }
flate2 = { version = "1.0.33", default-features = false, features = ["zlib"], optional = true }
libcnb = { workspace = true, optional = true }
pathdiff = { version = "0.2.1", optional = true }
sha2 = { version = "0.10.8", optional = true }
tar = { version = "0.4.41", default-features = false, optional = true }
termcolor = { version = "1.4.1", optional = true }
thiserror = { version = "1.0.61", optional = true }
thiserror = { version = "1.0.63", optional = true }
toml = { workspace = true, optional = true }
ureq = { version = "2.9.7", default-features = false, features = ["tls"], optional = true }
ureq = { version = "2.10.1", default-features = false, features = ["tls"], optional = true }

[dev-dependencies]
indoc = "2.0.5"
libcnb-test = { workspace = true }
tempfile = "3.10.1"
tempfile = "3.12.0"

0 comments on commit 8d4d3f6

Please sign in to comment.