Skip to content

Commit 7e7bd89

Browse files
committed
Added a changelog.
1 parent c27a9ad commit 7e7bd89

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed

CHANGELOG.md

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
Added this Changelog.
10+
11+
## [0.10.2]
12+
13+
Merged in [#17](https://github.com/thejpster/rust-measurements/pull/17) to add:
14+
15+
* nanoamps
16+
* microwatts
17+
* milliwatts
18+
* microvolts
19+
20+
## [0.10.1]
21+
22+
The tests now work correctly after the `#[no_std]` move.
23+
24+
## [0.10.0]
25+
26+
Now builds for `#[no_std]` targets.
27+
28+
## [0.9.0]
29+
30+
Adds:
31+
32+
* Electrical Current (in Amps)
33+
* Electrical Resistance (in Ohms)
34+
* Corresponding updates to Power and Voltage
35+
36+
## [0.8.0]
37+
38+
Added the Voltage type, in Volts.
39+
40+
## [0.7.0]
41+
42+
Uses the [time](https://crates.io/crates/time) crate, to avoid `std::time` (which isn't available with `#[no_std]`).
43+
44+
## [0.6.0]
45+
46+
Adds:
47+
48+
* Angles
49+
* Angular Velocity
50+
* Area
51+
* Data (bytes, etc)
52+
* Force
53+
* Frequency
54+
* Mass
55+
* Metric Horsepower (PS)
56+
57+
Changed Pressure to be in Pascals. Also add a bunch of tests and doc fixes.
58+
59+
[Unreleased]: https://github.com/thejpster/rust-measurements/compare/v0.10.2...HEAD
60+
[0.10.2]: https://github.com/thejpster/rust-measurements/compare/v0.10.1...v0.10.2
61+
[0.10.1]: https://github.com/thejpster/rust-measurements/compare/v0.10.0...v0.10.1
62+
[0.10.0]: https://github.com/thejpster/rust-measurements/compare/v0.9.0...v0.10.0
63+
[0.9.0]: https://github.com/thejpster/rust-measurements/compare/v0.8.0...v0.9.0
64+
[0.8.0]: https://github.com/thejpster/rust-measurements/compare/v0.7.0...v0.8.0
65+
[0.7.0]: https://github.com/thejpster/rust-measurements/compare/v0.6.0...v0.7.0
66+
[0.6.0]: https://github.com/thejpster/rust-measurements/compare/v0.2.1...v0.6.0

0 commit comments

Comments
 (0)