From b31f7f3072637135693bac9097cd8b0b9b6d52a7 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Sat, 30 May 2020 15:07:14 +0100 Subject: Release serde_dhall version 0.5.3 --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'README.md') 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 -[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 -- cgit v1.2.3