forked from kemitix/git-next
chore: Release v0.5.2
This commit is contained in:
parent
db9b4220ee
commit
8616225a28
2 changed files with 29 additions and 1 deletions
28
CHANGELOG.md
28
CHANGELOG.md
|
@ -2,15 +2,43 @@
|
|||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [0.5.2] - 2024-05-22
|
||||
|
||||
### Documentation
|
||||
|
||||
- Add diagram showing crate dependencies ([2dbd421](https://git.kemitix.net/kemitix/git-next/commit/2dbd42163aa88c62ea69a1a2cfc8fe5cc1c90fcf))
|
||||
|
||||
### Miscellaneous Tasks
|
||||
|
||||
- Remove feature declarations ([ac25c99](https://git.kemitix.net/kemitix/git-next/commit/ac25c9985e9e49c5495b77634755ae8ad7f2eb5f))
|
||||
|
||||
### Refactor
|
||||
|
||||
- Add mock repository and tests ([341dc97](https://git.kemitix.net/kemitix/git-next/commit/341dc97a51792b89fea6f60e9d3dbcf255e1d2cc))
|
||||
- Collapse type module into gitforge module ([df8ebc6](https://git.kemitix.net/kemitix/git-next/commit/df8ebc6af7c5730e12d91ef740b506867b5097b6))
|
||||
- Extract repo-actor and gitforge crates ([db9b422](https://git.kemitix.net/kemitix/git-next/commit/db9b4220ee64607529348d91bfba103f81a688c9))
|
||||
|
||||
## [0.5.1] - 2024-05-21
|
||||
|
||||
[eabeeed](https://git.kemitix.net/kemitix/git-next/commit/eabeeeda4791559afadd7d16f2d48fac755f953d)...[e5744e8](https://git.kemitix.net/kemitix/git-next/commit/e5744e85adfbe55c6ef4e8c018de71e2b1266153)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- Invalid webhook authorisations ([e5744e8](https://git.kemitix.net/kemitix/git-next/commit/e5744e85adfbe55c6ef4e8c018de71e2b1266153))
|
||||
|
||||
## [0.5.0] - 2024-05-20
|
||||
|
||||
[d241273](https://git.kemitix.net/kemitix/git-next/commit/d241273345c73f7afb29bf1623b72b9680a5b7bb)...[eabeeed](https://git.kemitix.net/kemitix/git-next/commit/eabeeeda4791559afadd7d16f2d48fac755f953d)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- Don't use gix in server ([4977619](https://git.kemitix.net/kemitix/git-next/commit/4977619c701358ae9a4a6c29387a8bfb048c932c))
|
||||
- Git-cliff template add null check ([ba92f23](https://git.kemitix.net/kemitix/git-next/commit/ba92f23b4105725e02ce4e6d1ee736212f2db0db))
|
||||
|
||||
### Documentation
|
||||
|
||||
- Added ([5e5445f](https://git.kemitix.net/kemitix/git-next/commit/5e5445f45d393cfc5180cba81bedfefd3a8007cc))
|
||||
- Updated for 0.5.0 release ([eabeeed](https://git.kemitix.net/kemitix/git-next/commit/eabeeeda4791559afadd7d16f2d48fac755f953d))
|
||||
|
||||
### Features
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ members = [
|
|||
]
|
||||
|
||||
[workspace.package]
|
||||
version = "0.5.1"
|
||||
version = "0.5.2"
|
||||
edition = "2021"
|
||||
|
||||
[workspace.lints.clippy]
|
||||
|
|
Loading…
Reference in a new issue