Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
BroderickCarlin committed Feb 12, 2024
2 parents e6c5028 + 6a28ddc commit 317c35d
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 <broderick.carlin@gmail.com>"]
readme = "../README.md"
Expand Down

0 comments on commit 317c35d

Please sign in to comment.