summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNadrieril2020-01-16 18:22:46 +0000
committerNadrieril2020-01-16 18:30:52 +0000
commit140b5d5ab24795a4053f7e5bdcd8b2343e35558e (patch)
tree585952d551e53971010dccfe6b22b6c44bc5a9b5 /README.md
parent001ba99abcd84a83fb6f63b86792af3569d6c68d (diff)
release
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
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