Skip to content

Commit

Permalink
chore: release main (#276)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jul 28, 2023
1 parent 1c0c368 commit c4240b0
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "benchmarks"
version = "0.0.34"
version = "0.0.35"
publish = false
edition = "2021"

Expand Down
7 changes: 7 additions & 0 deletions crates/hcl-rs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion crates/hcl-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hcl-rs"
version = "0.16.2"
version = "0.16.3"
authors = ["Martin Ohmann <martinohmann@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "HCL parser and formatter for rust with serde support"
Expand Down
2 changes: 1 addition & 1 deletion crates/specsuite/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "specsuite"
version = "0.0.13"
version = "0.0.14"
publish = false
edition = "2021"

Expand Down

0 comments on commit c4240b0

Please sign in to comment.