chore: release
Signed-off-by: ForgeJo Action. See: https://git.kemitix.net/kemitix/rust <action@git.kemitix.net>
This commit is contained in:
parent
ddc22867b3
commit
f46327d6ed
3 changed files with 25 additions and 5 deletions
20
CHANGELOG.md
20
CHANGELOG.md
|
@ -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
8
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -3,7 +3,7 @@ resolver = "2"
|
|||
members = ["crates/*"]
|
||||
|
||||
[workspace.package]
|
||||
version = "0.13.11"
|
||||
version = "0.13.12"
|
||||
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
|
|
Loading…
Reference in a new issue