aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Greig <adam@adamgreig.com>2023-06-18 16:28:23 +0100
committerAdam Greig <adam@adamgreig.com>2023-06-18 16:28:23 +0100
commit7bf03005703186667623bfc681e10c44f7f8923d (patch)
tree07e709eb8c740e8db1ae0a59526f81a9788e4bfd
parent301dff58b1684bca10983fe8c524aa278a09b4c2 (diff)
Release 0.1.3
-rw-r--r--CHANGELOG.md7
-rw-r--r--Cargo.toml2
2 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7a29e26..b5be6d3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
## [Unreleased]
+## [v0.1.3] - 2023-06-18
+
+* Allow trailing commas inside macros (#7)
+
## [v0.1.2] - 2023-01-03
* Support register-array access (#5)
@@ -15,7 +19,8 @@
* Initial release. Registers and macros imported from `stm32ral` project.
-[Unreleased]: https://github.com/adamgreig/ral-registers/compare/v0.1.2...HEAD
+[Unreleased]: https://github.com/adamgreig/ral-registers/compare/v0.1.3...HEAD
+[v0.1.3]: https://github.com/adamgreig/ral-registers/tree/v0.1.3
[v0.1.2]: https://github.com/adamgreig/ral-registers/tree/v0.1.2
[v0.1.1]: https://github.com/adamgreig/ral-registers/tree/v0.1.1
[v0.1.0]: https://github.com/adamgreig/ral-registers/tree/v0.1.0
diff --git a/Cargo.toml b/Cargo.toml
index de3d5d8..a87b2e1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ral-registers"
-version = "0.1.2"
+version = "0.1.3"
authors = ["Adam Greig <adam@adamgreig.com>"]
edition = "2018"
description = "MMIO registers abstraction with a macro API"