From 140b5d5ab24795a4053f7e5bdcd8b2343e35558e Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Thu, 16 Jan 2020 18:22:46 +0000 Subject: release --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index d98d1c5..2c6c5c7 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -serde_dhall = "0.2.0" +serde_dhall = "0.2.1" ``` Reading Dhall files is easy and leverages the wonderful [`serde`](https://crates.io/crates/serde) library. @@ -128,6 +128,8 @@ Now we can have fun and happy contributing! ## Changelog +- 0.2.1: Improve documentation and deserialize many more types + - 0.2.0: Update to supporting dhall v12.0.0 - 0.1.0: Initial release -- cgit v1.2.3