From 8f284c04715aa97fe67232b37f8cbfddc721d0a1 Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Thu, 22 May 2025 09:42:18 +0000 Subject: [PATCH] chore(release): 0.0.1 --- CHANGELOG.md | 22 ++++++++++++++++++++++ Cargo.toml | 3 +++ 2 files changed, 25 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..429603c --- /dev/null +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index c528c6e..e079a11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,3 +4,6 @@ resolver = "2" [workspace.dependencies] vessel = { path = "crates/vessel" } + +[workspace.package] +version = "0.0.1"