Skip to content

Commit

Permalink
feat: Prepare 0.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Mar 3, 2025
1 parent d85c7ab commit 5bca44d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 16 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- The `defmt` feature of `panic-rtt-target` is now enabled when needed. (#137)

### Removed

## [0.3.1] - 2025-03-03

### Fixed

- The `defmt` feature of `panic-rtt-target` is now enabled when needed. (#137)

## [0.3.0] - 2025-02-24

### Added
Expand Down Expand Up @@ -93,7 +97,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.3.0...HEAD
[Unreleased]: https://github.com/esp-rs/esp-generate/compare/v0.3.1...HEAD
[0.3.1]: https://github.com/esp-rs/esp-generate/compare/v0.3.0...v0.3.1
[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
Expand Down
18 changes: 9 additions & 9 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "esp-generate"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
rust-version = "1.84"
description = "Template generation tool to create no_std applications targeting Espressif's chips"
Expand All @@ -23,10 +23,10 @@ default = ["update-informer"]
update-informer = ["dep:update-informer"]

[dependencies]
clap = { version = "4.5.30", features = ["derive"] }
clap = { version = "4.5.31", features = ["derive"] }
crossterm = "0.28.1"
env_logger = "0.11.6"
esp-metadata = { version = "0.5.0", features = ["clap"] }
esp-metadata = { version = "0.6.0", features = ["clap"] }
log = "0.4.26"
ratatui = { version = "0.29.0", features = ["crossterm", "unstable"] }
rhai = "1.21.0"
Expand All @@ -36,5 +36,5 @@ serde = { version = "1.0.218", features = ["derive"] }
serde_yaml = "0.9"

[build-dependencies]
quote = "1.0.38"
quote = "1.0.39"
walkdir = "2.5.0"

0 comments on commit 5bca44d

Please sign in to comment.