Skip to content

Commit

Permalink
chore: release main (#286)
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 Aug 24, 2023
1 parent 8502d2f commit ef0e6f2
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.35",
"crates/hcl-edit": "0.7.2",
"crates/benchmarks": "0.0.36",
"crates/hcl-edit": "0.7.3",
"crates/hcl-primitives": "0.1.1",
"crates/hcl-rs": "0.16.3",
"crates/specsuite": "0.0.14"
"crates/hcl-rs": "0.16.4",
"crates/specsuite": "0.0.15"
}
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.35"
version = "0.0.36"
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.3](https://github.com/martinohmann/hcl-rs/compare/hcl-edit-v0.7.2...hcl-edit-v0.7.3) (2023-08-24)


### Bug Fixes

* **parser:** prevent panic in object item parser ([#285](https://github.com/martinohmann/hcl-rs/issues/285)) ([8502d2f](https://github.com/martinohmann/hcl-rs/commit/8502d2fe4c455ebd3ebfb982912389588b132a5f)), closes [#284](https://github.com/martinohmann/hcl-rs/issues/284)

## [0.7.2](https://github.com/martinohmann/hcl-rs/compare/hcl-edit-v0.7.1...hcl-edit-v0.7.2) (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.2"
version = "0.7.3"
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 @@ -16,6 +16,10 @@
* dependencies
* hcl-edit bumped from 0.7.1 to 0.7.2

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

## [0.16.3](https://github.com/martinohmann/hcl-rs/compare/hcl-rs-v0.16.2...hcl-rs-v0.16.3) (2023-07-28)


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.3"
version = "0.16.4"
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.2", path = "../hcl-edit" }
hcl-edit = { version = "0.7.3", 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.14"
version = "0.0.15"
publish = false
edition = "2021"

Expand Down

0 comments on commit ef0e6f2

Please sign in to comment.