diff options
author | HampusM <hampus@hampusmat.com> | 2022-08-01 15:33:15 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-08-01 15:33:15 +0200 |
commit | 9b3110d57bf0ff751103860968554bbe455ac75f (patch) | |
tree | d2af0e3c1ed099363d3cf56055cd581b1ba8f572 | |
parent | 7a6575220c6d9db564514bcbee552faa29095738 (diff) |
docs: add v0.2.1 to changelog
-rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index de9cc64..d19aeb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,15 @@ ## Unreleased +## v0.2.1 - 2022-07-31 +### Documentation Changes +- add doc comments & deny missing docs +- add contributing section in readme + + ## v0.2.0 - 2022-07-31 ### Build System/Dependency Changes +- bump versions to 0.2.0 - add docs.rs all-features flag ### Code Refactoring @@ -14,6 +21,8 @@ - clean up intertrait lib ### Documentation Changes +- add v0.2.0 to changelog +- add binding singletons to list of features - add asynchronous functionality to todo - add generics support to list of features |