mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-28 04:40:52 +00:00
esp-config 0.3.1 (#3172)
This commit is contained in:
parent
6976e6d669
commit
49788f490a
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user