Skip to content

Commit 92f047d

Browse files
authored
Update crate version and changelog for release 0.4.0 (#67)
* Update crate version and changelog for release * Add changelog entry for updating SVD
1 parent f80834b commit 92f047d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.4.0] [Crates.io](https://crates.io/crates/rp2040-pac/0.4.0) [Github](https://github.com/rp-rs/rp2040-pac/releases/tag/v0.4.0)
11+
1012
- Added all possible variants for DREQ enum in CH*_CTRL*
1113
- Update rustdoc to clarify DMA CHAIN_TO behaviour
1214
- Add 6 unused interrupts as sw[0..5]_irq under new SW_IRQ peripheral
15+
- Pin to specific svdtools to avoid spontaneous breakage
16+
- Disable clippy warning for derive_partial_eq_without_eq
17+
- Update to SVD from pico-sdk 1.4.0
1318

1419
## [0.3.0] [Crates.io](https://crates.io/crates/rp2040-pac/0.3.0) [Github](https://github.com/rp-rs/rp2040-pac/releases/tag/v0.3.0)
1520

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rp2040-pac"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["The RP-RS team"]
55
edition = "2018"
66
homepage = "https://github.com/rp-rs/rp2040-pac"

0 commit comments

Comments
 (0)