Skip to content

Commit

Permalink
Fix samd11_bare version (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeaurivage authored Jul 15, 2023
1 parent bb0d07e commit 0820f0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions boards/samd11_bare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Unreleased

# v0.9.0
- Update to `atsamd-hal` version `0.16.0`

# v0.8.1
- Update to `atsamd-hal` version `0.15.1`

Expand Down
2 changes: 1 addition & 1 deletion boards/samd11_bare/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "samd11_bare"
version = "0.8.1"
version = "0.9.0"
authors = ["Jesse Braham <jesse@beta7.io>"]
description = "Support crate for the ATSAMD11C"
keywords = ["no-std", "arm", "cortex-m", "embedded-hal"]
Expand Down

0 comments on commit 0820f0d

Please sign in to comment.