Skip to content

Latest commit

 

History

History
192 lines (112 loc) · 7.18 KB

CHANGELOG.md

File metadata and controls

192 lines (112 loc) · 7.18 KB

Changelog

v0.8.0 - 28 Sep 2024

What's Changed

Added

Changed

  • Update k8s-openapi to latest version by @xmakro in #17

New Contributors

Full Changelog: https://github.com/ThomasK33/kube-quantity-rs/compare/v0.7.1...v0.8.0

Changes

v0.7.1 - 27 Feb 2024

  • Updated k8s-openapi dependencies

Full Changelog: https://github.com/ThomasK33/kube-quantity-rs/compare/v0.7.0...v0.7.1

Changes

v0.7.0 - 09 Sep 2023

What's Changed

Changed

New Contributors

Full Changelog: https://github.com/ThomasK33/kube-quantity-rs/compare/v0.6.1...v0.7.0

Changes

v0.6.1 - 14 May 2023

Full Changelog: https://github.com/ThomasK33/kube-quantity-rs/compare/v0.6.0...v0.6.1

Changes

v0.6.0 - 27 Mar 2023

What's Changed

Added

  • Implemented default trait for parsed quantity by @ThomasK33 in #6

Full Changelog: https://github.com/ThomasK33/kube-quantity-rs/compare/v0.5.1...v0.6.0

Changes

v0.5.1 - 27 Mar 2023

What's Changed

Fixed

  • Fixed docs.rs doc generation missing a feature flag

Full Changelog: https://github.com/ThomasK33/kube-quantity-rs/compare/v0.5.0...v0.5.1

Changes

v0.5.0 - 27 Mar 2023

What's Changed

Fixed

  • Moved k8s-openapi features to dev dependencies by @ThomasK33 in #5

Full Changelog: https://github.com/ThomasK33/kube-quantity-rs/compare/v0.4.0...v0.5.0

Changes

v0.4.0 - 27 Mar 2023

What's Changed

Added

  • Added Ord and PartialEQ implementation for parsed quantities by @ThomasK33 in #4

Full Changelog: https://github.com/ThomasK33/kube-quantity-rs/compare/v0.3.0...v0.4.0

Changes

v0.3.0 - 24 Mar 2023

What's Changed

Added

  • Added additional try from implementations by @ThomasK33 in #3

Full Changelog: https://github.com/ThomasK33/kube-quantity-rs/compare/v0.2.0...v0.3.0

Changes

v0.2.0 - 23 Mar 2023

What's Changed

Added

New Contributors

Full Changelog: https://github.com/ThomasK33/kube-quantity-rs/compare/v0.1.1...v0.2.0

Changes

v0.1.1 - 23 Mar 2023

  • Documentation fixes

Full Changelog: https://github.com/ThomasK33/kube-quantity-rs/compare/v0.1.0...v0.1.1

Changes

v0.1.0 - 23 Mar 2023

New Contributors

Full Changelog: https://github.com/ThomasK33/kube-quantity-rs/commits/v0.1.0

Changes