|
9 | 9 | ### Fixed |
10 | 10 | ### Security |
11 | 11 | --> |
| 12 | +## [v0.30.0] — 2020-10-17 |
| 13 | +This release adds a new quantity, `RadiantExposure`, implements `Unpin` for `Quantity` and |
| 14 | +upgrades `uom` to the 2018 edition. These changes also include an increase of the minimum |
| 15 | +supported `rustc` to 1.37.0. Many thanks to [nicodemus26](https://github.com/nicodemus26) and |
| 16 | +(Michael-F-Bryan)[https://github.com/Michael-F-Bryan] for pull requests included and issues |
| 17 | +resolved in this release. |
| 18 | + |
| 19 | +### Added |
| 20 | + * [#202](https://github.com/iliekturtles/uom/pull/202) `RadiantExposure` quantity added. |
| 21 | + * [#204](https://github.com/iliekturtles/uom/issues/204) Implement `Unpin` for `Quantity`. |
| 22 | + |
| 23 | +### Changed |
| 24 | + * [#206](https://github.com/iliekturtles/uom/pull/206) Upgrade `uom` to compile using the 2018 |
| 25 | + edition. Generated code still supports both the 2015 and 2018 edition. |
| 26 | + * [#207](https://github.com/iliekturtles/uom/pull/207) Increase minimum supported `rustc` version |
| 27 | + to 1.37.0. Required to support upgrading to the latest dependencies and to allow for the Kleene |
| 28 | + `?` "at most one" repetition operator. |
| 29 | + |
12 | 30 | ## [v0.29.0] — 2020-08-06 |
13 | 31 | This release includes a number of changes for `Angle`, the addition of `SolidAngle`, and a new |
14 | 32 | units for `Energy` and `Luminance`. Many thanks to |
@@ -492,7 +510,8 @@ for the creation of custom systems or the use of the pre-built SI. Basic mathema |
492 | 510 | are implemented and a minimal set of quantities (length, mass, time...) and units (meter, kilometer, |
493 | 511 | foot, mile, ...) are included. |
494 | 512 |
|
495 | | -[Unreleased]: https://github.com/iliekturtles/uom/compare/v0.29.0...master |
| 513 | +[Unreleased]: https://github.com/iliekturtles/uom/compare/v0.30.0...master |
| 514 | +[v0.30.0]: https://github.com/iliekturtles/uom/compare/v0.29.0...v0.30.0 |
496 | 515 | [v0.29.0]: https://github.com/iliekturtles/uom/compare/v0.28.0...v0.29.0 |
497 | 516 | [v0.28.0]: https://github.com/iliekturtles/uom/compare/v0.27.0...v0.28.0 |
498 | 517 | [v0.27.0]: https://github.com/iliekturtles/uom/compare/v0.26.0...v0.27.0 |
|
0 commit comments