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.
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.11.0]
10
+
9
11
### Changed
10
12
11
13
- Replaced the ` no_std ` feature with an additive ` std ` feature, fixing problems with serde serialization on ` no_std ` targets.
76
78
77
79
Changed Pressure to be in Pascals. Also add a bunch of tests and doc fixes.
78
80
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
80
83
[ 0.10.4 ] : https://github.com/rust-embedded-community/rust-measurements/compare/v0.10.3...v0.10.4
81
84
[ 0.10.3 ] : https://github.com/rust-embedded-community/rust-measurements/compare/v0.10.2...v0.10.3
82
85
[ 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 1
1
[package ]
2
2
name = " measurements"
3
- version = " 0.10.4 "
3
+ version = " 0.11.0 "
4
4
authors = [" James O'Cull <jocull@delmarsd.com>" ,
5
5
" Jonathan Pallant <github@thejpster.org.uk>" ,
6
6
" 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...
46
46
47
47
``` toml
48
48
[dependencies ]
49
- measurements = " ^0.10.2 "
49
+ measurements = " 0.11 "
50
50
```
51
51
52
52
In your code...
You can’t perform that action at this time.
0 commit comments