diff options
| -rw-r--r-- | CHANGELOG.md | 7 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
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 @@ -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" |
