From ad8c944f2f897acfbda0ec912d2acdfbbe255bf3 Mon Sep 17 00:00:00 2001 From: Gregory Conrad Date: Sat, 14 Oct 2023 17:47:43 -0400 Subject: [PATCH] chore(version): 0.1.0 --- CHANGELOG.md | 16 ++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3eb5428..b9688ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## 0.1.0 - 2023-10-14 +#### Bug Fixes +- temporarily remove listen method until design is finalized - (78d1fa0) - Gregory Conrad +- fix CapsuleReader when better-api feature enabled - (60d34ac) - Gregory Conrad +#### Continuous Integration +- add github release workflow - (d169bbc) - Gregory Conrad +#### Documentation +- add axum example - (55d39fc) - Gregory Conrad +- update old terminology to idempotence - (1ececbc) - Gregory Conrad +- add inline comments to README example - (11fcbb0) - Gregory Conrad +- finish README - (078222d) - Gregory Conrad +#### Features +- add as_listener side effect - (7c7f2be) - Gregory Conrad + +- - - + ## 0.0.1 - 2023-07-29 #### Bug Fixes - rewrite garbage collection to use more idiomatic code - (a1a035e) - Gregory Conrad diff --git a/Cargo.toml b/Cargo.toml index 1bb70b5..fa5f3c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["rearch-macros", "rearch"] resolver = "2" [workspace.package] -version = "0.0.1" +version = "0.1.0" edition = "2021" license = "MIT" description = "Re-imagined approach to application design and architecture"