8000 Prepare release v0.29.0 by heroku-linguist[bot] · Pull Request #942 · heroku/libcnb.rs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Prepare release v0.29.0 #942

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.29.0] - 2025-05-02

### Changed

- `libcnb-cargo`
Expand Down Expand Up @@ -382,7 +385,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.28.1...HEAD
[unreleased]: https://github.com/heroku/libcnb.rs/compare/v0.29.0...HEAD
[0.29.0]: https://github.com/heroku/libcnb.rs/compare/v0.28.1...v0.29.0
[0.28.1]: https://github.com/heroku/libcnb.rs/compare/v0.28.0...v0.28.1
[0.28.0]: https://github.com/heroku/libcnb.rs/compare/v0.27.0...v0.28.0
[0.27.0]: https://github.com/heroku/libcnb.rs/compare/v0.26.1...v0.27.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.28.1"
version = "0.29.0"
rust-version = "1.85"
edition = "2024"
license = "BSD-3-Clause"
Expand All @@ -37,10 +37,10 @@ unwrap_used = "warn"
missing_errors_doc = "allow"

[workspace.dependencies]
libcnb = { version = "=0.28.1", path = "libcnb" }
libcnb-common = { version = "=0.28.1", path = "libcnb-common" }
libcnb-data = { version = "=0.28.1", path = "libcnb-data" }
libcnb-package = { version = "=0.28.1", path = "libcnb-package" }
libcnb-proc-macros = { version = "=0.28.1", path = "libcnb-proc-macros" }
libcnb-test = { version = "=0.28.1", path = "libcnb-test" }
toml = { version = "0.8.20" }
libcnb = { version = "=0.29.0", path = "libcnb" }
libcnb-common = { version = "=0.29.0", path = "libcnb-common" }
libcnb-data = { version = "=0.29.0", path = "libcnb-data" }
libcnb-package = { version = "=0.29.0", path = "libcnb-package" }
libcnb-proc-macros = { version = "=0.29.0", path = "libcnb-proc-macros" }
libcnb-test = { version = "=0.29.0", path = "libcnb-test" }
toml = { version = "0.8.22" }
2 changes: 1 addition & 1 deletion 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.32", default-features = false, features = [
clap = { version = "4.5.37", default-features = false, features = [
"derive",
"error-context",
"help",
Expand Down
2 changes: 1 addition & 1 deletion libcnb-package/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ libcnb-data.workspace = true
petgraph = { version = "0.8.1", default-features = false, features = ["std"] }
thiserror = "2.0.12"
uriparse = "0.6.4"
which = "7.0.2"
which = "7.0.3"
2 changes: 1 addition & 1 deletion libcnb-proc-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ workspace = true
cargo_metadata = "0.19.2"
fancy-regex = { version = "0.14.0", default-features = false, features = ["std"] }
quote = "1.0.40"
syn = { version = "2.0.100", features = ["full"] }
syn = { version = "2.0.101", features = ["full"] }
2 changes: 1 addition & 1 deletion libcnb-test/Cargo.toml
8000
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ thiserror = "2.0.12"
[dev-dependencies]
indoc = "2.0.6"
libcnb.workspace = true
ureq = { version = "3.0.10", default-features = false }
ureq = { version = "3.0.11", default-features = false }
2 changes: 1 addition & 1 deletion libcnb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ trace = [
]

[dependencies]
anyhow = { version = "1.0.97", optional = true }
anyhow = { version = "1.0.98", optional = true }
cyclonedx-bom = { version = "0.8.0", optional = true }
libcnb-common.workspace = true
libcnb-data.workspace = true
Expand Down
6 changes: 3 additions & 3 deletions libherokubuildpack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,18 @@ crossbeam-utils = { version = "0.8.21", 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.1.0", default-features = false, features = ["zlib"], optional = true }
flate2 = { version = "1.1.1", default-features = false, features = ["zlib"], optional = true }
hex = { version = "0.4.3", optional = true }
libcnb = { workspace = true, optional = true }
pathdiff = { version = "0.2.3", optional = true }
semver = { version = "1.0.26", features = ["serde"], optional = true }
serde = { version = "1.0.219", features = ["derive"], optional = true }
sha2 = { version = "0.10.8", optional = true }
sha2 = { version = "0.10.9", optional = true }
tar = { version = "0.4.44", default-features = false, optional = true }
termcolor = { version = "1.4.1", optional = true }
thiserror = { version = "2.0.12", optional = true }
toml = { workspace = true, optional = true }
ureq = { version = "3.0.10", default-features = false, features = ["rustls"], optional = true }
ureq = { version = "3.0.11", default-features = false, features = ["rustls"], optional = true }

[dev-dependencies]
serde_test = "1.0.177"
Expand Down
0