@@ -7,14 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 7.2.0] - 2026-02-11
11+
1012### Added
1113
1214- Add static factory methods ` QuantityValue.of(value, unit) ` with various value argument types that can be used to instantiate the
1315 ` BigDecimal ` value used internally.
14-
1516- Add dynamic factory methods in ` Unit.quantityValue(value) ` with various value argument types that can be used to instantiate the
1617 ` BigDecimal ` value used internally.
17-
1818- Add delegate methods for many ` BigDecimal ` methods to ` QuantityValue ` to allow for mathematical operations with
1919 automatic unit conversion, for example:
2020
@@ -28,7 +28,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2828
2929- Fix wrong definition of ` Quantity ` . It used to encapsulate a Set of ` QuantityValue ` , which never made sense. With
3030 this change, it encapsulates a ` QuantityValue ` and a ` QuantityKind ` , conforming to the definition of the concept in QUDT.
31-
3231- Upgrade various dependencies.
3332
3433## [ 7.1.1] - 2025-10-09
@@ -379,7 +378,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
379378
380379- Initial release.
381380
382- [ Unreleased ] : https://github.com/qudtlib/qudtlib-java/compare/v7.1.1...HEAD
381+ [ Unreleased ] : https://github.com/qudtlib/qudtlib-java/compare/v7.2.0...HEAD
382+ [ 7.2.0 ] : https://github.com/qudtlib/qudtlib-java/compare/v7.1.1...v7.2.0
383383[ 7.1.1 ] : https://github.com/qudtlib/qudtlib-java/compare/v7.1.0...v7.1.1
384384[ 7.1.0 ] : https://github.com/qudtlib/qudtlib-java/compare/v7.0.1...v7.1.0
385385[ 7.0.1 ] : https://github.com/qudtlib/qudtlib-java/compare/v7.0.0...v7.0.1
0 commit comments