From f504b62ff69aac23964f2492c94c4aab234bc42e Mon Sep 17 00:00:00 2001 From: "ForgeJo Action. See: https://git.kemitix.net/kemitix/rust" Date: Fri, 23 Aug 2024 07:39:32 +0000 Subject: [PATCH] chore: release Signed-off-by: ForgeJo Action. See: https://git.kemitix.net/kemitix/rust --- CHANGELOG.md | 21 +++++++++++++++++++++ Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 3 files changed, 26 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39736c1..77bd700 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ All notable changes to this project will be documented in this file. +## `git-next-forge-github` - [0.13.6](https://git.kemitix.net/kemitix/git-next/compare/git-next-forge-github-v0.13.5...git-next-forge-github-v0.13.6) - 2024-08-23 + +### Fixed +- *(github)* register webhook with valid callback url + +## `git-next-core` - [0.13.6](https://git.kemitix.net/kemitix/git-next/compare/git-next-core-v0.13.5...git-next-core-v0.13.6) - 2024-08-23 + +### Added +- *(tui)* (experimental) tui option + +## `git-next` - [0.13.6](https://git.kemitix.net/kemitix/git-next/compare/v0.13.5...v0.13.6) - 2024-08-23 + +### Added +- *(tui)* (experimental) tui option + +### Fixed +- file_watcher runs on own thread + +### Other +- test all feature combinations + ## `git-next` - [0.13.5](https://git.kemitix.net/kemitix/git-next/compare/git-next-v0.13.4...git-next-v0.13.5) - 2024-08-10 ### Added diff --git a/Cargo.lock b/Cargo.lock index ed70348..4b44be4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -997,7 +997,7 @@ dependencies = [ [[package]] name = "git-next" -version = "0.13.5" +version = "0.13.6" dependencies = [ "actix", "actix-rt", @@ -1036,7 +1036,7 @@ dependencies = [ [[package]] name = "git-next-core" -version = "0.13.5" +version = "0.13.6" dependencies = [ "actix", "assert2", @@ -1064,7 +1064,7 @@ dependencies = [ [[package]] name = "git-next-forge-forgejo" -version = "0.13.5" +version = "0.13.6" dependencies = [ "assert2", "async-trait", @@ -1080,7 +1080,7 @@ dependencies = [ [[package]] name = "git-next-forge-github" -version = "0.13.5" +version = "0.13.6" dependencies = [ "assert2", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 75bd26c..dfab15f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["crates/*"] [workspace.package] -version = "0.13.5" +version = "0.13.6" edition = "2021" license = "MIT"