Skip to content

Commit 043968f

Browse files
committed
Prepare release 0.10.4
1 parent 3a091e3 commit 043968f

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9-
## [0.10.3]
9+
## [0.10.4]
1010

1111
### Added
1212

13-
- This Changelog.
1413
- Humidity and density in [#27](https://github.com/rust-embedded-community/rust-measurements/pull/27)
14+
- Support for parsing many values from strings.
1515

1616
### Changed
1717

1818
- Merged in [#36](https://github.com/rust-embedded-community/rust-measurements/pull/36) to adjust bounds on `Measurements::pick_appropriate_units()`, which changes the return value for cases when the value is 1.0.
19+
- More accurate factors for meter to inch, feet, yard, furlong, mile.
20+
21+
## [0.10.3]
22+
23+
### Added
24+
- This Changelog.
25+
- Serde support.
1926

2027
## [0.10.2]
2128

@@ -65,7 +72,8 @@ Adds:
6572

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

68-
[Unreleased]: https://github.com/rust-embedded-community/rust-measurements/compare/v0.10.3...HEAD
75+
[Unreleased]: https://github.com/rust-embedded-community/rust-measurements/compare/v0.10.4...HEAD
76+
[0.10.4]: https://github.com/rust-embedded-community/rust-measurements/compare/v0.10.3...v0.10.4
6977
[0.10.3]: https://github.com/rust-embedded-community/rust-measurements/compare/v0.10.2...v0.10.3
7078
[0.10.2]: https://github.com/rust-embedded-community/rust-measurements/compare/v0.10.1...v0.10.2
7179
[0.10.1]: https://github.com/rust-embedded-community/rust-measurements/compare/v0.10.0...v0.10.1

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.10.3"
3+
version = "0.10.4"
44
authors = ["James O'Cull <[email protected]>",
55
"Jonathan Pallant <[email protected]>",
66
"Hannah McLaughlin <[email protected]>",

0 commit comments

Comments
 (0)