tspiteri/fixed (fixed)
### [`v1.24.0`](https://gitlab.com/tspiteri/fixed/blob/HEAD/RELEASES.md#Version-1240-2023-09-19)
[Compare Source](https://gitlab.com/tspiteri/fixed/compare/v1.23.1...v1.24.0)
- The crate now requires rustc version 1.71.0 or later.
- The [`saturating_div_int`][f-sdi-1-24] method was added to all fixed-point
numbers and to the [`Fixed`][tf-1-24] trait.
- The [`Saturating`][s-1-24] wrapper was added.
[f-sdi-1-24]: https://docs.rs/fixed/~1.24/fixed/struct.FixedI32.html#method.saturating_div_int
[s-1-24]: https://docs.rs/fixed/~1.24/fixed/struct.Saturating.html
[tf-1-24]: https://docs.rs/fixed/~1.24/fixed/traits/trait.Fixed.html
### [`v1.23.1`](https://gitlab.com/tspiteri/fixed/blob/HEAD/RELEASES.md#Version-1231-2023-03-14)
[Compare Source](https://gitlab.com/tspiteri/fixed/compare/v1.23.0...v1.23.1)
- Bug fix: comparison of signed and unsigned numbers where the signed number
was wider than the unsigned number was truncating bits from the signed
number ([issue 57]).
- The \[*half* crate] dependency is now satisfied by [version 1.8][half-1-8] as
well as \[version 2]\[half-2].
[half-1-8]: https://docs.rs/half/^1.8/half/index.html
[issue 57]: https://gitlab.com/tspiteri/fixed/-/issues/57
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
1.23
->1.24
Release Notes
tspiteri/fixed (fixed)
### [`v1.24.0`](https://gitlab.com/tspiteri/fixed/blob/HEAD/RELEASES.md#Version-1240-2023-09-19) [Compare Source](https://gitlab.com/tspiteri/fixed/compare/v1.23.1...v1.24.0) - The crate now requires rustc version 1.71.0 or later. - The [`saturating_div_int`][f-sdi-1-24] method was added to all fixed-point numbers and to the [`Fixed`][tf-1-24] trait. - The [`Saturating`][s-1-24] wrapper was added. [f-sdi-1-24]: https://docs.rs/fixed/~1.24/fixed/struct.FixedI32.html#method.saturating_div_int [s-1-24]: https://docs.rs/fixed/~1.24/fixed/struct.Saturating.html [tf-1-24]: https://docs.rs/fixed/~1.24/fixed/traits/trait.Fixed.html ### [`v1.23.1`](https://gitlab.com/tspiteri/fixed/blob/HEAD/RELEASES.md#Version-1231-2023-03-14) [Compare Source](https://gitlab.com/tspiteri/fixed/compare/v1.23.0...v1.23.1) - Bug fix: comparison of signed and unsigned numbers where the signed number was wider than the unsigned number was truncating bits from the signed number ([issue 57]). - The \[*half* crate] dependency is now satisfied by [version 1.8][half-1-8] as well as \[version 2]\[half-2]. [half-1-8]: https://docs.rs/half/^1.8/half/index.html [issue 57]: https://gitlab.com/tspiteri/fixed/-/issues/57Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.