Skip to content

Commit

Permalink
chore: release (#402)
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 Feb 1, 2025
1 parent 792b737 commit 1ab52c9
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

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.8.5](https://github.com/martinohmann/hcl-rs/compare/hcl-edit-v0.8.4...hcl-edit-v0.8.5) - 2025-02-01

### Other

- upgrade to winnow 0.7 (#403)
- address new clippy lints

## [0.8.4](https://github.com/martinohmann/hcl-rs/compare/hcl-edit-v0.8.3...hcl-edit-v0.8.4) - 2025-01-10

### Other
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.8.4"
version = "0.8.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
6 changes: 6 additions & 0 deletions crates/hcl-rs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.18.4](https://github.com/martinohmann/hcl-rs/compare/hcl-rs-v0.18.3...hcl-rs-v0.18.4) - 2025-02-01

### Other

- address new clippy lints

## [0.18.3](https://github.com/martinohmann/hcl-rs/compare/hcl-rs-v0.18.2...hcl-rs-v0.18.3) - 2025-01-10

### Added
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.18.3"
version = "0.18.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.7.0", features = ["serde"] }
itoa = "1.0.14"
hcl-edit = { version = "0.8.4", path = "../hcl-edit" }
hcl-edit = { version = "0.8.5", path = "../hcl-edit" }
hcl-primitives = { version = "0.1.8", path = "../hcl-primitives", features = ["serde"] }
serde = { version = "1.0.217", features = ["derive"] }
vecmap-rs = { version = "0.2", features = ["serde"] }
Expand Down

0 comments on commit 1ab52c9

Please sign in to comment.