Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.11.1]

## Added

- Derive `Default` for all measurement structs
- Accept `lb` as a synonym for `lbs` for mass.
- Torr, milliTorr and mmHg as units of pressure

## [0.11.0]

Expand Down Expand Up @@ -83,7 +86,8 @@ Adds:

Changed Pressure to be in Pascals. Also add a bunch of tests and doc fixes.

[Unreleased]: https://github.com/rust-embedded-community/rust-measurements/compare/v0.11.0...HEAD
[Unreleased]: https://github.com/rust-embedded-community/rust-measurements/compare/v0.11.1...HEAD
[0.11.1]: https://github.com/rust-embedded-community/rust-measurements/compare/v0.11.0...v0.11.1
[0.11.0]: https://github.com/rust-embedded-community/rust-measurements/compare/v0.10.4...v0.11.0
[0.10.4]: https://github.com/rust-embedded-community/rust-measurements/compare/v0.10.3...v0.10.4
[0.10.3]: https://github.com/rust-embedded-community/rust-measurements/compare/v0.10.2...v0.10.3
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "measurements"
version = "0.11.0"
version = "0.11.1"
authors = ["James O'Cull <[email protected]>",
"Jonathan Pallant <[email protected]>",
"Hannah McLaughlin <[email protected]>",
Expand Down