From 41c8a319b1344d2ce04bfa8f45eb9a267d8e9a3c Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 14 Jul 2024 16:39:55 +0100 Subject: [PATCH] chore: Release 0.9.4 --- CHANGELOG.md | 16 ++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbf06cc..ab70e98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,28 @@ All notable changes to this project will be documented in this file. +## [0.9.4] - 2024-07-14 + +### Bug Fixes + +- Add missing version for workspace dependencies ([fa7f78c](https://git.kemitix.net/kemitix/git-next/commit/fa7f78c7347ea2cd7a1a854e8aa07acb881911b2)) + +### Revert + +- Fix: explicitly specify version in each crate ([adf56c1](https://git.kemitix.net/kemitix/git-next/commit/adf56c1b38f7ae397a1187302cead4864b3bddab)) + ## [0.9.3] - 2024-07-14 +[59e8fc0](https://git.kemitix.net/kemitix/git-next/commit/59e8fc050d70db2779855f7d1d73e4cf00edd461)...[d24bcd9](https://git.kemitix.net/kemitix/git-next/commit/d24bcd9ab1a31afe20501c6b6e0f08436683c1c2) + ### Bug Fixes - Explicitly specify version in each crate ([cd93d04](https://git.kemitix.net/kemitix/git-next/commit/cd93d047cb948118f32ae0b8b0880a42a74226fb)) +### Miscellaneous Tasks + +- Release 0.9.3 ([d24bcd9](https://git.kemitix.net/kemitix/git-next/commit/d24bcd9ab1a31afe20501c6b6e0f08436683c1c2)) + ## [0.9.2] - 2024-07-14 [4c2e122](https://git.kemitix.net/kemitix/git-next/commit/4c2e1223467a3799506d9f44931aeec1d51cd26c)...[59e8fc0](https://git.kemitix.net/kemitix/git-next/commit/59e8fc050d70db2779855f7d1d73e4cf00edd461) diff --git a/Cargo.toml b/Cargo.toml index fec14a5..820f984 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["crates/*"] [workspace.package] -version = "0.9.2" +version = "0.9.4" edition = "2021" license = "MIT" repository = "https://git.kemitix.net/kemitix/git-next"