Compare commits
2 Commits
8f284c0471
...
2794b4a4c3
Author | SHA1 | Date | |
---|---|---|---|
|
2794b4a4c3 | ||
fb33f5561c |
14
CHANGELOG.md
14
CHANGELOG.md
@ -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
|
|
||||||
|
@ -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"
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user