From 0e39e3363ff03aeeff3b80af5c4be229f9ffd5ff Mon Sep 17 00:00:00 2001 From: "ForgeJo Action. See: https://git.kemitix.net/kemitix/rust" Date: Thu, 21 Nov 2024 22:37:15 +0000 Subject: [PATCH] chore: release v0.13.12 Signed-off-by: ForgeJo Action. See: https://git.kemitix.net/kemitix/rust --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 3 files changed, 39 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb6ea37..9d8fcab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,40 @@ 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 +- apply clippy suggestions from rust nightly +- 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 +- 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 ad86fff..8fde771 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1121,7 +1121,7 @@ dependencies = [ [[package]] name = "git-next" -version = "0.13.11" +version = "0.13.12" dependencies = [ "actix", "actix-rt", @@ -1169,7 +1169,7 @@ dependencies = [ [[package]] name = "git-next-core" -version = "0.13.11" +version = "0.13.12" dependencies = [ "actix", "assert2", @@ -1197,7 +1197,7 @@ dependencies = [ [[package]] name = "git-next-forge-forgejo" -version = "0.13.11" +version = "0.13.12" dependencies = [ "assert2", "async-trait", @@ -1213,7 +1213,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 9b22d20..31d74c2 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" -- 2.45.2