Skip to content

Commit

Permalink
Update crate version and changelog for release 0.4.0 (#67)
Browse files Browse the repository at this point in the history
* Update crate version and changelog for release
* Add changelog entry for updating SVD
  • Loading branch information
9names authored Oct 16, 2022
1 parent f80834b commit 92f047d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [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)

- Added all possible variants for DREQ enum in CH*_CTRL*
- Update rustdoc to clarify DMA CHAIN_TO behaviour
- Add 6 unused interrupts as sw[0..5]_irq under new SW_IRQ peripheral
- Pin to specific svdtools to avoid spontaneous breakage
- Disable clippy warning for derive_partial_eq_without_eq
- Update to SVD from pico-sdk 1.4.0

## [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)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rp2040-pac"
version = "0.3.0"
version = "0.4.0"
authors = ["The RP-RS team"]
edition = "2018"
homepage = "https://github.com/rp-rs/rp2040-pac"
Expand Down

0 comments on commit 92f047d

Please sign in to comment.