Skip to content

Commit 49788f4

Browse files
authored
esp-config 0.3.1 (#3172)
1 parent 6976e6d commit 49788f4

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

esp-config/CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## Unreleased
99

1010
### Added
1111

@@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
### Removed
1717

18+
## [0.3.1] - 2025-02-24
19+
20+
- `Enumeration` validator added
21+
1822
## 0.3.0 - 2025-01-15
1923

2024
### Fixed
@@ -36,4 +40,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3640

3741
- Initial release
3842

39-
[Unreleased]: https://github.com/esp-rs/esp-hal/commits/main/esp-config?since=2025-01-15
43+
[0.3.1]: https://github.com/esp-rs/esp-hal/releases/tag/esp-config-v0.3.1

esp-config/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "esp-config"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55
rust-version = "1.84.0"
66
description = "Configure projects using esp-hal and related packages"

0 commit comments

Comments
 (0)