chore: release
All checks were successful
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/pr/cron-docker-builder Pipeline was successful
ci/woodpecker/pr/push-next Pipeline was successful
ci/woodpecker/pr/tag-created Pipeline was successful
All checks were successful
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/pr/cron-docker-builder Pipeline was successful
ci/woodpecker/pr/push-next Pipeline was successful
ci/woodpecker/pr/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:
parent
622e144986
commit
347941d76f
3 changed files with 21 additions and 5 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -2,6 +2,22 @@
|
|||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## `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-12
|
||||
|
||||
### 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-12
|
||||
|
||||
### 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
|
||||
|
|
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -1038,7 +1038,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "git-next"
|
||||
version = "0.13.5"
|
||||
version = "0.13.6"
|
||||
dependencies = [
|
||||
"actix",
|
||||
"actix-rt",
|
||||
|
@ -1077,7 +1077,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "git-next-core"
|
||||
version = "0.13.5"
|
||||
version = "0.13.6"
|
||||
dependencies = [
|
||||
"actix",
|
||||
"assert2",
|
||||
|
@ -1105,7 +1105,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "git-next-forge-forgejo"
|
||||
version = "0.13.5"
|
||||
version = "0.13.6"
|
||||
dependencies = [
|
||||
"assert2",
|
||||
"async-trait",
|
||||
|
@ -1121,7 +1121,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "git-next-forge-github"
|
||||
version = "0.13.5"
|
||||
version = "0.13.6"
|
||||
dependencies = [
|
||||
"assert2",
|
||||
"async-trait",
|
||||
|
|
|
@ -3,7 +3,7 @@ resolver = "2"
|
|||
members = ["crates/*"]
|
||||
|
||||
[workspace.package]
|
||||
version = "0.13.5"
|
||||
version = "0.13.6"
|
||||
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
|
|
Loading…
Reference in a new issue