summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNadrieril2020-04-12 11:28:36 +0100
committerNadrieril2020-04-12 11:28:36 +0100
commitfcce380d5b4588dc5934bc2e5448d1d981761b50 (patch)
tree309f526e256529d3a29bdd1a4a67aa6e9f507632 /README.md
parent0b00e5d5a1d83d0c92961ca77892a5245922d9db (diff)
Release serde_dhall version 0.5.2
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 073dc8b..ab8109d 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ Add this to your `Cargo.toml`:
```toml
[dependencies]
-serde_dhall = "0.5.1"
+serde_dhall = "0.5.2"
```
Reading Dhall files is easy and leverages the wonderful [`serde`](https://crates.io/crates/serde) library.
@@ -169,6 +169,8 @@ same name as the corresponding test.
#### [Unreleased]
+#### [0.5.2] - 2020-04-12
+
- Fix #162
- Update to supporting dhall v15.0.0
- Deserialize `Prelude.Map` and `toMap` to a map instead of a list.
@@ -218,7 +220,8 @@ same name as the corresponding test.
- Initial release
<!-- next-url -->
-[Unreleased]: https://github.com/Nadrieril/dhall-rust/compare/serde_dhall-v0.5.1...HEAD
+[Unreleased]: https://github.com/Nadrieril/dhall-rust/compare/serde_dhall-v0.5.2...HEAD
+[0.5.2]: https://github.com/Nadrieril/dhall-rust/compare/serde_dhall-v0.5.1...serde_dhall-v0.5.2
[0.5.1]: https://github.com/Nadrieril/dhall-rust/compare/serde_dhall-v0.5.0...serde_dhall-v0.5.1
[0.5.0]: https://github.com/Nadrieril/dhall-rust/compare/serde_dhall-v0.4.0...serde_dhall-v0.5.0