From 3887c8d9b01cfb387462801c3f4a25a334ef9b06 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 6 May 2023 13:26:03 +0200 Subject: [PATCH] chore: release main (#223) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 4 ++-- crates/benchmarks/Cargo.toml | 2 +- crates/hcl-edit/CHANGELOG.md | 7 +++++++ crates/hcl-edit/Cargo.toml | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 74da6d7f..81a343fc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { - "crates/benchmarks": "0.0.18", - "crates/hcl-edit": "0.5.0", + "crates/benchmarks": "0.0.19", + "crates/hcl-edit": "0.5.1", "crates/hcl-primitives": "0.1.0", "crates/hcl-rs": "0.14.2", "crates/specsuite": "0.0.5" diff --git a/crates/benchmarks/Cargo.toml b/crates/benchmarks/Cargo.toml index ca6688a3..8e1cd9da 100644 --- a/crates/benchmarks/Cargo.toml +++ b/crates/benchmarks/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "benchmarks" -version = "0.0.18" +version = "0.0.19" publish = false edition = "2021" diff --git a/crates/hcl-edit/CHANGELOG.md b/crates/hcl-edit/CHANGELOG.md index a70f8ed3..52112e1b 100644 --- a/crates/hcl-edit/CHANGELOG.md +++ b/crates/hcl-edit/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.1](https://github.com/martinohmann/hcl-rs/compare/hcl-edit-v0.5.0...hcl-edit-v0.5.1) (2023-05-06) + + +### Bug Fixes + +* **parser:** error on duplicate attributes ([#222](https://github.com/martinohmann/hcl-rs/issues/222)) ([b4e36af](https://github.com/martinohmann/hcl-rs/commit/b4e36afd00aa75d99c6d29b8e7f601d6d548fde4)) + ## [0.5.0](https://github.com/martinohmann/hcl-rs/compare/hcl-edit-v0.4.8...hcl-edit-v0.5.0) (2023-05-04) diff --git a/crates/hcl-edit/Cargo.toml b/crates/hcl-edit/Cargo.toml index cad12f59..7554be27 100644 --- a/crates/hcl-edit/Cargo.toml +++ b/crates/hcl-edit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hcl-edit" -version = "0.5.0" +version = "0.5.1" authors = ["Martin Ohmann "] license = "MIT OR Apache-2.0" description = "Parse and modify HCL while preserving comments and whitespace"