aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-07-22 13:53:32 +0200
committerHampusM <hampus@hampusmat.com>2022-07-22 13:53:32 +0200
commitbe0cf7b39fc14c32bf9d77b65d685f0cba967d26 (patch)
treea302bcd110fbd45ca9cdc6202ffcdf3ea0973132
parentabd21d76e5c40116730bb66b1caad5fe434b22d7 (diff)
docs: add v0.1.1 to changelog
-rw-r--r--CHANGELOG.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d07ff66..3438b3b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,24 @@
## Unreleased
+## v0.1.1 - 2022-07-22
+### Build
+- add local path to macros dependency
+
+### Docs
+- add optional factory feature name in readme
+- add changelog
+- fix typo in example in readme
+- add shields, examples & more to readme
+- rename example folder to examples
+- use syrette from crates.io in example
+
+### Refactor
+- make factories an optional feature
+- re-export dependency of error_stack
+- reorganize folder hierarchy
+
+
## v0.1.0 - 2022-07-20
### Build
- use syrette_macros from crates.io