From f2e1a24d409831c74b1ec8a50989320cd87709a7 Mon Sep 17 00:00:00 2001 From: Jonathan 'theJPster' Pallant Date: Sat, 18 Oct 2025 21:24:42 +0100 Subject: [PATCH] Update to 0.11.1 --- CHANGELOG.md | 6 +++++- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b84d2c..e342311 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 90e0928..6c27baf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "measurements" -version = "0.11.0" +version = "0.11.1" authors = ["James O'Cull ", "Jonathan Pallant ", "Hannah McLaughlin ",