Skip to content

Commit

Permalink
Merge pull request #3 from BroderickCarlin/release-plz-2024-01-29T02-…
Browse files Browse the repository at this point in the history
…26-11Z

chore(regiface): release v0.1.2
  • Loading branch information
BroderickCarlin authored Feb 12, 2024
2 parents fb165c2 + 091f5c1 commit 6a28ddc
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion regiface-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ proc-macro2 = "1.0"
proc-macro = true

[features]
default = []
default = []
15 changes: 15 additions & 0 deletions regiface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion regiface/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
readme = "../README.md"
Expand Down

0 comments on commit 6a28ddc

Please sign in to comment.