chore: release v0.14.2
All checks were successful
Test / build (map[name:nightly]) (pull_request) Successful in 9m33s
Test / build (map[name:stable]) (pull_request) Successful in 11m57s

Signed-off-by: ForgeJo Action. See: https://git.kemitix.net/kemitix/rust <action@git.kemitix.net>
This commit is contained in:
ForgeJo Action. See: https://git.kemitix.net/kemitix/rust 2025-01-26 20:05:11 +00:00
parent 17031f4d23
commit a65e4f5a93
3 changed files with 16 additions and 2 deletions

View file

@ -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

2
Cargo.lock generated
View file

@ -1056,7 +1056,7 @@ dependencies = [
[[package]]
name = "git-next"
version = "0.14.1"
version = "0.14.2"
dependencies = [
"anyhow",
"assert2",

View file

@ -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"