From 942a71efd4b6248a4a8c6ddab30fa544d641d50b Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sat, 25 May 2024 20:37:50 +0100 Subject: [PATCH] chore: Release 0.6.1 --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cce660..b6aadc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,16 @@ All notable changes to this project will be documented in this file. +## [0.6.1] - 2024-05-25 + +### Bug Fixes + +- New commit_log matches original from API request ([3642b2c](https://git.kemitix.net/kemitix/git-next/commit/3642b2cdd11de2bf49c1214c9938a86517d6a7fd)) + ## [0.6.0] - 2024-05-25 +[8616225](https://git.kemitix.net/kemitix/git-next/commit/8616225a28d94964401c6de6442c7408848f6c1f)...[6cab8bb](https://git.kemitix.net/kemitix/git-next/commit/6cab8bb2baf7ae8300f9496c1e843531839e30e5) + ### Features - Config file watcher will respond to touch ([ebbb655](https://git.kemitix.net/kemitix/git-next/commit/ebbb655bfca3561059e068606a32dcb17d490f5e)) @@ -11,6 +19,7 @@ All notable changes to this project will be documented in this file. ### Miscellaneous Tasks - Don't directly open coverage report ([c92e41e](https://git.kemitix.net/kemitix/git-next/commit/c92e41ee564f36470511b2d093c1e00ae66078d4)) +- Release 0.6.0 ([6cab8bb](https://git.kemitix.net/kemitix/git-next/commit/6cab8bb2baf7ae8300f9496c1e843531839e30e5)) ### Refactor diff --git a/Cargo.toml b/Cargo.toml index 8fcdffc..56f88e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ members = [ ] [workspace.package] -version = "0.6.0" +version = "0.6.1" edition = "2021" [workspace.lints.clippy]