Skip to content

Commit 3a091e3

Browse files
committed
Prepare 0.10.3 release
1 parent d9d4d34 commit 3a091e3

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9-
Added this Changelog.
9+
## [0.10.3]
1010

1111
### Added
1212

13+
- This Changelog.
1314
- Humidity and density in [#27](https://github.com/rust-embedded-community/rust-measurements/pull/27)
1415

1516
### Changed
@@ -18,7 +19,7 @@ Added this Changelog.
1819

1920
## [0.10.2]
2021

21-
Merged in [#17](https://github.com/thejpster/rust-measurements/pull/17) to add:
22+
Merged in [#17](https://github.com/rust-embedded-community/rust-measurements/pull/17) to add:
2223

2324
* nanoamps
2425
* microwatts
@@ -64,11 +65,12 @@ Adds:
6465

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

67-
[Unreleased]: https://github.com/thejpster/rust-measurements/compare/v0.10.2...HEAD
68-
[0.10.2]: https://github.com/thejpster/rust-measurements/compare/v0.10.1...v0.10.2
69-
[0.10.1]: https://github.com/thejpster/rust-measurements/compare/v0.10.0...v0.10.1
70-
[0.10.0]: https://github.com/thejpster/rust-measurements/compare/v0.9.0...v0.10.0
71-
[0.9.0]: https://github.com/thejpster/rust-measurements/compare/v0.8.0...v0.9.0
72-
[0.8.0]: https://github.com/thejpster/rust-measurements/compare/v0.7.0...v0.8.0
73-
[0.7.0]: https://github.com/thejpster/rust-measurements/compare/v0.6.0...v0.7.0
74-
[0.6.0]: https://github.com/thejpster/rust-measurements/compare/v0.2.1...v0.6.0
68+
[Unreleased]: https://github.com/rust-embedded-community/rust-measurements/compare/v0.10.3...HEAD
69+
[0.10.3]: https://github.com/rust-embedded-community/rust-measurements/compare/v0.10.2...v0.10.3
70+
[0.10.2]: https://github.com/rust-embedded-community/rust-measurements/compare/v0.10.1...v0.10.2
71+
[0.10.1]: https://github.com/rust-embedded-community/rust-measurements/compare/v0.10.0...v0.10.1
72+
[0.10.0]: https://github.com/rust-embedded-community/rust-measurements/compare/v0.9.0...v0.10.0
73+
[0.9.0]: https://github.com/rust-embedded-community/rust-measurements/compare/v0.8.0...v0.9.0
74+
[0.8.0]: https://github.com/rust-embedded-community/rust-measurements/compare/v0.7.0...v0.8.0
75+
[0.7.0]: https://github.com/rust-embedded-community/rust-measurements/compare/v0.6.0...v0.7.0
76+
[0.6.0]: https://github.com/rust-embedded-community/rust-measurements/compare/v0.2.1...v0.6.0

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "measurements"
3-
version = "0.10.2"
3+
version = "0.10.3"
44
authors = ["James O'Cull <[email protected]>",
55
"Jonathan Pallant <[email protected]>",
66
"Hannah McLaughlin <[email protected]>",
77
"Danilo Bargen <[email protected]>",
88
"Tim Alberdingk Thijm <[email protected]>",
99
]
10-
documentation = "https://docs.rs/crate/measurements"
11-
repository = "https://github.com/thejpster/rust-measurements"
10+
documentation = "https://docs.rs/measurements"
11+
repository = "https://github.com/rust-embedded-community/rust-measurements"
1212
keywords = ["measurements", "lengths", "weights", "temperatures", "volumes"]
1313
description = "Handle metric, imperial, and other measurements with ease! Types: Length, Temperature, Weight, Volume, Pressure"
1414
license = "MIT"

0 commit comments

Comments
 (0)