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

chore: stuff

feat: something

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
cuddle-please 2024-04-09 21:31:55 +00:00 committed by kjuulh
parent 9ac744b39d
commit ff9f5e25d2
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912
3 changed files with 12 additions and 0 deletions

View File

@ -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

View File

@ -34,3 +34,6 @@ toml_edit = "0.22.9"
tracing-test = "0.2"
pretty_assertions = "1.4"
[workspace.package]
version = "0.5.0"

View File

@ -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`.