chore: release
All checks were successful
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
ci/woodpecker/pr/cron-docker-builder Pipeline was successful
ci/woodpecker/pr/push-next Pipeline was successful
ci/woodpecker/pr/tag-created Pipeline was successful

Signed-off-by: ForgeJo Action. See: https://git.kemitix.net/kemitix/rust <action@git.kemitix.net>
This commit is contained in:
ForgeJo Action. See: https://git.kemitix.net/kemitix/rust 2024-08-10 17:14:24 +00:00
parent f0daac76b4
commit e5869ebe9c
3 changed files with 13 additions and 5 deletions

View file

@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file.
## `git-next` - [0.13.5](https://git.kemitix.net/kemitix/git-next/compare/v0.13.4...v0.13.5) - 2024-08-10
### Added
- make forge and repo alias more prominent in email
### Fixed
- invalid config section typo in README
## `git-next-forge-github` - [0.13.4](https://git.kemitix.net/kemitix/git-next/compare/git-next-forge-github-v0.13.3...git-next-forge-github-v0.13.4) - 2024-08-08
### Other

8
Cargo.lock generated
View file

@ -993,7 +993,7 @@ dependencies = [
[[package]]
name = "git-next"
version = "0.13.4"
version = "0.13.5"
dependencies = [
"actix",
"actix-rt",
@ -1031,7 +1031,7 @@ dependencies = [
[[package]]
name = "git-next-core"
version = "0.13.4"
version = "0.13.5"
dependencies = [
"actix",
"assert2",
@ -1059,7 +1059,7 @@ dependencies = [
[[package]]
name = "git-next-forge-forgejo"
version = "0.13.4"
version = "0.13.5"
dependencies = [
"assert2",
"async-trait",
@ -1075,7 +1075,7 @@ dependencies = [
[[package]]
name = "git-next-forge-github"
version = "0.13.4"
version = "0.13.5"
dependencies = [
"assert2",
"async-trait",

View file

@ -3,7 +3,7 @@ resolver = "2"
members = ["crates/*"]
[workspace.package]
version = "0.13.4"
version = "0.13.5"
edition = "2021"
license = "MIT"