|
9 | 9 | ### Fixed
|
10 | 10 | ### Security
|
11 | 11 | -->
|
| 12 | +## [0.21.0] — 2019-01-13 |
| 13 | +This release adds display tools for quantities resolving another long-standing issue, |
| 14 | +[#13](https://github.com/iliekturtles/uom/issues/13). |
| 15 | + |
| 16 | +### Added |
| 17 | + * [#13](https://github.com/iliekturtles/uom/issues/13) Add display tools for quantities. Allows |
| 18 | + `Quantity` to be formatted with the standard library formatting traits: `Binary`, `Debug`, |
| 19 | + `Display`, `LowerExp`, `LowerHex`, `Octal`, `UpperExp`, `UpperHex`. |
| 20 | + |
| 21 | +### Changed |
| 22 | + * Improve continuous integration setup. |
| 23 | + * Update `clippy` and `rustfmt` jobs to use the now stable non `-preview` components. |
| 24 | + * Run OSX and Windows builds on TravisCI. |
| 25 | + * Improve individual job build time by reducing unnecessary cached data. |
| 26 | + |
12 | 27 | ## [v0.20.1] — 2018-09-13
|
13 | 28 | This release resolves nightly rustc error E0659 the base.rs example caused by
|
14 | 29 | [rust-lang/rust](https://github.com/rust-lang/rust) pull request
|
@@ -283,7 +298,8 @@ for the creation of custom systems or the use of the pre-built SI. Basic mathema
|
283 | 298 | are implemented and a minimal set of quantities (length, mass, time...) and units (meter, kilometer,
|
284 | 299 | foot, mile, ...) are included.
|
285 | 300 |
|
286 |
| -[Unreleased]: https://github.com/iliekturtles/uom/compare/v0.20.1...master |
| 301 | +[Unreleased]: https://github.com/iliekturtles/uom/compare/v0.21.0...master |
| 302 | +[v0.21.0]: https://github.com/iliekturtles/uom/compare/v0.20.1...v0.21.0 |
287 | 303 | [v0.20.1]: https://github.com/iliekturtles/uom/compare/v0.20.0...v0.20.1
|
288 | 304 | [v0.20.0]: https://github.com/iliekturtles/uom/compare/v0.19.0...v0.20.0
|
289 | 305 | [v0.19.0]: https://github.com/iliekturtles/uom/compare/v0.18.0...v0.19.0
|
|
0 commit comments