chore: release v0.14.2
Signed-off-by: ForgeJo Action. See: https://git.kemitix.net/kemitix/rust <action@git.kemitix.net>
This commit is contained in:
parent
17031f4d23
commit
a65e4f5a93
3 changed files with 16 additions and 2 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -2,6 +2,20 @@
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
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
|
## `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
|
### Other
|
||||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1056,7 +1056,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "git-next"
|
name = "git-next"
|
||||||
version = "0.14.1"
|
version = "0.14.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"assert2",
|
"assert2",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "git-next"
|
name = "git-next"
|
||||||
version = "0.14.1"
|
version = "0.14.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://git.kemitix.net/kemitix/git-next"
|
repository = "https://git.kemitix.net/kemitix/git-next"
|
||||||
|
|
Loading…
Add table
Reference in a new issue