From 091f5c1086e1e8daf9f0a58d2c3035e0e52dc95a 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:00:12 +0000 Subject: [PATCH] chore: release Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- regiface-macros/Cargo.toml | 2 +- regiface/CHANGELOG.md | 15 +++++++++++++++ regiface/Cargo.toml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 regiface/CHANGELOG.md diff --git a/regiface-macros/Cargo.toml b/regiface-macros/Cargo.toml index bc61876..a3d0b5a 100644 --- a/regiface-macros/Cargo.toml +++ b/regiface-macros/Cargo.toml @@ -16,4 +16,4 @@ proc-macro2 = "1.0" proc-macro = true [features] -default = [] \ No newline at end of file +default = [] diff --git a/regiface/CHANGELOG.md b/regiface/CHANGELOG.md new file mode 100644 index 0000000..59c8f84 --- /dev/null +++ b/regiface/CHANGELOG.md @@ -0,0 +1,15 @@ +# 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-v0.1.1...regiface-v0.1.2) - 2024-02-12 + +### Added +- Add derive macros + +### Other +- Fix README links diff --git a/regiface/Cargo.toml b/regiface/Cargo.toml index 2545f4e..fb72ff4 100644 --- a/regiface/Cargo.toml +++ b/regiface/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "regiface" description = "A crate to ease development of interfacing with registers on embedded peripherals " -version = "0.1.1" +version = "0.1.2" edition = "2021" authors = ["Broderick Carlin "] readme = "../README.md"