Skip to content

Commit

Permalink
Bump version number, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
9names committed Jun 11, 2022
1 parent d44563d commit 761610e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- None

## [0.3.1] [Crates.io](https://crates.io/crates/rp2040-pac/0.3.1) [Github](https://github.com/rp-rs/rp2040-pac/releases/tag/v0.3.1)

- Update rustdoc to clarify DMA CHAIN_TO behaviour

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

- Change `FUNCSEL` on `GPIOx_CTRL` to be generic
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.3.1"
authors = ["The RP-RS team"]
edition = "2018"
homepage = "https://github.com/rp-rs/rp2040-pac"
Expand Down

0 comments on commit 761610e

Please sign in to comment.