chore(release): 0.2.0
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing

This commit is contained in:
cuddle-please 2024-05-25 12:22:56 +00:00
parent 1aa8562509
commit b6d6248ac7
2 changed files with 9 additions and 1 deletions

View File

@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.2.0] - 2024-05-25
### Added
- plan -> base
- add sync
- add send
- use arc instead
## [0.1.1] - 2024-05-25 ## [0.1.1] - 2024-05-25
### Other ### Other

View File

@ -12,4 +12,4 @@ clap = { version = "4", features = ["derive", "env"] }
dotenv = { version = "0.15" } dotenv = { version = "0.15" }
[workspace.package] [workspace.package]
version = "0.1.1" version = "0.2.0"