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

Bump uom from 0.31.1 to 0.35.0 #515

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 5, 2023

Bumps uom from 0.31.1 to 0.35.0.

Release notes

Sourced from uom's releases.

v0.35.0

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.
  • #409 Add AngularAbsement quantity.
  • #410 Add MassPerEnergy quantity.
  • #417 [Breaking] Correct ThermalConductance meter_per units to be meter_squared_per. Descriptions and abbreviations were already correct.
  • #419 Add PowerRate quantity.
  • #420 Add InverseVelocity quantity.

Changed

  • #314 Update Github actions to use dtolnay/rust-toolchain. actions-rs is no longer maintained.
  • #387 Increase MSRV (minimum supported Rust version) to 1.60.0. No changes in this release require the new MSRV.

Fixed

  • Fix unnecessary qualifications warnings in quantity tests.

v0.34.0

This release adds a significant number of new quantities and units as well as a few minor fixes.

Many thanks to adamreichold, calbaker, Eagle941, jossriLDR, swaits, Uzaaft werdahias, and zdimension for pull requests included and issues resolved in this release. Special thanks to crystal-growth for the thirty nine pull requests included in this release.

Added

  • #318 Add particle units to AmountOfSubstance, CatalyticActivity, CatalyticActivityConcentration, MolarConcentration, MolarEnergy, and MolarHeatCapacity quantities.
  • #319 Add MolarFlux quantity.
  • #322 Add DiffusionCoefficient quantity.
  • #323 Add DynamicViscosity quantity.
  • #324 Add atomic units of energy, mass, length, electric charge, and current.
  • #325 Add Action quantity.
  • #326 Add ElectricField quantity.
  • #327 Add ElectricDipoleMoment and ElectricQuadrupoleMoment quantities.
  • #329 Add ElectricalMobility quantity.
  • #330 Add ElectricalResistivity quantity.
  • #331 Add ElectricalConductivity quantity.
  • #332 Add ElectricPermittivity quantity.
  • #333 Add ElectricCurrentDensity quantity.
  • #334 Add ArealNumberDensity, LinearNumberDensity, and VolumetricNumberDensity quantities.
  • #335 Add ReciprocalLength quantity.
  • #336 Add MassFlux quantity.
  • #337 Add MagneticPermeability quantity.
  • #339 Add ArealNumberRate, LinearNumberRate, and VolumetricNumberRate quantities.
  • #341 Add ArealMassDensity, LinearMassDensity, and VolumetricMassDensity quantities.
  • #342 Add SurfaceElectricCurrentDensity quantity.
  • #343 Add MagneticMoment quantity.
  • #344 Add ElectricChargeArealDensity, ElectricChargeLinearDensity, and ElectricChargeVolumetricDensity quantities.
  • #345 Add ElectricDisplacementField quantity.

... (truncated)

Changelog

Sourced from uom's changelog.

[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.
  • #409 Add AngularAbsement quantity.
  • #410 Add MassPerEnergy quantity.
  • #417 [Breaking] Correct ThermalConductance meter_per units to be meter_squared_per. Descriptions and abbreviations were already correct.
  • #419 Add PowerRate quantity.
  • #420 Add InverseVelocity quantity.

Changed

  • #314 Update Github actions to use dtolnay/rust-toolchain. actions-rs is no longer maintained.
  • #387 Increase MSRV (minimum supported Rust version) to 1.60.0. No changes in this release require the new MSRV.

Fixed

  • Fix unnecessary qualifications warnings in quantity tests.

[v0.34.0] — 2022-10-26

This release adds a significant number of new quantities and units as well as a few minor fixes.

Many thanks to adamreichold, calbaker, Eagle941, jossriLDR, swaits, Uzaaft werdahias, and zdimension for pull requests included and issues resolved in this release. Special thanks to crystal-growth for the thirty nine pull requests included in this release.

Added

  • #318 Add particle units to AmountOfSubstance, CatalyticActivity, CatalyticActivityConcentration, MolarConcentration, MolarEnergy, and MolarHeatCapacity quantities.
  • #319 Add MolarFlux quantity.
  • #322 Add DiffusionCoefficient quantity.
  • #323 Add DynamicViscosity quantity.
  • #324 Add atomic units of energy, mass, length, electric charge, and current.
  • #325 Add Action quantity.
  • #326 Add ElectricField quantity.
  • #327 Add ElectricDipoleMoment and

... (truncated)

Commits
  • 57d076b Release v0.35.0.
  • 11f2550 Update shields.io build status.
  • 1944e39 Use Rust 1.70.0 for tool checks (rustfmt, clippy, and tarpaulin).
  • 1e7abcc Update Github actions to use dtolnay/rust-toolchain.
  • 8640730 Increase MSRV to 1.60.0.
  • 14abeb4 Merge pull request #420 from groscoe2/add-inverse-velocity
  • e19b0da Remove unnecessary qualifications.
  • 7669623 Merge pull request #419 from groscoe2/add-power-rate
  • be41193 Add power rate
  • 34f42ec Add inverse velocity
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 5, 2023
Bumps [uom](https://github.com/iliekturtles/uom) from 0.31.1 to 0.35.0.
- [Release notes](https://github.com/iliekturtles/uom/releases)
- [Changelog](https://github.com/iliekturtles/uom/blob/master/CHANGELOG.md)
- [Commits](iliekturtles/uom@v0.31.1...v0.35.0)

---
updated-dependencies:
- dependency-name: uom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/uom-0.35.0 branch from d433754 to 1a48787 Compare January 4, 2024 03:07
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 1, 2024

Superseded by #555.

@dependabot dependabot bot closed this Apr 1, 2024
@dependabot dependabot bot deleted the dependabot/cargo/uom-0.35.0 branch April 1, 2024 09:34
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.

0 participants