chore: release

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-11-15 19:14:24 +00:00
parent eabf97dff8
commit b744b150a7
3 changed files with 30 additions and 5 deletions

View file

@ -2,6 +2,31 @@
All notable changes to this project will be documented in this file.
## `git-next-forge-github` - [0.13.12](https://git.kemitix.net/kemitix/git-next/compare/git-next-forge-github-v0.13.11...git-next-forge-github-v0.13.12) - 2024-11-15
### Other
- update Cargo.toml dependencies
## `git-next-forge-forgejo` - [0.13.12](https://git.kemitix.net/kemitix/git-next/compare/git-next-forge-forgejo-v0.13.11...git-next-forge-forgejo-v0.13.12) - 2024-11-15
### Other
- update Cargo.toml dependencies
## `git-next-core` - [0.13.12](https://git.kemitix.net/kemitix/git-next/compare/git-next-core-v0.13.11...git-next-core-v0.13.12) - 2024-11-15
### Other
- *(deps)* update rust crate secrecy to 0.10
## `git-next` - [0.13.12](https://git.kemitix.net/kemitix/git-next/compare/v0.13.11...v0.13.12) - 2024-11-15
### Fixed
- disable ScrollView
### Other
- *(deps)* update rust crate tui-scrollview to 0.5
- *(deps)* update rust crate ratatui to 0.29
- *(deps)* update rust crate secrecy to 0.10
## `git-next-core` - [0.13.11](https://git.kemitix.net/kemitix/git-next/compare/git-next-core-v0.13.10...git-next-core-v0.13.11) - 2024-09-14
### Added

8
Cargo.lock generated
View file

@ -1095,7 +1095,7 @@ dependencies = [
[[package]]
name = "git-next"
version = "0.13.11"
version = "0.13.12"
dependencies = [
"actix",
"actix-rt",
@ -1143,7 +1143,7 @@ dependencies = [
[[package]]
name = "git-next-core"
version = "0.13.11"
version = "0.13.12"
dependencies = [
"actix",
"assert2",
@ -1171,7 +1171,7 @@ dependencies = [
[[package]]
name = "git-next-forge-forgejo"
version = "0.13.11"
version = "0.13.12"
dependencies = [
"assert2",
"async-trait",
@ -1187,7 +1187,7 @@ dependencies = [
[[package]]
name = "git-next-forge-github"
version = "0.13.11"
version = "0.13.12"
dependencies = [
"assert2",
"async-trait",

View file

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