Compare commits
3 Commits
8f284c0471
...
v0.1.3
Author | SHA1 | Date | |
---|---|---|---|
dc3e21d38d | |||
909fd3b1c9 | |||
fb33f5561c |
13
CHANGELOG.md
13
CHANGELOG.md
@@ -6,17 +6,10 @@ 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
|
### Added
|
||||||
- bump v0.1.2
|
- remove garbage readme
|
||||||
- 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"
|
|
||||||
|
Reference in New Issue
Block a user