diff --git a/e310x-hal/CHANGELOG.md b/e310x-hal/CHANGELOG.md index 2ffa87a..110aba0 100644 --- a/e310x-hal/CHANGELOG.md +++ b/e310x-hal/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.12.0] - 2024-12-10 + ### Changed - Fix `StatefulOutputPin::is_set_high`. It now reads from `output_val` - UART traits are implemented now from `embedded-hal-nb` 1.0.0 diff --git a/e310x/CHANGELOG.md b/e310x/CHANGELOG.md index 6829316..773fe2b 100644 --- a/e310x/CHANGELOG.md +++ b/e310x/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.12.0] - 2024-12-10 + ### Changed - Now CLINT and PLIC are provided by `riscv-peripheral` 0.2 diff --git a/hifive1/CHANGELOG.md b/hifive1/CHANGELOG.md index 6dc5b8c..50942b7 100644 --- a/hifive1/CHANGELOG.md +++ b/hifive1/CHANGELOG.md @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] + +## [v0.13.0] - 2024-12-10 + - Fix Led implementation, as pins are configured as inverted outputs - Adapt to embedded-hal 1.0 - Replace static muts with Mutexes diff --git a/hifive1/Cargo.toml b/hifive1/Cargo.toml index b85027d..097822d 100644 --- a/hifive1/Cargo.toml +++ b/hifive1/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hifive1" -version = "0.14.0" +version = "0.13.0" repository = "https://github.com/riscv-rust/e310x" authors = ["David Craven "] categories = ["embedded", "hardware-support", "no-std"]