chore(release): 0.2.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
cuddle-please 2024-05-13 21:00:24 +00:00
parent 699bac7159
commit 1964107633
2 changed files with 20 additions and 1 deletions

View File

@ -6,6 +6,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.2.0] - 2024-05-13
### Added
- server can actually create root and sections
- abstract commander
- 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
- refactor out graph created event
- let state use either local or backend
- remove warnings
- remove extra logs
## [0.1.0] - 2024-05-11
### Added

View File

@ -23,4 +23,4 @@ tonic = "0.11.0"
futures = { version = "0.3.30" }
[workspace.package]
version = "0.1.0"
version = "0.2.0"