Compare commits

..

2 Commits

Author SHA1 Message Date
cuddle-please
2794b4a4c3 chore(release): 0.1.3
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-05-22 09:46:09 +00:00
fb33f5561c chore: use workspace version
All checks were successful
continuous-integration/drone/push Build is passing
2025-05-22 11:45:52 +02:00
2 changed files with 5 additions and 15 deletions

View File

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

View File

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