From 3b339fca6780ce7184f628fe59388cd7eca40b83 Mon Sep 17 00:00:00 2001 From: "ForgeJo Action. See: https://git.kemitix.net/kemitix/rust" Date: Fri, 29 Nov 2024 09:49:46 +0000 Subject: [PATCH] chore: release v0.13.12 Signed-off-by: ForgeJo Action. See: https://git.kemitix.net/kemitix/rust --- CHANGELOG.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 3 files changed, 49 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb6ea37..50a1de0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,50 @@ 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-29 + +### 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-29 + +### Added +- switch to kameo actor system (dropping actix) + +### 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-29 + +### Added +- switch to kameo actor system (dropping actix) + +### Fixed +- apply clippy suggestions from rust nightly +- rustdoc typo + +### Other +- replace to_string uses with a macro +- *(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-29 + +### Added +- switch to kameo actor system (dropping actix) + +### Fixed +- apply clippy suggestions from rust nightly +- disable ScrollView + +### Other +- ignore use of expect in tests creating temp fs +- *(deps)* update rust crate bon to v3 +- *(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 67dae1c..ed7fd5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1070,7 +1070,7 @@ dependencies = [ [[package]] name = "git-next" -version = "0.13.11" +version = "0.13.12" dependencies = [ "anyhow", "assert2", @@ -1117,7 +1117,7 @@ dependencies = [ [[package]] name = "git-next-core" -version = "0.13.11" +version = "0.13.12" dependencies = [ "assert2", "async-trait", @@ -1144,7 +1144,7 @@ dependencies = [ [[package]] name = "git-next-forge-forgejo" -version = "0.13.11" +version = "0.13.12" dependencies = [ "assert2", "async-trait", @@ -1160,7 +1160,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 9fb6d95..5c2f193 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["crates/*"] [workspace.package] -version = "0.13.11" +version = "0.14.0-rc1" edition = "2021" license = "MIT"