diff --git a/CHANGELOG.md b/CHANGELOG.md index b6aadc0..879a4e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,33 @@ All notable changes to this project will be documented in this file. +## [0.6.2] - 2024-05-29 + +### Bug Fixes + +- Remove old implementation of forgejo get all branches ([9f04b1a](https://git.kemitix.net/kemitix/git-next/commit/9f04b1ae6cd380318ab7b755d7adc6baf44f727a)) + +### Documentation + +- Update dependency graph ([e62f5e2](https://git.kemitix.net/kemitix/git-next/commit/e62f5e23197731b2f7e62ad74b912821a8b47f1c)) + +### Miscellaneous Tasks + +- Release 0.6.1 ([942a71e](https://git.kemitix.net/kemitix/git-next/commit/942a71efd4b6248a4a8c6ddab30fa544d641d50b)) + +### Refactor + +- Get commit from from local repo (part 2/3) ([8a35911](https://git.kemitix.net/kemitix/git-next/commit/8a35911d0064af6104490e215590c9e615b8ea70)) +- Move validate_positions into git crate ([dd5532d](https://git.kemitix.net/kemitix/git-next/commit/dd5532d3a3c76ef8fc314fa963c74720cc8518c0)) +- Merge git::validate module into git::validation ([f10dc25](https://git.kemitix.net/kemitix/git-next/commit/f10dc25aeb0117af9db1d815624ad1a5bffb96ff)) +- Move repo_clone implementation to git crate ([d0638fd](https://git.kemitix.net/kemitix/git-next/commit/d0638fdbc44927ae7927dcf373b20158469e6af6)) +- Move git::read_file implementation to git crate ([f259179](https://git.kemitix.net/kemitix/git-next/commit/f2591792741aa19b17eccb2f78fd3114555622a6)) +- Move git::remote_branches to git crate ([012668d](https://git.kemitix.net/kemitix/git-next/commit/012668dd0a5125549ada440dd365a99b40e60863)) + ## [0.6.1] - 2024-05-25 +[6cab8bb](https://git.kemitix.net/kemitix/git-next/commit/6cab8bb2baf7ae8300f9496c1e843531839e30e5)...[3642b2c](https://git.kemitix.net/kemitix/git-next/commit/3642b2cdd11de2bf49c1214c9938a86517d6a7fd) + ### Bug Fixes - New commit_log matches original from API request ([3642b2c](https://git.kemitix.net/kemitix/git-next/commit/3642b2cdd11de2bf49c1214c9938a86517d6a7fd)) diff --git a/Cargo.toml b/Cargo.toml index 904d24e..eff0522 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ members = [ ] [workspace.package] -version = "0.6.1" +version = "0.6.2" edition = "2021" [workspace.lints.clippy]