|
9 | 9 | ### Fixed |
10 | 10 | ### Security |
11 | 11 | --> |
| 12 | +## [v0.31.1] — 2021-03-01 |
| 13 | +This release corrects documentation issues and documents fewer underlying |
| 14 | +storage types on docs.rs so that container time and memory limits are not |
| 15 | +exceeded. |
| 16 | + |
| 17 | +### Added |
| 18 | + * [#241](https://github.com/iliekturtles/uom/issues/241) Run `rustdoc` as part |
| 19 | + of tool checks and resolve previously ignored warnings. |
| 20 | + |
| 21 | +### Changed |
| 22 | + * [#241](https://github.com/iliekturtles/uom/issues/241) Document fewer |
| 23 | + underlying storage types on docs.rs so that container time and memory limits |
| 24 | + are not exceeded. Previous releases documented all features and caused |
| 25 | + documentation to fail to build. |
| 26 | + |
12 | 27 | ## [v0.31.0] — 2021-01-05 |
13 | 28 | This release adds a new macro, `unit!`, to allow for units to be defined outside of the |
14 | 29 | `quantity!` macro as well as a `Units` enum for each quantity. A number of standard library |
@@ -543,7 +558,8 @@ for the creation of custom systems or the use of the pre-built SI. Basic mathema |
543 | 558 | are implemented and a minimal set of quantities (length, mass, time...) and units (meter, kilometer, |
544 | 559 | foot, mile, ...) are included. |
545 | 560 |
|
546 | | -[Unreleased]: https://github.com/iliekturtles/uom/compare/v0.31.0...master |
| 561 | +[Unreleased]: https://github.com/iliekturtles/uom/compare/v0.31.1...master |
| 562 | +[v0.31.1]: https://github.com/iliekturtles/uom/compare/v0.31.0...v0.31.1 |
547 | 563 | [v0.31.0]: https://github.com/iliekturtles/uom/compare/v0.30.0...v0.31.0 |
548 | 564 | [v0.30.0]: https://github.com/iliekturtles/uom/compare/v0.29.0...v0.30.0 |
549 | 565 | [v0.29.0]: https://github.com/iliekturtles/uom/compare/v0.28.0...v0.29.0 |
|
0 commit comments