Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update uom requirement from 0.34.0 to 0.36.0 #30

Merged
merged 1 commit into from
Jul 29, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2024

Updates the requirements on uom to permit the latest version.

Release notes

Sourced from uom's releases.

v0.36.0

This release adds new quantities, new units, bumps the MSRV (minimum supported Rust version) to 1.65.0, and fixes bitrot in Github actions.

Many thanks to Aehmlo, Code-Maniac, baarkerlounger, g1aeder, hellow554, igiona, waywardmonkeys, and yacinelakel for pull requests included and issues resolved in this release.

Added

  • #429 Add minute_per_kilometer unit to InverseVelocity.
  • #436 Add explicit serde feature. The new serde feature deprecates the old use_serde feature which is now an alias for serde and will be removed in a future uom release.
  • #446 Add ArealHeatCapacity quantity.
  • #450 Add ThermalResistance quantity.

Changed

  • #425 Clarify Conversion documentation for converting to and from the base unit.
  • #432 Use Cargo.toml rust-version key to identify the MSRV (minimum supported Rust version).
  • #445 Update basic example with example code to do unit conversions.
  • #456 Commit Cargo.lock to pin certain crates to specific versions that support uom's MSRV (minimum supported Rust version).
  • #459 Increase MSRV (minimum supported Rust version) to 1.65.0. No changes in this release require the new MSRV.
  • #457 Update github checkout and cache actions to v4.
  • #459 Rust 1.76.0 is now used for rustfmt, clippy, and tarpaulin jobs.
  • #443, #459 Resolve numerous rustc and clippy warnings.
Changelog

Sourced from uom's changelog.

[v0.36.0] — 2024-03-20

This release adds new quantities, new units, bumps the MSRV (minimum supported Rust version) to 1.65.0, and fixes bitrot in Github actions.

Many thanks to Aehmlo, Code-Maniac, baarkerlounger, g1aeder, hellow554, igiona, waywardmonkeys, and yacinelakel for pull requests included and issues resolved in this release.

Added

  • #429 Add minute_per_kilometer unit to InverseVelocity.
  • #436 Add explicit serde feature. The new serde feature deprecates the old use_serde feature which is now an alias for serde and will be removed in a future uom release.
  • #446 Add ArealHeatCapacity quantity.
  • #450 Add ThermalResistance quantity.

Changed

  • #425 Clarify Conversion documentation for converting to and from the base unit.
  • #432 Use Cargo.toml rust-version key to identify the MSRV (minimum supported Rust version).
  • #445 Update basic example with example code to do unit conversions.
  • #456 Commit Cargo.lock to pin certain crates to specific versions that support uom's MSRV (minimum supported Rust version).
  • #459 Increase MSRV (minimum supported Rust version) to 1.65.0. No changes in this release require the new MSRV.
  • #457 Update github checkout and cache actions to v4.
  • #459 Rust 1.76.0 is now used for rustfmt, clippy, and tarpaulin jobs.
  • #443, #459 Resolve numerous rustc and clippy warnings.

[v0.35.0] — 2023-07-10

This release adds new quantities, bumps the MSRV (minimum supported Rust version) to 1.60.0, and fixes bitrot in Github actions.

Many thanks to calbaker, groscoe2, professoralex13, robinohs, and Uzaaft for pull requests included and issues resolved in this release.

Added

  • #406 Add cubic_meter_per_minute and cubic_meter_per_hour units to VolumeRate.

... (truncated)

Commits
  • 096f15e Release v0.36.0.
  • c360507 Resolve clippy warnings.
  • 1322b57 Use Rust 1.76.0 for tool checks (rustfmt, clippy, tarpaulin).
  • 313bf68 Increase MSRV to 1.65.0.
  • 721a54b Merge pull request #450 from Code-Maniac/impl_thermal_resistance
  • 56e8e89 Update github checkout and cache actions to v4.
  • 5fa2549 Add missing dependencies in Cargo.lock.
  • 200cef6 Add thermal resistance
  • d4f08de Merge pull request #446 from yacinelakel/master
  • 9abc39e Merge pull request #443 from hellow554/master
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [uom](https://github.com/iliekturtles/uom) to permit the latest version.
- [Release notes](https://github.com/iliekturtles/uom/releases)
- [Changelog](https://github.com/iliekturtles/uom/blob/master/CHANGELOG.md)
- [Commits](iliekturtles/uom@v0.34.0...v0.36.0)

---
updated-dependencies:
- dependency-name: uom
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 29, 2024
@eilidh-spire
Copy link
Contributor

@dependabot merge

@dependabot dependabot bot merged commit c004a88 into master Jul 29, 2024
2 checks passed
@dependabot dependabot bot deleted the dependabot-cargo-uom-0.36.0 branch July 29, 2024 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant