diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 53b172a1..7ba915fb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - "crates/benchmarks": "0.0.34", + "crates/benchmarks": "0.0.35", "crates/hcl-edit": "0.7.2", "crates/hcl-primitives": "0.1.1", - "crates/hcl-rs": "0.16.2", - "crates/specsuite": "0.0.13" + "crates/hcl-rs": "0.16.3", + "crates/specsuite": "0.0.14" } diff --git a/Cargo.lock b/Cargo.lock index 9593d240..c4aaa492 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -52,7 +52,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "benchmarks" -version = "0.0.34" +version = "0.0.35" dependencies = [ "criterion", "hcl-edit", @@ -335,7 +335,7 @@ dependencies = [ [[package]] name = "hcl-rs" -version = "0.16.2" +version = "0.16.3" dependencies = [ "hcl-edit", "hcl-primitives", @@ -685,7 +685,7 @@ checksum = "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043" [[package]] name = "specsuite" -version = "0.0.13" +version = "0.0.14" dependencies = [ "assert-json-diff", "hcl-rs", diff --git a/crates/benchmarks/Cargo.toml b/crates/benchmarks/Cargo.toml index 6e1a98f4..8a8579f9 100644 --- a/crates/benchmarks/Cargo.toml +++ b/crates/benchmarks/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "benchmarks" -version = "0.0.34" +version = "0.0.35" publish = false edition = "2021" diff --git a/crates/hcl-rs/CHANGELOG.md b/crates/hcl-rs/CHANGELOG.md index 40c7d383..a95accf4 100644 --- a/crates/hcl-rs/CHANGELOG.md +++ b/crates/hcl-rs/CHANGELOG.md @@ -16,6 +16,13 @@ * dependencies * hcl-edit bumped from 0.7.1 to 0.7.2 +## [0.16.3](https://github.com/martinohmann/hcl-rs/compare/hcl-rs-v0.16.2...hcl-rs-v0.16.3) (2023-07-28) + + +### Bug Fixes + +* **expr:** deprecate `RawExpression` ([#275](https://github.com/martinohmann/hcl-rs/issues/275)) ([1c0c368](https://github.com/martinohmann/hcl-rs/commit/1c0c3685e4062e71690be39ef221cbfa9cab9016)) + ## [0.16.0](https://github.com/martinohmann/hcl-rs/compare/hcl-rs-v0.15.0...hcl-rs-v0.16.0) (2023-07-13) diff --git a/crates/hcl-rs/Cargo.toml b/crates/hcl-rs/Cargo.toml index 12422929..27d38832 100644 --- a/crates/hcl-rs/Cargo.toml +++ b/crates/hcl-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hcl-rs" -version = "0.16.2" +version = "0.16.3" authors = ["Martin Ohmann "] license = "MIT OR Apache-2.0" description = "HCL parser and formatter for rust with serde support" diff --git a/crates/specsuite/Cargo.toml b/crates/specsuite/Cargo.toml index e739960c..8f3ddc57 100644 --- a/crates/specsuite/Cargo.toml +++ b/crates/specsuite/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "specsuite" -version = "0.0.13" +version = "0.0.14" publish = false edition = "2021"