diff --git a/CHANGELOG.md b/CHANGELOG.md index fccc18d..ee214b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,32 @@ All notable changes to this project will be documented in this file. +## `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 +- optionally specify max commits between dev and main + +## `git-next-forge-forgejo` - [0.13.10](https://git.kemitix.net/kemitix/git-next/compare/git-next-forge-forgejo-v0.13.9...git-next-forge-forgejo-v0.13.10) - 2024-09-12 + +### Added +- optionally specify max commits between dev and main + +## `git-next-core` - [0.13.10](https://git.kemitix.net/kemitix/git-next/compare/git-next-core-v0.13.9...git-next-core-v0.13.10) - 2024-09-12 + +### Added +- optionally specify max commits between dev and main + +## `git-next` - [0.13.10](https://git.kemitix.net/kemitix/git-next/compare/v0.13.9...v0.13.10) - 2024-09-12 + +### Added +- optionally specify max commits between dev and main + +### Fixed +- *(tui)* alerts, such as WIP aren't being reset +- *(test)* tests requiring .git pass when not present +- *(tui)* update ui when push next or main finishes +- *(tui)* don't set background for normal repo alias + ## `git-next` - [0.13.9](https://git.kemitix.net/kemitix/git-next/compare/v0.13.8...v0.13.9) - 2024-09-04 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 97e9851..bd2414d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1092,7 +1092,7 @@ dependencies = [ [[package]] name = "git-next" -version = "0.13.9" +version = "0.13.10" dependencies = [ "actix", "actix-rt", @@ -1139,7 +1139,7 @@ dependencies = [ [[package]] name = "git-next-core" -version = "0.13.9" +version = "0.13.10" dependencies = [ "actix", "assert2", @@ -1167,7 +1167,7 @@ dependencies = [ [[package]] name = "git-next-forge-forgejo" -version = "0.13.9" +version = "0.13.10" dependencies = [ "assert2", "async-trait", @@ -1183,7 +1183,7 @@ dependencies = [ [[package]] name = "git-next-forge-github" -version = "0.13.9" +version = "0.13.10" dependencies = [ "assert2", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 193732e..78ea927 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["crates/*"] [workspace.package] -version = "0.13.9" +version = "0.13.10" edition = "2021" license = "MIT"