summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNadrieril2020-04-09 21:48:26 +0100
committerNadrieril2020-04-09 21:48:26 +0100
commit4a786f457a9682cebf45f043b05658ee2ea457c5 (patch)
tree13c5de3c9d82d7f45deb7ee705651bee6fdb68b1 /README.md
parent0d20b0070079b86372c98e8c3f01132253ae4196 (diff)
Release serde_dhall version 0.5.1
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 a077973..6d9372b 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ Add this to your `Cargo.toml`:
```toml
[dependencies]
-serde_dhall = "0.5.0"
+serde_dhall = "0.5.1"
```
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.1] - 2020-04-09
+
#### [0.5.0] - 2020-04-05
- Add `serde_dhall::from_file` to read a Dhall file directly.
@@ -210,7 +212,8 @@ same name as the corresponding test.
- Initial release
<!-- next-url -->
-[Unreleased]: https://github.com/Nadrieril/dhall-rust/compare/serde_dhall-v0.5.0...HEAD
+[Unreleased]: https://github.com/Nadrieril/dhall-rust/compare/serde_dhall-v0.5.1...HEAD
+[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
## License