File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66
77## [ Unreleased]
88
9+ ## [ 0.11.1]
10+
911## Added
1012
1113- Derive ` Default ` for all measurement structs
1214- Accept ` lb ` as a synonym for ` lbs ` for mass.
15+ - Torr, milliTorr and mmHg as units of pressure
1316
1417## [ 0.11.0]
1518
8386
8487Changed Pressure to be in Pascals. Also add a bunch of tests and doc fixes.
8588
86- [ Unreleased ] : https://github.com/rust-embedded-community/rust-measurements/compare/v0.11.0...HEAD
89+ [ Unreleased ] : https://github.com/rust-embedded-community/rust-measurements/compare/v0.11.1...HEAD
90+ [ 0.11.1 ] : https://github.com/rust-embedded-community/rust-measurements/compare/v0.11.0...v0.11.1
8791[ 0.11.0 ] : https://github.com/rust-embedded-community/rust-measurements/compare/v0.10.4...v0.11.0
8892[ 0.10.4 ] : https://github.com/rust-embedded-community/rust-measurements/compare/v0.10.3...v0.10.4
8993[ 0.10.3 ] : https://github.com/rust-embedded-community/rust-measurements/compare/v0.10.2...v0.10.3
Original file line number Diff line number Diff line change 11[package ]
22name = " measurements"
3- version = " 0.11.0 "
3+ version = " 0.11.1 "
44authors = [" James O'Cull <jocull@delmarsd.com>" ,
55 " Jonathan Pallant <github@thejpster.org.uk>" ,
66 " Hannah McLaughlin <h@mcla.ug>" ,
You can’t perform that action at this time.
0 commit comments