From a65e4f5a9306bc8c2daae5ee2c6e878514872bc0 Mon Sep 17 00:00:00 2001 From: "ForgeJo Action. See: https://git.kemitix.net/kemitix/rust" Date: Sun, 26 Jan 2025 20:05:11 +0000 Subject: [PATCH] chore: release v0.14.2 Signed-off-by: ForgeJo Action. See: https://git.kemitix.net/kemitix/rust --- CHANGELOG.md | 14 ++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b3179b..371d2c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. +## `git-next` - [0.14.2](https://git.kemitix.net/kemitix/git-next/compare/v0.14.1...v0.14.2) - 2025-01-26 + +### Fixed +- another test should create valid urls +- tests should create valid urls +- docker build + +### Other +- adds a daily build against the latest nightly version of rust +- flatten into single crate +- merge core crate into cli crate +- merge github crate into cli crate +- merge forgejo crate into cli crate + ## `git-next-forge-github` - [0.14.1](https://git.kemitix.net/kemitix/git-next/compare/git-next-forge-github-v0.14.0...git-next-forge-github-v0.14.1) - 2025-01-19 ### Other diff --git a/Cargo.lock b/Cargo.lock index f6b50d7..e158d2b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1056,7 +1056,7 @@ dependencies = [ [[package]] name = "git-next" -version = "0.14.1" +version = "0.14.2" dependencies = [ "anyhow", "assert2", diff --git a/Cargo.toml b/Cargo.toml index ebe1426..f4dda6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-next" -version = "0.14.1" +version = "0.14.2" edition = "2021" license = "MIT" repository = "https://git.kemitix.net/kemitix/git-next"