Skip to content

Commit

Permalink
Prepare 0.3.0 release (#129)
Browse files Browse the repository at this point in the history
* feat: Update to esp-hal 1.0.0-beta.0 crates

* feat: Use always stable delay

* build: Remove default-features atribute for esp-wifi

* build: Remove esp-wifi/utils feature

* build: Point to release branch

* docs: point to new release

* docs: Prepare changelog for release

* build: Bump deps and esp-generate version

* build: Update deps to esp-hal releases
  • Loading branch information
SergioGasquez authored Feb 24, 2025
1 parent 64b16e9 commit 25d3d23
Show file tree
Hide file tree
Showing 7 changed files with 204 additions and 158 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

### Changed

### Fixed

### Removed

## [0.3.0] - 2025-02-24

### Added

- Added a version checker that prints a warn message if not using latest esp-generate version (#87)
- After generating the project the tool now checks the rust version, espflash version and probe-rs version (#88)
- Be more helpful in case of common linker errors (#94)
Expand Down Expand Up @@ -81,7 +91,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[Unreleased]: https://github.com/esp-rs/esp-generate/compare/v0.2.2...HEAD
[Unreleased]: https://github.com/esp-rs/esp-generate/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/esp-rs/esp-generate/compare/v0.2.2...v0.3.0
[0.2.2]: https://github.com/esp-rs/esp-generate/releases/tag/v0.2.2
[0.2.1]: https://github.com/esp-rs/esp-generate/releases/tag/v0.2.1
[0.2.0]: https://github.com/esp-rs/esp-generate/releases/tag/v0.2.0
Expand Down
Loading

0 comments on commit 25d3d23

Please sign in to comment.