Merge pull request 'chore(release): v0.1.1' (#3) from cuddle-please/release into main
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

Reviewed-on: #3
This commit is contained in:
Kasper Juul Hermansen 2024-05-25 13:46:44 +02:00
commit 10a56ad690
2 changed files with 6 additions and 1 deletions

View File

@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.1.1] - 2024-05-25
### Other
- remove deps
## [0.1.0] - 2024-05-25
### Added

View File

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