chore: release
All checks were 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
ci/woodpecker/pull_request_closed/cron-docker-builder Pipeline was successful
ci/woodpecker/pull_request_closed/push-next Pipeline was successful
ci/woodpecker/pull_request_closed/tag-created Pipeline was successful
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
Release Please / Release-plz (push) Successful in 6m17s
ci/woodpecker/tag/push-next Pipeline was successful
ci/woodpecker/tag/cron-docker-builder Pipeline was successful
ci/woodpecker/tag/tag-created Pipeline was successful
Rust / build (push) Successful in 9m2s
ci/woodpecker/cron/cron-docker-builder Pipeline was successful
ci/woodpecker/cron/push-next Pipeline was successful
ci/woodpecker/cron/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-09-04 05:45:15 +00:00
parent 1f0b5e867c
commit 3672fd5d45
3 changed files with 15 additions and 5 deletions

View file

@ -2,6 +2,16 @@
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-04
### Fixed
- *(tui)* alerts are cleared on next repo update
- shutdown properly on error
- shutdown properly on file parse error
### Other
- Expand docker docmentation
## `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

8
Cargo.lock generated
View file

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

View file

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