|
9 | 9 | ### Fixed
|
10 | 10 | ### Security
|
11 | 11 | -->
|
| 12 | +## [v0.19.0] - 2018-06-21 |
| 13 | +This release adds a number of additional quantities, configures `uom` to use `rustfmt`, and directly |
| 14 | +referrences `num` sub-crates to better control feature selection. |
| 15 | + |
| 16 | +### Added |
| 17 | + * `Capacitance` quantity added. |
| 18 | + * `ElectricalCharge` quantity added. |
| 19 | + * `ElectricalConductance` quantity added. |
| 20 | + * `ElectricalResistance` quantity added. |
| 21 | + * `Inductance` quantity added. |
| 22 | + * `Luminance` quantity added. |
| 23 | + * `MagneticFluxDensity` quantity added. |
| 24 | + * `MagneticFlux` quantity added. |
| 25 | + |
| 26 | +### Changed |
| 27 | + * [#57](https://github.com/iliekturtles/uom/issues/57) `num` sub-crates `num-traits`, |
| 28 | + `num-rational`, and `num-bigint` are now directly referenced to control feature selection. `std`, |
| 29 | + `rational`, and `bigint` support are only included based on `uom` feature selection. |
| 30 | + * [#80](https://github.com/iliekturtles/uom/issues/80) Setup `rustfmt` so that `uom` code can be |
| 31 | + automatically formatted and builds are gated on changes not breaking formatting conventions. |
| 32 | + |
12 | 33 | ## [v0.18.0] — 2018-05-10
|
13 | 34 | This release contains a significant number of new quantities and units, compile time improvements,
|
14 | 35 | and a few bug fixes. See below for full details. Many thanks to [Aehmlo](https://github.com/Aehmlo/)
|
@@ -221,7 +242,8 @@ for the creation of custom systems or the use of the pre-built SI. Basic mathema
|
221 | 242 | are implemented and a minimal set of quantities (length, mass, time...) and units (meter, kilometer,
|
222 | 243 | foot, mile, ...) are included.
|
223 | 244 |
|
224 |
| -[Unreleased]: https://github.com/iliekturtles/uom/compare/v0.18.0...master |
| 245 | +[Unreleased]: https://github.com/iliekturtles/uom/compare/v0.19.0...master |
| 246 | +[v0.19.0]: https://github.com/iliekturtles/uom/compare/v0.18.0...v0.19.0 |
225 | 247 | [v0.18.0]: https://github.com/iliekturtles/uom/compare/v0.17.0...v0.18.0
|
226 | 248 | [v0.17.0]: https://github.com/iliekturtles/uom/compare/v0.16.0...v0.17.0
|
227 | 249 | [v0.16.0]: https://github.com/iliekturtles/uom/compare/v0.15.0...v0.16.0
|
|
0 commit comments