chore(release): v0.0.1 #2

Closed
kjuulh wants to merge 1 commits from cuddle-please/release into main
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]
vessel = { path = "crates/vessel" }
[workspace.package]
version = "0.0.1"