File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66
77## [ Unreleased]
88
9+ ## [ 0.11.0]
10+
911### Changed
1012
1113- Replaced the ` no_std ` feature with an additive ` std ` feature, fixing problems with serde serialization on ` no_std ` targets.
7678
7779Changed Pressure to be in Pascals. Also add a bunch of tests and doc fixes.
7880
79- [ Unreleased ] : https://github.com/rust-embedded-community/rust-measurements/compare/v0.10.4...HEAD
81+ [ Unreleased ] : https://github.com/rust-embedded-community/rust-measurements/compare/v0.11.0...HEAD
82+ [ 0.11.0 ] : https://github.com/rust-embedded-community/rust-measurements/compare/v0.10.4...v0.11.0
8083[ 0.10.4 ] : https://github.com/rust-embedded-community/rust-measurements/compare/v0.10.3...v0.10.4
8184[ 0.10.3 ] : https://github.com/rust-embedded-community/rust-measurements/compare/v0.10.2...v0.10.3
8285[ 0.10.2 ] : https://github.com/rust-embedded-community/rust-measurements/compare/v0.10.1...v0.10.2
Original file line number Diff line number Diff line change 11[package ]
22name = " measurements"
3- version = " 0.10.4 "
3+ version = " 0.11.0 "
44authors = [" James O'Cull <jocull@delmarsd.com>" ,
55 " Jonathan Pallant <github@thejpster.org.uk>" ,
66 " Hannah McLaughlin <h@mcla.ug>" ,
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ In your Cargo.toml add the dependency...
4646
4747``` toml
4848[dependencies ]
49- measurements = " ^0.10.2 "
49+ measurements = " 0.11 "
5050```
5151
5252In your code...
You can’t perform that action at this time.
0 commit comments