diff --git a/CHANGELOG.md b/CHANGELOG.md index eb6ea37..9ee8323 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,36 @@ All notable changes to this project will be documented in this file. +## `git-next-forge-github` - [0.13.12](https://git.kemitix.net/kemitix/git-next/compare/git-next-forge-github-v0.13.11...git-next-forge-github-v0.13.12) - 2024-11-21 + +### Other +- *(deps)* update rust crate kxio to v3 + +## `git-next-forge-forgejo` - [0.13.12](https://git.kemitix.net/kemitix/git-next/compare/git-next-forge-forgejo-v0.13.11...git-next-forge-forgejo-v0.13.12) - 2024-11-21 + +### Other +- *(deps)* update rust crate kxio to v3 + +## `git-next-core` - [0.13.12](https://git.kemitix.net/kemitix/git-next/compare/git-next-core-v0.13.11...git-next-core-v0.13.12) - 2024-11-21 + +### Fixed +- rustdoc typo + +### Other +- *(deps)* update rust crate kxio to v3 +- *(deps)* update rust crate secrecy to 0.10 + +## `git-next` - [0.13.12](https://git.kemitix.net/kemitix/git-next/compare/v0.13.11...v0.13.12) - 2024-11-21 + +### Fixed +- disable ScrollView + +### Other +- *(deps)* update rust crate kxio to v3 +- *(deps)* update rust crate tui-scrollview to 0.5 +- *(deps)* update rust crate ratatui to 0.29 +- *(deps)* update rust crate secrecy to 0.10 + ## `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 diff --git a/Cargo.lock b/Cargo.lock index 0a8d630..9b58db3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1119,7 +1119,7 @@ dependencies = [ [[package]] name = "git-next" -version = "0.13.11" +version = "0.13.12" dependencies = [ "actix", "actix-rt", @@ -1167,7 +1167,7 @@ dependencies = [ [[package]] name = "git-next-core" -version = "0.13.11" +version = "0.13.12" dependencies = [ "actix", "assert2", @@ -1195,7 +1195,7 @@ dependencies = [ [[package]] name = "git-next-forge-forgejo" -version = "0.13.11" +version = "0.13.12" dependencies = [ "assert2", "async-trait", @@ -1211,7 +1211,7 @@ dependencies = [ [[package]] name = "git-next-forge-github" -version = "0.13.11" +version = "0.13.12" dependencies = [ "assert2", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index e754fcc..b2ed73d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["crates/*"] [workspace.package] -version = "0.13.11" +version = "0.13.12" edition = "2021" license = "MIT"