Skip to content

Commit

Permalink
Prepare CHANGELOG.md for next release cycle (#459)
Browse files Browse the repository at this point in the history
* Prepare CHANGELOG.md for next release cycle

* Fix docs-rs build
  • Loading branch information
bjoernQ authored Apr 19, 2024
1 parent a62d7f4 commit 7f717ea
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

### Fixed

### Changed

### Removed


## [0.5.0] - 2024-04-19

### Added
Expand Down
2 changes: 1 addition & 1 deletion esp-wifi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ log = [
]

[package.metadata.docs.rs]
features = ["esp32c3", "wifi", "ble", "coex", "async", "embassy-net", "esp-hal/embassy-time-systick", "esp-hal/default"]
features = ["esp32c3", "wifi", "ble", "coex", "async", "embassy-net", "esp-hal/embassy-time-timg0", "esp-hal/default"]
default-target = "riscv32imc-unknown-none-elf"

# These examples are used in test automation
Expand Down

0 comments on commit 7f717ea

Please sign in to comment.