From c1c62e7659f9c94a51da72a85a96ebf920457572 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Fri, 31 May 2024 08:11:31 +0100 Subject: [PATCH] chore: Release 0.7.0 --- CHANGELOG.md | 14 ++++++++++++++ Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 879a4e5..aa59f9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,21 @@ All notable changes to this project will be documented in this file. +## [0.7.0] - 2024-05-31 + +### Bug Fixes + +- Add missing list webhooks implementation ([1eb4ed6](https://git.kemitix.net/kemitix/git-next/commit/1eb4ed6d2320f5b7117fc2d08fa68e5dae28c25b)) + +### Features + +- Webhook query paths include forge alias ([206e64c](https://git.kemitix.net/kemitix/git-next/commit/206e64cd5b478a94cdbdebfde5b87dd36d92da77)) +- Add support for GitHub ([46b6d86](https://git.kemitix.net/kemitix/git-next/commit/46b6d8680cc61ce22deeb6a28838eb3ea87e5cde)) + ## [0.6.2] - 2024-05-29 +[3642b2c](https://git.kemitix.net/kemitix/git-next/commit/3642b2cdd11de2bf49c1214c9938a86517d6a7fd)...[17148e7](https://git.kemitix.net/kemitix/git-next/commit/17148e74b6390997cf673b47f18f4876ff97938c) + ### Bug Fixes - Remove old implementation of forgejo get all branches ([9f04b1a](https://git.kemitix.net/kemitix/git-next/commit/9f04b1ae6cd380318ab7b755d7adc6baf44f727a)) @@ -15,6 +28,7 @@ All notable changes to this project will be documented in this file. ### Miscellaneous Tasks - Release 0.6.1 ([942a71e](https://git.kemitix.net/kemitix/git-next/commit/942a71efd4b6248a4a8c6ddab30fa544d641d50b)) +- Release 0.6.2 ([17148e7](https://git.kemitix.net/kemitix/git-next/commit/17148e74b6390997cf673b47f18f4876ff97938c)) ### Refactor diff --git a/Cargo.toml b/Cargo.toml index aa7c4f9..481246e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ members = [ ] [workspace.package] -version = "0.6.2" +version = "0.7.0" edition = "2021" [workspace.lints.clippy]