diff options
author | Nadrieril | 2020-04-09 22:42:11 +0100 |
---|---|---|
committer | Nadrieril | 2020-04-09 22:42:11 +0100 |
commit | 96bc42f4d7aa6746658e2da3bf6a6125e275c231 (patch) | |
tree | 0e640876bd92be7dbe98c657b52dc9d16cfb59e2 | |
parent | a2132cc6f01de48086d8b595f0216dc79064a6d8 (diff) |
Revert "Don't care about 0.5.1 in README"
This reverts commit 158589f17b0c59dcb0705115f70159a5fbfd05b5.
Diffstat (limited to '')
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -169,6 +169,8 @@ same name as the corresponding test. #### [Unreleased] +#### [0.5.1] - 2020-04-09 + #### [0.5.0] - 2020-04-05 - Add `serde_dhall::from_file` to read a Dhall file directly. @@ -210,7 +212,8 @@ same name as the corresponding test. - Initial release <!-- next-url --> -[Unreleased]: https://github.com/Nadrieril/dhall-rust/compare/serde_dhall-v0.5.0...HEAD +[Unreleased]: https://github.com/Nadrieril/dhall-rust/compare/serde_dhall-v0.5.1...HEAD +[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 ## License |