Skip to content

Commit

Permalink
chore(version): 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryConrad committed Oct 14, 2023
1 parent 55d39fc commit ad8c944
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ad8c944

Please sign in to comment.