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 Jul 11, 2021
1 parent 2ca8061 commit f0b0be6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

Working on patching the svd for better workflow, using [svdtools](https://pypi.org/project/svdtools/)

## Release 0.1.3
[Release 0.1.3 on Crates.io](https://crates.io/crates/rp2040-pac/0.1.3)

[Release 0.1.3 on GitHub](https://github.com/rp-rs/rp2040-pac/releases/tag/v0.1.3)

- Update source SVD to pico-sdk 1.2.0
- Cluster PWM channels
- Bump cortex-m dep to 0.7.3

## Release 0.1.2
[Release 0.1.2 on Crates.io](https://crates.io/crates/rp2040-pac/0.1.2)

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.1.2"
version = "0.1.3"
authors = ["eolder <[email protected]>", "Jonathan Pallant <[email protected]>"]
edition = "2018"
homepage = "https://github.com/rp-rs/rp2040-pac"
Expand Down

0 comments on commit f0b0be6

Please sign in to comment.