From 6cab8bb2baf7ae8300f9496c1e843531839e30e5 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sat, 25 May 2024 08:12:31 +0100 Subject: [PATCH] chore: Release 0.6.0 --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b2d3dde..4cce6602 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,42 @@ All notable changes to this project will be documented in this file. +## [0.6.0] - 2024-05-25 + +### Features + +- Config file watcher will respond to touch ([ebbb655](https://git.kemitix.net/kemitix/git-next/commit/ebbb655bfca3561059e068606a32dcb17d490f5e)) + +### Miscellaneous Tasks + +- Don't directly open coverage report ([c92e41e](https://git.kemitix.net/kemitix/git-next/commit/c92e41ee564f36470511b2d093c1e00ae66078d4)) + +### Refactor + +- Disolve gitforge:errors module ([564e14a](https://git.kemitix.net/kemitix/git-next/commit/564e14a3704b3fac8c1477e47513e3ff0cdb3992)) +- Move MessageToken to repo-actor crate ([4053563](https://git.kemitix.net/kemitix/git-next/commit/4053563b30b111f91b9cecb25184100a7b8d4e9c)) +- Rename gitforge crate as forge ([f2af849](https://git.kemitix.net/kemitix/git-next/commit/f2af849d0b2ed122a11125b382017c714fbd96ad)) +- Improve consistency of use of git types ([639223f](https://git.kemitix.net/kemitix/git-next/commit/639223fcaa1d570fa1ddf315f8a688c16f1a1cea)) +- Move ForgeLike to git ([64cbe36](https://git.kemitix.net/kemitix/git-next/commit/64cbe36dac1a893ca892d04c9815dc39eb9ac5f1)) +- Merge config and load modules ([17b1629](https://git.kemitix.net/kemitix/git-next/commit/17b1629cdf841102be1b9881024d2c749c8169db)) +- Consitent use of config crate ([9e37c07](https://git.kemitix.net/kemitix/git-next/commit/9e37c073c2564e0d2c8de7068beb9707cd7f6a94)) +- Extract forge-forgejo crate ([5253e13](https://git.kemitix.net/kemitix/git-next/commit/5253e136cc5cd352f6d7facc6b3b25b09229bd9f)) +- Remove unused git branch error ([0202be1](https://git.kemitix.net/kemitix/git-next/commit/0202be19febfa7ce46c1137a18c37d0e2dfebfe7)) +- Move forgejo branch test to forgejo crate ([7818b25](https://git.kemitix.net/kemitix/git-next/commit/7818b25a5c5b33c8a56cd597d48ded2296d1e7f3)) +- Get commit log from local repo (step 1) ([7a0247e](https://git.kemitix.net/kemitix/git-next/commit/7a0247ea03b61b3b93a712db1db4aad52778d1c7)) + +### Testing + +- Don't record coverage for mock forge ([d76be11](https://git.kemitix.net/kemitix/git-next/commit/d76be1197a7f96c4b5d6dd7d749d0cb07b45bf36)) + +### Build + +- Forge only include forgejo crate when feature enabled ([4cd797a](https://git.kemitix.net/kemitix/git-next/commit/4cd797ac0a90516eabfb031132739614d87426fc)) + ## [0.5.2] - 2024-05-22 +[e5744e8](https://git.kemitix.net/kemitix/git-next/commit/e5744e85adfbe55c6ef4e8c018de71e2b1266153)...[8616225](https://git.kemitix.net/kemitix/git-next/commit/8616225a28d94964401c6de6442c7408848f6c1f) + ### Documentation - Add diagram showing crate dependencies ([2dbd421](https://git.kemitix.net/kemitix/git-next/commit/2dbd42163aa88c62ea69a1a2cfc8fe5cc1c90fcf)) @@ -11,6 +45,7 @@ All notable changes to this project will be documented in this file. ### Miscellaneous Tasks - Remove feature declarations ([ac25c99](https://git.kemitix.net/kemitix/git-next/commit/ac25c9985e9e49c5495b77634755ae8ad7f2eb5f)) +- Release v0.5.2 ([8616225](https://git.kemitix.net/kemitix/git-next/commit/8616225a28d94964401c6de6442c7408848f6c1f)) ### Refactor diff --git a/Cargo.toml b/Cargo.toml index eed6b4b4..8fcdffc5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ members = [ ] [workspace.package] -version = "0.5.2" +version = "0.6.0" edition = "2021" [workspace.lints.clippy]