From 13228dde726fd3e2447789ebf9705cba5318bd62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rom=C3=A1n=20C=C3=A1rdenas=20Rodr=C3=ADguez?= Date: Tue, 10 Dec 2024 11:33:13 +0100 Subject: [PATCH] Prepare for release --- e310x-hal/CHANGELOG.md | 2 ++ e310x/CHANGELOG.md | 2 ++ hifive1/CHANGELOG.md | 3 +++ hifive1/Cargo.toml | 2 +- 4 files changed, 8 insertions(+), 1 deletion(-) 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"]