chore: release
All checks were successful
ci/woodpecker/pr/push-next Pipeline was successful
ci/woodpecker/pr/cron-docker-builder Pipeline was successful
ci/woodpecker/pr/tag-created Pipeline was successful
Rust / build (pull_request) Successful in 7m5s
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
Release Please / Release-plz (push) Successful in 3m16s
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
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
Rust / build (push) Successful in 10m31s

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-25 15:14:41 +00:00
parent 5d9915bdbd
commit 76ae37a9a5
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-core` - [0.13.7](https://git.kemitix.net/kemitix/git-next/compare/git-next-core-v0.13.6...git-next-core-v0.13.7) - 2024-08-25
### Added
- *(tui)* (experimental) show repo state, messages and git log
## `git-next` - [0.13.7](https://git.kemitix.net/kemitix/git-next/compare/v0.13.6...v0.13.7) - 2024-08-25
### Added
- *(tui)* (experimental) show repo state, messages and git log
## `git-next-forge-github` - [0.13.6](https://git.kemitix.net/kemitix/git-next/compare/git-next-forge-github-v0.13.5...git-next-forge-github-v0.13.6) - 2024-08-23
### Fixed

8
Cargo.lock generated
View file

@ -1035,7 +1035,7 @@ dependencies = [
[[package]]
name = "git-next"
version = "0.13.6"
version = "0.13.7"
dependencies = [
"actix",
"actix-rt",
@ -1078,7 +1078,7 @@ dependencies = [
[[package]]
name = "git-next-core"
version = "0.13.6"
version = "0.13.7"
dependencies = [
"actix",
"assert2",
@ -1106,7 +1106,7 @@ dependencies = [
[[package]]
name = "git-next-forge-forgejo"
version = "0.13.6"
version = "0.13.7"
dependencies = [
"assert2",
"async-trait",
@ -1122,7 +1122,7 @@ dependencies = [
[[package]]
name = "git-next-forge-github"
version = "0.13.6"
version = "0.13.7"
dependencies = [
"assert2",
"async-trait",

View file

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