From 180e8ed0e0892c0a6df55c7768d379428f9dd2e4 Mon Sep 17 00:00:00 2001 From: "ForgeJo Action. See: https://git.kemitix.net/kemitix/rust" Date: Sun, 4 Aug 2024 15:25:54 +0000 Subject: [PATCH] chore: release Signed-off-by: ForgeJo Action. See: https://git.kemitix.net/kemitix/rust --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccd7fd7..99b580c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## `git-next-core` - [0.13.3](https://git.kemitix.net/kemitix/git-next/compare/git-next-core-v0.13.2...git-next-core-v0.13.3) - 2024-08-04 + +### Fixed +- shout.desktop should be optional + +## `git-next` - [0.13.3](https://git.kemitix.net/kemitix/git-next/compare/v0.13.2...v0.13.3) - 2024-08-04 + +### Fixed +- shout.desktop should be optional + ## `git-next` - [0.13.2](https://git.kemitix.net/kemitix/git-next/compare/v0.13.1...v0.13.2) - 2024-08-04 ### Other diff --git a/Cargo.lock b/Cargo.lock index 1dc43d7..d87b59e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -939,7 +939,7 @@ dependencies = [ [[package]] name = "git-next" -version = "0.13.2" +version = "0.13.3" dependencies = [ "actix", "actix-rt", @@ -976,7 +976,7 @@ dependencies = [ [[package]] name = "git-next-core" -version = "0.13.2" +version = "0.13.3" dependencies = [ "actix", "assert2", @@ -1003,7 +1003,7 @@ dependencies = [ [[package]] name = "git-next-forge-forgejo" -version = "0.13.2" +version = "0.13.3" dependencies = [ "assert2", "async-trait", @@ -1019,7 +1019,7 @@ dependencies = [ [[package]] name = "git-next-forge-github" -version = "0.13.2" +version = "0.13.3" dependencies = [ "assert2", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 5e780de..aa65f52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["crates/*"] [workspace.package] -version = "0.13.2" +version = "0.13.3" edition = "2021" license = "MIT"