Skip to content

Commit

Permalink
chore(regiface): release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 18, 2024
1 parent 8bb7611 commit 1dc8010
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions regiface/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.3](https://github.com/BroderickCarlin/regiface/compare/regiface-v0.2.2...regiface-v0.2.3) - 2024-12-18

### Fixed

- Expose ByteArray trait

### Other

- Merge pull request [#16](https://github.com/BroderickCarlin/regiface/pull/16) from BroderickCarlin/release-plz-2024-12-13T01-13-46Z

## [0.2.2](https://github.com/BroderickCarlin/regiface/compare/regiface-v0.2.1...regiface-v0.2.2) - 2024-12-13

### Fixed
Expand Down
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.2.2"
version = "0.2.3"
edition = "2021"
authors = ["Broderick Carlin <broderick.carlin@gmail.com>"]
readme = "../README.md"
Expand Down

0 comments on commit 1dc8010

Please sign in to comment.