chore: release
All checks were successful
ci/woodpecker/pr/cron-docker-builder Pipeline was successful
ci/woodpecker/pr/push-next Pipeline was successful
ci/woodpecker/pr/tag-created Pipeline was successful
ci/woodpecker/pull_request_closed/cron-docker-builder Pipeline was successful
ci/woodpecker/pull_request_closed/push-next Pipeline was successful
ci/woodpecker/pull_request_closed/tag-created Pipeline was successful
Release Please / Release-plz (push) Successful in 1m2s
Rust / build (push) Successful in 5m47s
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
ci/woodpecker/tag/cron-docker-builder Pipeline was successful
ci/woodpecker/tag/push-next Pipeline was successful
ci/woodpecker/tag/tag-created Pipeline was successful
ci/woodpecker/cron/cron-docker-builder Pipeline was successful
ci/woodpecker/cron/push-next Pipeline was successful
ci/woodpecker/cron/tag-created Pipeline was successful

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 2024-08-23 07:39:32 +00:00
parent 47dbc1a8a4
commit f504b62ff6
3 changed files with 26 additions and 5 deletions

View file

@ -2,6 +2,27 @@
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-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 ## `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 ### Added

8
Cargo.lock generated
View file

@ -997,7 +997,7 @@ dependencies = [
[[package]] [[package]]
name = "git-next" name = "git-next"
version = "0.13.5" version = "0.13.6"
dependencies = [ dependencies = [
"actix", "actix",
"actix-rt", "actix-rt",
@ -1036,7 +1036,7 @@ dependencies = [
[[package]] [[package]]
name = "git-next-core" name = "git-next-core"
version = "0.13.5" version = "0.13.6"
dependencies = [ dependencies = [
"actix", "actix",
"assert2", "assert2",
@ -1064,7 +1064,7 @@ dependencies = [
[[package]] [[package]]
name = "git-next-forge-forgejo" name = "git-next-forge-forgejo"
version = "0.13.5" version = "0.13.6"
dependencies = [ dependencies = [
"assert2", "assert2",
"async-trait", "async-trait",
@ -1080,7 +1080,7 @@ dependencies = [
[[package]] [[package]]
name = "git-next-forge-github" name = "git-next-forge-github"
version = "0.13.5" version = "0.13.6"
dependencies = [ dependencies = [
"assert2", "assert2",
"async-trait", "async-trait",

View file

@ -3,7 +3,7 @@ resolver = "2"
members = ["crates/*"] members = ["crates/*"]
[workspace.package] [workspace.package]
version = "0.13.5" version = "0.13.6"
edition = "2021" edition = "2021"
license = "MIT" license = "MIT"