Skip to content

Commit 657e5c4

Browse files
authored
Merge pull request #64 from rust-embedded-community/release-0.11.1
Update to 0.11.1
2 parents 67e9b31 + f2e1a24 commit 657e5c4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

@@ -83,7 +86,8 @@ Adds:
8386

8487
Changed 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "measurements"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
authors = ["James O'Cull <[email protected]>",
55
"Jonathan Pallant <[email protected]>",
66
"Hannah McLaughlin <[email protected]>",

0 commit comments

Comments
 (0)