From f6f8d55256407f488face396bb20e2a62c427b62 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 03:07:22 +0000 Subject: [PATCH] chore: release Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- regiface-macros/CHANGELOG.md | 12 ++++++++++++ regiface-macros/Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 regiface-macros/CHANGELOG.md diff --git a/regiface-macros/CHANGELOG.md b/regiface-macros/CHANGELOG.md new file mode 100644 index 0000000..df8d41c --- /dev/null +++ b/regiface-macros/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.2](https://github.com/BroderickCarlin/regiface/compare/regiface-macros-v0.1.1...regiface-macros-v0.1.2) - 2024-02-12 + +### Other +- release diff --git a/regiface-macros/Cargo.toml b/regiface-macros/Cargo.toml index a3d0b5a..e7a673c 100644 --- a/regiface-macros/Cargo.toml +++ b/regiface-macros/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "regiface-macros" description = "This crate implements the macros for the regiface crate" -version = "0.1.1" +version = "0.1.2" edition = "2021" authors = ["Broderick Carlin "] repository = "https://github.com/BroderickCarlin/regiface"