chore(release): 0.5.0
chore: stuff feat: something Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
9ac744b39d
commit
ff9f5e25d2
@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.5.0] - 2024-04-09
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- stuff
|
||||||
|
- with rust version
|
||||||
|
- add rust actions
|
||||||
|
|
||||||
## [0.4.0] - 2024-04-08
|
## [0.4.0] - 2024-04-08
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -34,3 +34,6 @@ toml_edit = "0.22.9"
|
|||||||
|
|
||||||
tracing-test = "0.2"
|
tracing-test = "0.2"
|
||||||
pretty_assertions = "1.4"
|
pretty_assertions = "1.4"
|
||||||
|
|
||||||
|
[workspace.package]
|
||||||
|
version = "0.5.0"
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Cuddle Please
|
# 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`.
|
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`.
|
The goal of the software is to be a `release-please` clone, targeting `gitea` instead of `github`.
|
||||||
|
Loading…
Reference in New Issue
Block a user