Skip to content

Commit d1def7d

Browse files
Prepare 1.1.0 release (#269)
* build: Bump versions * docs: Update changelog * ci: Update xtensa-toolchain action
1 parent 4d76278 commit d1def7d

File tree

5 files changed

+156
-151
lines changed

5 files changed

+156
-151
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
# Rust toolchain for Xtensa:
5454
- if: ${{ contains(fromJson('["esp32", "esp32s2", "esp32s3"]'), matrix.chip) }}
55-
uses: esp-rs/xtensa-toolchain@v1.5
55+
uses: esp-rs/xtensa-toolchain@v1.6
5656
with:
5757
default: true
5858
buildtargets: ${{ matrix.chip }}

CHANGELOG.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12-
- Enable https://rust-lang.github.io/rust-clippy/master/index.html#large_stack_frames with a threshold of 1024 (#241)
13-
- An option for custom toolchain and interactive toolchain selection (#268)
14-
1512
### Changed
1613

1714
### Fixed
1815

16+
### Removed
17+
18+
## [1.1.0] - 2025-12-11
19+
20+
### Added
21+
22+
- Enable https://rust-lang.github.io/rust-clippy/master/index.html#large_stack_frames with a threshold of 1024 (#241)
23+
- Add an option for custom toolchain and interactive toolchain selection (#268)
24+
25+
### Fixed
26+
1927
- `"rttEnabled": true` is now set even if `defmt` is not enabled (#255)
2028
- Fix examples link in `main.rs` (#258)
2129

22-
### Removed
23-
2430
## [1.0.1] - 2025-11-05
2531

2632
### Changed
@@ -49,7 +55,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4955
### Added
5056

5157
- Add Wi-Fi/BLE setup code to the blocking template (#233)
52-
5358
- Check for the `esp-config` tool (#221)
5459

5560
### Changed
@@ -205,7 +210,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
205210

206211
- Initial release
207212

208-
[Unreleased]: https://github.com/esp-rs/esp-generate/compare/v1.0.1...HEAD
213+
[Unreleased]: https://github.com/esp-rs/esp-generate/compare/v1.1.0...HEAD
214+
[1.1.0]: https://github.com/esp-rs/esp-generate/compare/v1.0.1...v1.1.0
209215
[1.0.1]: https://github.com/esp-rs/esp-generate/compare/v1.0.0...v1.0.1
210216
[1.0.0]: https://github.com/esp-rs/esp-generate/compare/v0.6.0...v1.0.0
211217
[0.6.0]: https://github.com/esp-rs/esp-generate/compare/v0.5.0...v0.6.0

0 commit comments

Comments
 (0)