Skip to content

Commit

Permalink
chore(main): release 0.8.1 (#76)
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 Sep 30, 2022
1 parent 66fba96 commit 7e8a384
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.8.1](https://github.com/martinohmann/hcl-rs/compare/v0.8.0...v0.8.1) (2022-09-30)


### Features

* implement `Copy` for some types ([66fba96](https://github.com/martinohmann/hcl-rs/commit/66fba96d672900bf74061e422f12b95e3eac8e95))
* implement `Display` and `Deref` for `Identifier` ([c06cec0](https://github.com/martinohmann/hcl-rs/commit/c06cec0466398fc6578058953f21c9cfae6fddbe))
* implement `Eq` and `Display` for `Value` ([cfb41fe](https://github.com/martinohmann/hcl-rs/commit/cfb41fecefb677f97144292d33814480f859cb98))

## [0.8.0](https://github.com/martinohmann/hcl-rs/compare/v0.7.0...v0.8.0) (2022-09-29)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hcl-rs"
version = "0.8.0"
version = "0.8.1"
authors = ["Martin Ohmann <martinohmann@gmail.com>"]
license = "MIT"
description = "An HCL deserializer"
Expand Down

0 comments on commit 7e8a384

Please sign in to comment.