Skip to content

Commit df3addf

Browse files
committed
Prepare 0.11.0
1 parent 31eca19 commit df3addf

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [0.11.0]
10+
911
### Changed
1012

1113
- Replaced the `no_std` feature with an additive `std` feature, fixing problems with serde serialization on `no_std` targets.
@@ -76,7 +78,8 @@ Adds:
7678

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

79-
[Unreleased]: https://github.com/rust-embedded-community/rust-measurements/compare/v0.10.4...HEAD
81+
[Unreleased]: https://github.com/rust-embedded-community/rust-measurements/compare/v0.11.0...HEAD
82+
[0.11.0]: https://github.com/rust-embedded-community/rust-measurements/compare/v0.10.4...v0.11.0
8083
[0.10.4]: https://github.com/rust-embedded-community/rust-measurements/compare/v0.10.3...v0.10.4
8184
[0.10.3]: https://github.com/rust-embedded-community/rust-measurements/compare/v0.10.2...v0.10.3
8285
[0.10.2]: https://github.com/rust-embedded-community/rust-measurements/compare/v0.10.1...v0.10.2

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ In your Cargo.toml add the dependency...
4646

4747
```toml
4848
[dependencies]
49-
measurements = "^0.10.2"
49+
measurements = "0.11"
5050
```
5151

5252
In your code...

0 commit comments

Comments
 (0)