summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNadrieril2019-12-24 20:46:27 +0000
committerNadrieril2019-12-24 20:51:06 +0000
commit51bdeff0b4a8edfbcd4dcbe4e748e8ba5d86a1a9 (patch)
tree5dbcdb07a6ec12773223eb82143d51af51d24069 /README.md
parent057d645a90a6b57f40f72eb7e347ba2c6219777e (diff)
Release new version
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 413da63..73b79a3 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ Add this to your `Cargo.toml`:
```toml
[dependencies]
-serde_dhall = "0.1.0"
+serde_dhall = "0.2.0"
```
Reading Dhall files is easy and leverages the wonderful [`serde`]() library.
@@ -122,6 +122,12 @@ $ cargo test
Now we can have fun and happy contributing!
+## Changelog
+
+- 0.2.0: Update to supporting dhall v12.0.0
+
+- 0.1.0: Initial release
+
## License
Licensed under the terms of the 2-Clause BSD License ([LICENSE](LICENSE) or