From a7d2a9d992da8e478ceeed09017479202c35024f Mon Sep 17 00:00:00 2001 From: "ForgeJo Action. See: https://git.kemitix.net/kemitix/rust" Date: Thu, 16 Jan 2025 16:23:08 +0000 Subject: [PATCH] chore: release v0.14.0-rc1.1 Signed-off-by: ForgeJo Action. See: https://git.kemitix.net/kemitix/rust --- CHANGELOG.md | 22 ++++++++++++++++++++++ Cargo.lock | 9 +++++---- Cargo.toml | 8 ++++---- 3 files changed, 31 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55cea2b..f92e199 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ All notable changes to this project will be documented in this file. +## `git-next-forge-github` - [0.14.0-rc1.1](https://git.kemitix.net/kemitix/git-next/compare/git-next-forge-github-v0.14.0-rc1...git-next-forge-github-v0.14.0-rc1.1) - 2025-01-16 + +### Other +- update Cargo.toml dependencies + +## `git-next-forge-forgejo` - [0.14.0-rc1.1](https://git.kemitix.net/kemitix/git-next/compare/git-next-forge-forgejo-v0.14.0-rc1...git-next-forge-forgejo-v0.14.0-rc1.1) - 2025-01-16 + +### Fixed +- remove stray eprintln + +## `git-next-core` - [0.14.0-rc1.1](https://git.kemitix.net/kemitix/git-next/compare/git-next-core-v0.14.0-rc1...git-next-core-v0.14.0-rc1.1) - 2025-01-16 + +### Other +- *(deps)* update git.kemitix.net/kemitix/rust docker tag to v4 +- *(deps)* update rust crate kxio to v4 + +## `git-next` - [0.14.0-rc1.1](https://git.kemitix.net/kemitix/git-next/compare/v0.14.0-rc1...v0.14.0-rc1.1) - 2025-01-16 + +### Other +- *(deps)* update git.kemitix.net/kemitix/rust docker tag to v4 +- *(deps)* update rust crate kxio to v4 + ## `git-next-forge-github` - [0.14.0-rc1](https://git.kemitix.net/kemitix/git-next/compare/git-next-forge-github-v0.13.11...git-next-forge-github-v0.14.0-rc1) - 2024-11-29 ### Other diff --git a/Cargo.lock b/Cargo.lock index d23c2ed..a76e299 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1070,7 +1070,7 @@ dependencies = [ [[package]] name = "git-next" -version = "0.14.0-rc1" +version = "0.14.0-rc1.1" dependencies = [ "anyhow", "assert2", @@ -1118,7 +1118,7 @@ dependencies = [ [[package]] name = "git-next-core" -version = "0.14.0-rc1" +version = "0.14.0-rc1.1" dependencies = [ "assert2", "async-trait", @@ -1128,6 +1128,7 @@ dependencies = [ "gix", "kxio", "mockall", + "native-tls", "pike", "pretty_assertions", "rand", @@ -1145,7 +1146,7 @@ dependencies = [ [[package]] name = "git-next-forge-forgejo" -version = "0.14.0-rc1" +version = "0.14.0-rc1.1" dependencies = [ "assert2", "async-trait", @@ -1161,7 +1162,7 @@ dependencies = [ [[package]] name = "git-next-forge-github" -version = "0.14.0-rc1" +version = "0.14.0-rc1.1" dependencies = [ "assert2", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 477a282..7ac44ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["crates/*"] [workspace.package] -version = "0.14.0-rc1" +version = "0.14.0-rc1.1" edition = "2021" license = "MIT" @@ -22,9 +22,9 @@ categories = ["development-tools"] # expect_used = "warn" [workspace.dependencies] -git-next-core = { path = "crates/core", version = "0.14.0-rc1" } -git-next-forge-forgejo = { path = "crates/forge-forgejo", version = "0.14.0-rc1" } -git-next-forge-github = { path = "crates/forge-github", version = "0.14.0-rc1" } +git-next-core = { path = "crates/core", version = "0.14.0-rc1.1" } +git-next-forge-forgejo = { path = "crates/forge-forgejo", version = "0.14.0-rc1.1" } +git-next-forge-github = { path = "crates/forge-github", version = "0.14.0-rc1.1" } # TUI ratatui = "0.29"