File tree Expand file tree Collapse file tree 3 files changed +22
-15
lines changed Expand file tree Collapse file tree 3 files changed +22
-15
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
1212### Changed
1313
14- - Updated ` embedded-test ` dependency to 0.7.0 (#251 )
14+ ### Fixed
15+
16+ ### Removed
17+
18+ ## [ 1.0.1] - 2025-11-05
19+
20+ ### Changed
21+
22+ - Update ` embedded-test ` dependency to 0.7.0 (#251 )
1523- Use ` esp_hal::ram(reclaimed) ` attribute for heap allocator (#252 )
1624
1725### Fixed
1826
1927- Add App Descriptor macro to tests (#251 )
2028- ESP32 ` dram2 ` size (#252 )
2129
22- ### Removed
23-
2430## [ 1.0.0] - 2025-10-30
2531
2632### Added
@@ -193,7 +199,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
193199
194200- Initial release
195201
196- [ Unreleased ] : https://github.com/esp-rs/esp-generate/compare/v1.0.0...HEAD
202+ [ Unreleased ] : https://github.com/esp-rs/esp-generate/compare/v1.0.1...HEAD
203+ [ 1.0.1 ] : https://github.com/esp-rs/esp-generate/compare/v1.0.0...v1.0.1
197204[ 1.0.0 ] : https://github.com/esp-rs/esp-generate/compare/v0.6.0...v1.0.0
198205[ 0.6.0 ] : https://github.com/esp-rs/esp-generate/compare/v0.5.0...v0.6.0
199206[ 0.5.0 ] : https://github.com/esp-rs/esp-generate/compare/v0.4.0...v0.5.0
Original file line number Diff line number Diff line change 11[package ]
22name = " esp-generate"
3- version = " 1.0.0 "
3+ version = " 1.0.1 "
44edition = " 2024"
55rust-version = " 1.86"
66description = " Template generation tool to create no_std applications targeting Espressif's chips"
@@ -26,7 +26,7 @@ update-informer = ["dep:update-informer"]
2626anyhow = " 1.0.100"
2727strum = " 0.27.2"
2828inquire = " 0.9.1"
29- clap = { version = " 4.5.49 " , features = [" derive" ] }
29+ clap = { version = " 4.5.51 " , features = [" derive" ] }
3030env_logger = " 0.11.8"
3131esp-metadata = { version = " 0.9.0" , features = [" clap" ] }
3232log = " 0.4.28"
You can’t perform that action at this time.
0 commit comments