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
Rust / build (pull_request) Successful in 7m16s

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-09-03 05:53:44 +00:00
parent b4a4631a1d
commit 809c38ff61
3 changed files with 10 additions and 5 deletions

View file

@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## `git-next` - [0.13.9](https://git.kemitix.net/kemitix/git-next/compare/v0.13.8...v0.13.9) - 2024-09-03
### Fixed
- shutdown properly on file parse error
## `git-next-forge-forgejo` - [0.13.8](https://git.kemitix.net/kemitix/git-next/compare/git-next-forge-forgejo-v0.13.7...git-next-forge-forgejo-v0.13.8) - 2024-09-01 ## `git-next-forge-forgejo` - [0.13.8](https://git.kemitix.net/kemitix/git-next/compare/git-next-forge-forgejo-v0.13.7...git-next-forge-forgejo-v0.13.8) - 2024-09-01
### Other ### Other

8
Cargo.lock generated
View file

@ -1092,7 +1092,7 @@ dependencies = [
[[package]] [[package]]
name = "git-next" name = "git-next"
version = "0.13.8" version = "0.13.9"
dependencies = [ dependencies = [
"actix", "actix",
"actix-rt", "actix-rt",
@ -1138,7 +1138,7 @@ dependencies = [
[[package]] [[package]]
name = "git-next-core" name = "git-next-core"
version = "0.13.8" version = "0.13.9"
dependencies = [ dependencies = [
"actix", "actix",
"assert2", "assert2",
@ -1166,7 +1166,7 @@ dependencies = [
[[package]] [[package]]
name = "git-next-forge-forgejo" name = "git-next-forge-forgejo"
version = "0.13.8" version = "0.13.9"
dependencies = [ dependencies = [
"assert2", "assert2",
"async-trait", "async-trait",
@ -1182,7 +1182,7 @@ dependencies = [
[[package]] [[package]]
name = "git-next-forge-github" name = "git-next-forge-github"
version = "0.13.8" version = "0.13.9"
dependencies = [ dependencies = [
"assert2", "assert2",
"async-trait", "async-trait",

View file

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