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"