From b15c8e296ddc1b8813145075dc688abad2d05c29 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 10:18:28 +0000 Subject: [PATCH] chore: release --- Cargo.toml | 2 +- cli/CHANGELOG.md | 7 +++++++ composer-primitives/CHANGELOG.md | 1 + echo-library/CHANGELOG.md | 7 +++++++ 4 files changed, 16 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 17b580f..57d33d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["HugoByte", "The HugoByte Team "] edition = "2021" repository = "https://github.com/hugobyte/composer" -version = "0.0.6" +version = "0.0.7" # Config for 'cargo dist' [workspace.metadata.dist] diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 560e96e..2ffb0a8 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.0.7] - 2024-05-16 + +### 🐛 Bug Fixes + +- Issue in hello world macro ([#43](https://github.com/HugoByte/composer/pull/43)) + + ## [0.0.3] - 2024-05-06 ### ⚙️ Miscellaneous Tasks diff --git a/composer-primitives/CHANGELOG.md b/composer-primitives/CHANGELOG.md index 0b4c94c..af6aa26 100644 --- a/composer-primitives/CHANGELOG.md +++ b/composer-primitives/CHANGELOG.md @@ -2,6 +2,7 @@ All notable changes to this project will be documented in this file. + ## [0.0.2] - 2024-05-06 diff --git a/echo-library/CHANGELOG.md b/echo-library/CHANGELOG.md index 6f28a9f..806a8b8 100644 --- a/echo-library/CHANGELOG.md +++ b/echo-library/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.0.7] - 2024-05-16 + +### 🐛 Bug Fixes + +- Issue in hello world macro ([#43](https://github.com/HugoByte/composer/pull/43)) + + ## [0.0.2] - 2024-05-06 ### 🚀 Features