chore: release

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-14 14:24:04 +00:00
parent 978205b823
commit 9dc51cb634
3 changed files with 27 additions and 5 deletions

View file

@ -2,6 +2,28 @@
All notable changes to this project will be documented in this file.
## `git-next-core` - [0.13.11](https://git.kemitix.net/kemitix/git-next/compare/git-next-core-v0.13.10...git-next-core-v0.13.11) - 2024-09-14
### Added
- should fetch repo on startup when not cloning
- Remove branches when fetching from remote
### Other
- reimplement git fetch using git
## `git-next` - [0.13.11](https://git.kemitix.net/kemitix/git-next/compare/v0.13.10...v0.13.11) - 2024-09-14
### Added
- *(tui)* add time and version in border
- should fetch repo on startup when not cloning
- Remove branches when fetching from remote
### Other
- Update TUI sooner when receiving CI status
- reimplement git fetch using git
- mark tui as complete on roadmap
- Add missing port mapping parameter for running in docker
## `git-next-forge-github` - [0.13.10](https://git.kemitix.net/kemitix/git-next/compare/git-next-forge-github-v0.13.9...git-next-forge-github-v0.13.10) - 2024-09-12
### Added

8
Cargo.lock generated
View file

@ -1092,7 +1092,7 @@ dependencies = [
[[package]]
name = "git-next"
version = "0.13.10"
version = "0.13.11"
dependencies = [
"actix",
"actix-rt",
@ -1140,7 +1140,7 @@ dependencies = [
[[package]]
name = "git-next-core"
version = "0.13.10"
version = "0.13.11"
dependencies = [
"actix",
"assert2",
@ -1168,7 +1168,7 @@ dependencies = [
[[package]]
name = "git-next-forge-forgejo"
version = "0.13.10"
version = "0.13.11"
dependencies = [
"assert2",
"async-trait",
@ -1184,7 +1184,7 @@ dependencies = [
[[package]]
name = "git-next-forge-github"
version = "0.13.10"
version = "0.13.11"
dependencies = [
"assert2",
"async-trait",

View file

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