Skip to content

Commit

Permalink
chore: release main (#274)
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] authored Jul 14, 2023
1 parent 2f54cb1 commit 694ca89
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"crates/benchmarks": "0.0.33",
"crates/hcl-edit": "0.7.1",
"crates/benchmarks": "0.0.34",
"crates/hcl-edit": "0.7.2",
"crates/hcl-primitives": "0.1.1",
"crates/hcl-rs": "0.16.1",
"crates/specsuite": "0.0.12"
"crates/hcl-rs": "0.16.2",
"crates/specsuite": "0.0.13"
}
8 changes: 4 additions & 4 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.33"
version = "0.0.34"
publish = false
edition = "2021"

Expand Down
7 changes: 7 additions & 0 deletions crates/hcl-edit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.7.2](https://github.com/martinohmann/hcl-rs/compare/hcl-edit-v0.7.1...hcl-edit-v0.7.2) (2023-07-14)


### Bug Fixes

* **structure:** handle absence of trailing newline in body ([#273](https://github.com/martinohmann/hcl-rs/issues/273)) ([2f54cb1](https://github.com/martinohmann/hcl-rs/commit/2f54cb188b87678de10975cc4f3bb399e093234a)), closes [#270](https://github.com/martinohmann/hcl-rs/issues/270)

## [0.7.1](https://github.com/martinohmann/hcl-rs/compare/hcl-edit-v0.7.0...hcl-edit-v0.7.1) (2023-07-14)


Expand Down
2 changes: 1 addition & 1 deletion crates/hcl-edit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hcl-edit"
version = "0.7.1"
version = "0.7.2"
authors = ["Martin Ohmann <martinohmann@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "Parse and modify HCL while preserving comments and whitespace"
Expand Down
4 changes: 4 additions & 0 deletions crates/hcl-rs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
* dependencies
* hcl-edit bumped from 0.7.0 to 0.7.1

* The following workspace dependencies were updated
* dependencies
* hcl-edit bumped from 0.7.1 to 0.7.2

## [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
4 changes: 2 additions & 2 deletions 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.1"
version = "0.16.2"
authors = ["Martin Ohmann <martinohmann@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "HCL parser and formatter for rust with serde support"
Expand Down Expand Up @@ -36,7 +36,7 @@ perf = ["hcl-edit/perf", "hcl-primitives/perf"]
[dependencies]
indexmap = { version = "2.0.0", features = ["serde"] }
itoa = "1.0.8"
hcl-edit = { version = "0.7.1", path = "../hcl-edit" }
hcl-edit = { version = "0.7.2", path = "../hcl-edit" }
hcl-primitives = { version = "0.1.1", path = "../hcl-primitives", features = ["serde"] }
serde = { version = "1.0.156", features = ["derive"] }
vecmap-rs = { version = "0.1.11", features = ["serde"] }
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.12"
version = "0.0.13"
publish = false
edition = "2021"

Expand Down

0 comments on commit 694ca89

Please sign in to comment.