chore(release): 0.2.0
This commit is contained in:
parent
9bb5bc9e87
commit
df5ecb03bc
16
CHANGELOG.md
16
CHANGELOG.md
@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.2.0] - 2024-05-12
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- with async commands instead of inline mutations phew.
|
||||||
|
- add command pattern
|
||||||
|
- allow async function in command
|
||||||
|
- move core to tui and begin grpc work
|
||||||
|
- add protos
|
||||||
|
- update deps
|
||||||
|
- with basic server
|
||||||
|
|
||||||
|
### Other
|
||||||
|
- let state use either local or backend
|
||||||
|
- remove warnings
|
||||||
|
- remove extra logs
|
||||||
|
|
||||||
## [0.1.0] - 2024-05-11
|
## [0.1.0] - 2024-05-11
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -23,4 +23,4 @@ tonic = "0.11.0"
|
|||||||
futures = { version = "0.3.30" }
|
futures = { version = "0.3.30" }
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user