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 278c0b9 commit 3a7d361Copy full SHA for 3a7d361
CHANGELOG.md
@@ -8,6 +8,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8
9
## [Unreleased] - ReleaseDate
10
11
+## [0.10.1] - 2022-07-20
12
+
13
### Added
14
15
- Implement `std::error::Error` for `quanta::Error`. (#68)
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "quanta"
3
-version = "0.10.0"
+version = "0.10.1"
4
authors = ["Toby Lawrence <toby@nuclearfurnace.com>"]
5
edition = "2018"
6
0 commit comments