chore(release): 0.0.1
This commit is contained in:
parent
bd21c2f9dc
commit
8f284c0471
22
CHANGELOG.md
Normal file
22
CHANGELOG.md
Normal 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
|
@ -4,3 +4,6 @@ resolver = "2"
|
|||||||
|
|
||||||
[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