aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-08-01 15:33:15 +0200
committerHampusM <hampus@hampusmat.com>2022-08-01 15:33:15 +0200
commit9b3110d57bf0ff751103860968554bbe455ac75f (patch)
treed2af0e3c1ed099363d3cf56055cd581b1ba8f572
parent7a6575220c6d9db564514bcbee552faa29095738 (diff)
docs: add v0.2.1 to changelog
-rw-r--r--CHANGELOG.md9
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