Compare commits

..

1 Commits

Author SHA1 Message Date
cuddle-please
8f284c0471 chore(release): 0.0.1
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-05-22 09:42:18 +00:00
2 changed files with 15 additions and 5 deletions

View File

@ -6,7 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.1.3] - 2025-05-22
## [0.0.1] - 2025-05-22
### Added
- bump v0.1.2
- downgrade again
- update version
- add basic vessel
### Docs
- add readme docs
### Other
- use workspace version
- Configure Renovate (#1)
Add renovate.json

View File

@ -2,8 +2,8 @@
members = ["crates/*"]
resolver = "2"
[workspace.package]
version = "0.1.3"
[workspace.dependencies]
vessel = { path = "crates/vessel" }
[workspace.package]
version = "0.0.1"