summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNadrieril2020-05-30 15:07:14 +0100
committerNadrieril2020-05-30 15:07:14 +0100
commitb31f7f3072637135693bac9097cd8b0b9b6d52a7 (patch)
treebf777d492b1a88d5d1dafe0d50620fd5702659b7 /README.md
parentdcfffdc19be0830b7aa6ce699ef5ab3d2409d4fe (diff)
Release serde_dhall version 0.5.3
Diffstat (limited to '')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 696e4db..8c778ef 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ Add this to your `Cargo.toml`:
```toml
[dependencies]
-serde_dhall = "0.5.2"
+serde_dhall = "0.5.3"
```
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.3] - 2020-05-30
+
- Support building on Windows
- Support building to wasm
@@ -223,7 +225,8 @@ same name as the corresponding test.
- Initial release
<!-- next-url -->
-[Unreleased]: https://github.com/Nadrieril/dhall-rust/compare/serde_dhall-v0.5.2...HEAD
+[Unreleased]: https://github.com/Nadrieril/dhall-rust/compare/serde_dhall-v0.5.3...HEAD
+[0.5.3]: https://github.com/Nadrieril/dhall-rust/compare/serde_dhall-v0.5.2...serde_dhall-v0.5.3
[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