|
9 | 9 | ### Removed
|
10 | 10 | ### Fixed
|
11 | 11 | -->
|
| 12 | +## [v0.35.0] — 2023-07-?? |
| 13 | +This release adds new quantities, bumps the MSRV (minimum supported Rust version) to 1.60.0, and |
| 14 | +fixes bitrot in Github actions. |
| 15 | + |
| 16 | +Many thanks to [calbaker](https://github.com/calbaker), [groscoe2](https://github.com/groscoe2), |
| 17 | +[professoralex13](https://github.com/professoralex13), [robinohs](https://github.com/robinohs), and |
| 18 | +[Uzaaft](https://github.com/Uzaaft) for pull requests included and issues resolved in this release. |
| 19 | + |
| 20 | +### Added |
| 21 | + * [#406](https://github.com/iliekturtles/uom/pull/406) Add `cubic_meter_per_minute` and |
| 22 | + `cubic_meter_per_hour` units to `VolumeRate`. |
| 23 | + * [#409](https://github.com/iliekturtles/uom/pull/409) Add `AngularAbsement` quantity. |
| 24 | + * [#410](https://github.com/iliekturtles/uom/pull/410) Add `MassPerEnergy` quantity. |
| 25 | + * [#417](https://github.com/iliekturtles/uom/pull/417) [Breaking] Correct `ThermalConductance` |
| 26 | + `meter_per` units to be `meter_squared_per`. Descriptions and abbreviations were already correct. |
| 27 | + * [#419](https://github.com/iliekturtles/uom/pull/419) Add `PowerRate` quantity. |
| 28 | + * [#420](https://github.com/iliekturtles/uom/pull/420) Add `InverseVelocity` quantity. |
| 29 | + |
| 30 | +### Changed |
| 31 | + * [#314](https://github.com/iliekturtles/uom/issues/314) Update Github actions to use |
| 32 | + `dtolnay/rust-toolchain`. `actions-rs` is no longer maintained. |
| 33 | + * [#387](https://github.com/iliekturtles/uom/issues/387) Increase MSRV (minimum supported Rust |
| 34 | + version) to `1.60.0`. No changes in this release require the new MSRV. |
| 35 | + |
| 36 | +### Fixed |
| 37 | + * Fix unnecessary qualifications warnings in quantity tests. |
| 38 | + |
12 | 39 | ## [v0.34.0] — 2022-10-26
|
13 | 40 | This release adds a significant number of new quantities and units as well as a few minor fixes.
|
14 | 41 |
|
@@ -711,7 +738,8 @@ for the creation of custom systems or the use of the pre-built SI. Basic mathema
|
711 | 738 | are implemented and a minimal set of quantities (length, mass, time...) and units (meter, kilometer,
|
712 | 739 | foot, mile, ...) are included.
|
713 | 740 |
|
714 |
| -[Unreleased]: https://github.com/iliekturtles/uom/compare/v0.34.0...master |
| 741 | +[Unreleased]: https://github.com/iliekturtles/uom/compare/v0.35.0...master |
| 742 | +[v0.35.0]: https://github.com/iliekturtles/uom/compare/v0.34.0...v0.35.0 |
715 | 743 | [v0.34.0]: https://github.com/iliekturtles/uom/compare/v0.33.0...v0.34.0
|
716 | 744 | [v0.33.0]: https://github.com/iliekturtles/uom/compare/v0.32.0...v0.33.0
|
717 | 745 | [v0.32.0]: https://github.com/iliekturtles/uom/compare/v0.31.1...v0.32.0
|
|
0 commit comments