forked from kemitix/git-next
chore: Release 0.7.0
This commit is contained in:
parent
1eb4ed6d23
commit
c1c62e7659
2 changed files with 15 additions and 1 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -2,8 +2,21 @@
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
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
|
## [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
|
### Bug Fixes
|
||||||
|
|
||||||
- Remove old implementation of forgejo get all branches ([9f04b1a](https://git.kemitix.net/kemitix/git-next/commit/9f04b1ae6cd380318ab7b755d7adc6baf44f727a))
|
- 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
|
### Miscellaneous Tasks
|
||||||
|
|
||||||
- Release 0.6.1 ([942a71e](https://git.kemitix.net/kemitix/git-next/commit/942a71efd4b6248a4a8c6ddab30fa544d641d50b))
|
- 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
|
### Refactor
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ members = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "0.6.2"
|
version = "0.7.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[workspace.lints.clippy]
|
[workspace.lints.clippy]
|
||||||
|
|
Loading…
Reference in a new issue