diff --git a/CHANGELOG.md b/CHANGELOG.md index e15474f..933c11d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [v0.4.1] - 2025-01-25 + +- Fix doc.rs build issue + ## [v0.4.0] - 2025-01-22 - Add support for ADC interface diff --git a/Cargo.toml b/Cargo.toml index 7215fe1..923d67f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "msp430fr2x5x-hal" -version = "0.4.0" +version = "0.4.1" authors = ["YuhanLiin "] edition = "2018" description = "Implementation of embedded-hal for microcontrollers MSP430FR2355, MSP430FR2353, MSP430FR2153 and MSP430FR2155"