From ff9f5e25d22cc6bb314278334a831f76d0e25e2a Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Tue, 9 Apr 2024 21:31:55 +0000 Subject: [PATCH] chore(release): 0.5.0 chore: stuff feat: something Signed-off-by: kjuulh --- CHANGELOG.md | 7 +++++++ Cargo.toml | 3 +++ README.md | 2 ++ 3 files changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88b6a95..366b346 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.0] - 2024-04-09 + +### Added +- stuff +- with rust version +- add rust actions + ## [0.4.0] - 2024-04-08 ### Added diff --git a/Cargo.toml b/Cargo.toml index 7bcf83b..f1782f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,3 +34,6 @@ toml_edit = "0.22.9" tracing-test = "0.2" pretty_assertions = "1.4" + +[workspace.package] +version = "0.5.0" diff --git a/README.md b/README.md index a728c40..cffe5c6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Cuddle Please + + Cuddle Please is an extension to `cuddle`, it is a separate binary that can be executed standalone as `cuddle-please`, or in cuddle as `cuddle please`. The goal of the software is to be a `release-please` clone, targeting `gitea` instead of `github`.