Skip to content

Commit

Permalink
Prepare 0.2.1 release (#61)
Browse files Browse the repository at this point in the history
* feat: Prepare 0.2.1 release

* docs: Update changelog
  • Loading branch information
SergioGasquez authored Nov 26, 2024
1 parent dd10238 commit 4c1f792
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
16 changes: 11 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

### Changed
- Allow selecting WiFi and BLE at the same time

### Fixed
- Don't deselect just selected option

- Added missing init code in non-async template

### Removed

## [0.2.1] - 2024-11-26

### Changed
- Allow selecting WiFi and BLE at the same time (#60)

### Fixed
- Don't deselect just selected option (#58)
- Added missing init code in non-async template (#57)

## [0.2.0] - 2024-11-21

### Added
Expand All @@ -35,6 +40,7 @@ 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.0...HEAD
[Unreleased]: https://github.com/esp-rs/esp-generate/compare/v0.2.1...HEAD
[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
[0.1.0]: https://github.com/esp-rs/esp-generate/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "esp-generate"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
rust-version = "1.74"
description = "Template generation tool to create no_std applications targeting Espressif's chips"
Expand Down

0 comments on commit 4c1f792

Please sign in to comment.