Skip to content

Commit

Permalink
chore: release main (#320)
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 Jan 4, 2024
1 parent 7125a8c commit 8349bdd
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 18 deletions.
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"crates/benchmarks": "0.0.38",
"crates/hcl-edit": "0.7.4",
"crates/hcl-primitives": "0.1.1",
"crates/hcl-rs": "0.16.6",
"crates/specsuite": "0.0.17"
"crates/benchmarks": "0.0.39",
"crates/hcl-edit": "0.7.5",
"crates/hcl-primitives": "0.1.2",
"crates/hcl-rs": "0.16.7",
"crates/specsuite": "0.0.18"
}
10 changes: 5 additions & 5 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.38"
version = "0.0.39"
publish = false
edition = "2021"

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

* The following workspace dependencies were updated
* dependencies
* hcl-primitives bumped from 0.1.1 to 0.1.2

## [0.7.4](https://github.com/martinohmann/hcl-rs/compare/hcl-edit-v0.7.3...hcl-edit-v0.7.4) (2023-09-27)


Expand Down
4 changes: 2 additions & 2 deletions 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.4"
version = "0.7.5"
authors = ["Martin Ohmann <martinohmann@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "Parse and modify HCL while preserving comments and whitespace"
Expand Down Expand Up @@ -31,7 +31,7 @@ perf = ["hcl-primitives/perf"]

[dependencies]
fnv = "1.0.7"
hcl-primitives = { version = "0.1.1", path = "../hcl-primitives" }
hcl-primitives = { version = "0.1.2", path = "../hcl-primitives" }
vecmap-rs = "0.1.12"
winnow = "0.5.15"

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

## [0.1.2](https://github.com/martinohmann/hcl-rs/compare/hcl-primitives-v0.1.1...hcl-primitives-v0.1.2) (2024-01-04)


### Bug Fixes

* **cargo:** add more keywords ([7125a8c](https://github.com/martinohmann/hcl-rs/commit/7125a8cc05c95b9eaa872d8eb95840c583309575))

## [0.1.1](https://github.com/martinohmann/hcl-rs/compare/hcl-primitives-v0.1.0...hcl-primitives-v0.1.1) (2023-06-15)


Expand Down
2 changes: 1 addition & 1 deletion crates/hcl-primitives/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hcl-primitives"
version = "0.1.1"
version = "0.1.2"
authors = ["Martin Ohmann <martinohmann@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "Primitives used by the HCL sub-languages"
Expand Down
5 changes: 5 additions & 0 deletions crates/hcl-rs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
* dependencies
* hcl-edit bumped from 0.7.3 to 0.7.4

* The following workspace dependencies were updated
* dependencies
* hcl-edit bumped from 0.7.4 to 0.7.5
* hcl-primitives bumped from 0.1.1 to 0.1.2

## [0.16.5](https://github.com/martinohmann/hcl-rs/compare/hcl-rs-v0.16.4...hcl-rs-v0.16.5) (2023-09-17)


Expand Down
6 changes: 3 additions & 3 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.6"
version = "0.16.7"
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,8 +36,8 @@ perf = ["hcl-edit/perf", "hcl-primitives/perf"]
[dependencies]
indexmap = { version = "2.0.2", features = ["serde"] }
itoa = "1.0.9"
hcl-edit = { version = "0.7.4", path = "../hcl-edit" }
hcl-primitives = { version = "0.1.1", path = "../hcl-primitives", features = ["serde"] }
hcl-edit = { version = "0.7.5", path = "../hcl-edit" }
hcl-primitives = { version = "0.1.2", path = "../hcl-primitives", features = ["serde"] }
serde = { version = "1.0.188", features = ["derive"] }
vecmap-rs = { version = "0.1.12", 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.17"
version = "0.0.18"
publish = false
edition = "2021"

Expand Down

0 comments on commit 8349bdd

Please sign in to comment.