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-10-21 19:27:08 +00:00
parent 9d6271a176
commit 736fa08a0b
3 changed files with 25 additions and 5 deletions

View file

@ -2,6 +2,26 @@
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-10-21
### 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-10-21
### 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-10-21
### 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-10-21
### Other
- *(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

@ -1092,7 +1092,7 @@ dependencies = [
[[package]]
name = "git-next"
version = "0.13.11"
version = "0.13.12"
dependencies = [
"actix",
"actix-rt",
@ -1140,7 +1140,7 @@ dependencies = [
[[package]]
name = "git-next-core"
version = "0.13.11"
version = "0.13.12"
dependencies = [
"actix",
"assert2",
@ -1168,7 +1168,7 @@ dependencies = [
[[package]]
name = "git-next-forge-forgejo"
version = "0.13.11"
version = "0.13.12"
dependencies = [
"assert2",
"async-trait",
@ -1184,7 +1184,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"