chore: Release 0.7.1

### Bug Fixes

- Github: use correct url to check CI status
([46e2871](46e2871e17))
- Github: as soon as any check fails, ignore any pending
([7b280a2](7b280a2a0a))

### Documentation

- Update installation instructions
([044790a](044790a019))
- Flesh out and update README
([8d42945](8d42945c37))
- Fix typos and clarifications
([9462957](9462957c5e))

### Miscellaneous Tasks

- Remove unused dependencies
([235aee8](235aee8b11))
- Add grcov-coverage as an alternate report generation recipe
([d67b821](d67b821130))
- Ignore coverage metadata (profraw files)
([8609652](8609652928))

### Refactor

- Config: use thiserror and move tests about
([0b8e41a](0b8e41a8ec))
- Git: use thiserror and cleanup errors
([621e599](621e599b31))
- Server: use thiserror
([e29c274](e29c274aaf))

### Testing

- Add more tests to config crate
([1010eae](1010eaec64))
- Add more tests to forge crate
([98839c8](98839c8a00))
- Add more tests to forge-forgejo crate
([c189aa3](c189aa3ad3))
- Add more tests to forge-github crate
([309e523](309e523cfe))
This commit is contained in:
Paul Campbell 2024-06-06 08:07:25 +01:00
parent 309e523cfe
commit ea9a858f48
2 changed files with 39 additions and 1 deletions

View file

@ -2,8 +2,42 @@
All notable changes to this project will be documented in this file.
## [0.7.1] - 2024-06-06
### Bug Fixes
- Github: use correct url to check CI status ([46e2871](https://git.kemitix.net/kemitix/git-next/commit/46e2871e17677745ef6d11e7e3d50014d6da1e1d))
- Github: as soon as any check fails, ignore any pending ([7b280a2](https://git.kemitix.net/kemitix/git-next/commit/7b280a2a0a3090ad6726fe467d2c52d864a78fb9))
### Documentation
- Update installation instructions ([044790a](https://git.kemitix.net/kemitix/git-next/commit/044790a0194bf67e850ac6b04ece248bdc2c3c2f))
- Flesh out and update README ([8d42945](https://git.kemitix.net/kemitix/git-next/commit/8d42945c373dab179ea4ac9c0527f2cbcdc9893c))
- Fix typos and clarifications ([9462957](https://git.kemitix.net/kemitix/git-next/commit/9462957c5e09e9fef1db977cd0c46f01395801bc))
### Miscellaneous Tasks
- Remove unused dependencies ([235aee8](https://git.kemitix.net/kemitix/git-next/commit/235aee8b11e07926d8b507d4d4b5444a0b0c354a))
- Add grcov-coverage as an alternate report generation recipe ([d67b821](https://git.kemitix.net/kemitix/git-next/commit/d67b821130d1b73765ffcd60952a35141a4b8d3d))
- Ignore coverage metadata (profraw files) ([8609652](https://git.kemitix.net/kemitix/git-next/commit/86096529284ab1eea72b864cd33b68845eae7c7d))
### Refactor
- Config: use thiserror and move tests about ([0b8e41a](https://git.kemitix.net/kemitix/git-next/commit/0b8e41a8ecca1ee8f565478f7b275b8228df123c))
- Git: use thiserror and cleanup errors ([621e599](https://git.kemitix.net/kemitix/git-next/commit/621e599b31b98b359bbe7afa2c239fa9a91c6dc7))
- Server: use thiserror ([e29c274](https://git.kemitix.net/kemitix/git-next/commit/e29c274aaf14c68761bf68e6a054985eba567fa5))
### Testing
- Add more tests to config crate ([1010eae](https://git.kemitix.net/kemitix/git-next/commit/1010eaec649329c4745740b25298824bfade43d5))
- Add more tests to forge crate ([98839c8](https://git.kemitix.net/kemitix/git-next/commit/98839c8a00148b1c6bfb3cd26f0780d1e66d451c))
- Add more tests to forge-forgejo crate ([c189aa3](https://git.kemitix.net/kemitix/git-next/commit/c189aa3ad3fe05d16b0310820c3f43d883db0ba7))
- Add more tests to forge-github crate ([309e523](https://git.kemitix.net/kemitix/git-next/commit/309e523cfe35d00fecdb61575bc339b1bf35024f))
## [0.7.0] - 2024-05-31
[17148e7](https://git.kemitix.net/kemitix/git-next/commit/17148e74b6390997cf673b47f18f4876ff97938c)...[c1c62e7](https://git.kemitix.net/kemitix/git-next/commit/c1c62e7659f9c94a51da72a85a96ebf920457572)
### Bug Fixes
- Add missing list webhooks implementation ([1eb4ed6](https://git.kemitix.net/kemitix/git-next/commit/1eb4ed6d2320f5b7117fc2d08fa68e5dae28c25b))
@ -13,6 +47,10 @@ All notable changes to this project will be documented in this file.
- 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))
### Miscellaneous Tasks
- Release 0.7.0 ([c1c62e7](https://git.kemitix.net/kemitix/git-next/commit/c1c62e7659f9c94a51da72a85a96ebf920457572))
## [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)

View file

@ -12,7 +12,7 @@ members = [
]
[workspace.package]
version = "0.7.0"
version = "0.7.1"
edition = "2021"
[workspace.lints.clippy]