esp-config 0.3.1 (#3172)

This commit is contained in:
Scott Mabin 2025-02-24 15:19:25 +00:00 committed by GitHub
parent 6976e6d669
commit 49788f490a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 3 deletions

View File

@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## Unreleased
### Added
@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
## [0.3.1] - 2025-02-24
- `Enumeration` validator added
## 0.3.0 - 2025-01-15
### Fixed
@ -36,4 +40,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial release
[Unreleased]: https://github.com/esp-rs/esp-hal/commits/main/esp-config?since=2025-01-15
[0.3.1]: https://github.com/esp-rs/esp-hal/releases/tag/esp-config-v0.3.1

View File

@ -1,6 +1,6 @@
[package]
name = "esp-config"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
rust-version = "1.84.0"
description = "Configure projects using esp-hal and related packages"