diff --git a/CHANGELOG.md b/CHANGELOG.md index 07da890..f8bbd1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ All notable changes to this project will be documented in this file. +## `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-17 + +### Other +- *(deps)* update rust crate kxio to v5 + +## `git-next-forge-forgejo` - [0.14.1](https://git.kemitix.net/kemitix/git-next/compare/git-next-forge-forgejo-v0.14.0...git-next-forge-forgejo-v0.14.1) - 2025-01-17 + +### Other +- *(deps)* update rust crate kxio to v5 + +## `git-next-core` - [0.14.1](https://git.kemitix.net/kemitix/git-next/compare/git-next-core-v0.14.0...git-next-core-v0.14.1) - 2025-01-17 + +### Other +- update Cargo.toml dependencies + +## `git-next` - [0.14.1](https://git.kemitix.net/kemitix/git-next/compare/v0.14.0...v0.14.1) - 2025-01-17 + +### Other +- *(deps)* update rust crate kxio to v5 + ## [0.14.0] - 2025-01-16 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 2db570a..6491673 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1070,7 +1070,7 @@ dependencies = [ [[package]] name = "git-next" -version = "0.14.0" +version = "0.14.1" dependencies = [ "anyhow", "assert2", @@ -1118,7 +1118,7 @@ dependencies = [ [[package]] name = "git-next-core" -version = "0.14.0" +version = "0.14.1" dependencies = [ "assert2", "async-trait", @@ -1146,7 +1146,7 @@ dependencies = [ [[package]] name = "git-next-forge-forgejo" -version = "0.14.0" +version = "0.14.1" dependencies = [ "assert2", "async-trait", @@ -1162,7 +1162,7 @@ dependencies = [ [[package]] name = "git-next-forge-github" -version = "0.14.0" +version = "0.14.1" dependencies = [ "assert2", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 980ab1f..fdf3987 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["crates/*"] [workspace.package] -version = "0.14.0" +version = "0.14.1" edition = "2021" license = "MIT"