File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased]
8
+ ## Unreleased
9
9
10
10
### Added
11
11
@@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
16
16
### Removed
17
17
18
+ ## [ 0.3.1] - 2025-02-24
19
+
20
+ - ` Enumeration ` validator added
21
+
18
22
## 0.3.0 - 2025-01-15
19
23
20
24
### Fixed
@@ -36,4 +40,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
36
40
37
41
- Initial release
38
42
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
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " esp-config"
3
- version = " 0.3.0 "
3
+ version = " 0.3.1 "
4
4
edition = " 2021"
5
5
rust-version = " 1.84.0"
6
6
description = " Configure projects using esp-hal and related packages"
You can’t perform that action at this time.
0 commit comments