diff options
author | Daniel Schadt <kingdread@gmx.de> | 2020-05-02 15:20:37 +0200 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2020-05-02 15:20:37 +0200 |
commit | 3ba875e59d59d770f99a16c7a24562b80930f58e (patch) | |
tree | beea2bf81077d3fbad08b847f8499bf33ccd0fd6 | |
parent | b5270a5947cfa770358d13734e7c08dc4b217f05 (diff) | |
download | evtclib-3ba875e59d59d770f99a16c7a24562b80930f58e.tar.gz evtclib-3ba875e59d59d770f99a16c7a24562b80930f58e.tar.bz2 evtclib-3ba875e59d59d770f99a16c7a24562b80930f58e.zip |
bump version to 0.3.0v0.3.0
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 99308d7..d8509ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. ## Unreleased + +## 0.3.0 - 2020-05-02 ### Added - Implement standard traits `Debug`, `Default`, `PartialEq`, `Eq` and `Hash` for raw types in `evtclib::raw`. @@ -1,6 +1,6 @@ [package] name = "evtclib" -version = "0.2.0" +version = "0.3.0" authors = ["Daniel"] edition = "2018" description = "An evtc parsing library" |