File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.6.4] ( https://github.com/martinohmann/hcl-rs/compare/v0.6.3...v0.6.4 ) (2022-07-30)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * parse negate operations on numbers as negative numbers ([ #46 ] ( https://github.com/martinohmann/hcl-rs/issues/46 ) ) ([ 74eb690] ( https://github.com/martinohmann/hcl-rs/commit/74eb6900068caac93e3a42d1ffaeced0a96005d0 ) )
9
+
10
+
11
+ ### Miscellaneous
12
+
13
+ * remove unused lifetimes ([ 62e75f0] ( https://github.com/martinohmann/hcl-rs/commit/62e75f08d77b98d3a2195f223d363147d6b39f69 ) )
14
+
3
15
## [ 0.6.3] ( https://github.com/martinohmann/hcl-rs/compare/v0.6.2...v0.6.3 ) (2022-07-30)
4
16
5
17
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " hcl-rs"
3
- version = " 0.6.3 "
3
+ version = " 0.6.4 "
4
4
authors = [" Martin Ohmann <martinohmann@gmail.com>" ]
5
5
license = " MIT"
6
6
description = " An HCL deserializer"
You can’t perform that action at this time.
0 commit comments