We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 942ae2e commit 0540f0cCopy full SHA for 0540f0c
CHANGELOG.md
@@ -6,6 +6,8 @@ backwards compatibility.
6
7
## Unreleased
8
9
+## 0.10.0
10
+
11
* Bump STM32H7 HAL to version 0.16.
12
* Introduce `probe-rs` to the project.
13
* Illustrate use of `defmt` in examples.
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "daisy"
3
-version = "0.9.0" # hack/release.sh
+version = "0.10.0" # hack/release.sh
4
authors = [ "Petr Horáček <[email protected]>" ]
5
edition = "2018"
license = "MIT"
0 commit comments