From e5869ebe9cff75dbc2de983b88d607b09cd02924 Mon Sep 17 00:00:00 2001 From: "ForgeJo Action. See: https://git.kemitix.net/kemitix/rust" Date: Sat, 10 Aug 2024 17:14:24 +0000 Subject: [PATCH] chore: release Signed-off-by: ForgeJo Action. See: https://git.kemitix.net/kemitix/rust --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50d1ed9..9f89fa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## `git-next` - [0.13.5](https://git.kemitix.net/kemitix/git-next/compare/v0.13.4...v0.13.5) - 2024-08-10 + +### Added +- make forge and repo alias more prominent in email + +### Fixed +- invalid config section typo in README + ## `git-next-forge-github` - [0.13.4](https://git.kemitix.net/kemitix/git-next/compare/git-next-forge-github-v0.13.3...git-next-forge-github-v0.13.4) - 2024-08-08 ### Other diff --git a/Cargo.lock b/Cargo.lock index d082dc0..1744c46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -993,7 +993,7 @@ dependencies = [ [[package]] name = "git-next" -version = "0.13.4" +version = "0.13.5" dependencies = [ "actix", "actix-rt", @@ -1031,7 +1031,7 @@ dependencies = [ [[package]] name = "git-next-core" -version = "0.13.4" +version = "0.13.5" dependencies = [ "actix", "assert2", @@ -1059,7 +1059,7 @@ dependencies = [ [[package]] name = "git-next-forge-forgejo" -version = "0.13.4" +version = "0.13.5" dependencies = [ "assert2", "async-trait", @@ -1075,7 +1075,7 @@ dependencies = [ [[package]] name = "git-next-forge-github" -version = "0.13.4" +version = "0.13.5" dependencies = [ "assert2", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index b7a63f1..164c1d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["crates/*"] [workspace.package] -version = "0.13.4" +version = "0.13.5" edition = "2021" license = "MIT"