chore(release): 0.0.1
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
cuddle-please 2025-05-22 09:42:18 +00:00
parent bd21c2f9dc
commit 8f284c0471
2 changed files with 25 additions and 0 deletions

22
CHANGELOG.md Normal file
View File

@ -0,0 +1,22 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.0.1] - 2025-05-22
### Added
- bump v0.1.2
- downgrade again
- update version
- add basic vessel
### Docs
- add readme docs
### Other
- Configure Renovate (#1)
Add renovate.json

View File

@ -4,3 +4,6 @@ resolver = "2"
[workspace.dependencies] [workspace.dependencies]
vessel = { path = "crates/vessel" } vessel = { path = "crates/vessel" }
[workspace.package]
version = "0.0.1"