## [2.5.0](https://github.com/shivam091/unit_measurements/compare/v2.4.0...v2.5.0) - 2023-08-23 ### What's new - Added unit group for `sound level` units. - Added unit group for `plane angle` units. ---------- ## [2.4.0](https://github.com/shivam091/unit_measurements/compare/v2.3.0...v2.4.0) - 2023-08-23 ### What's new - Added unit group for `density` units. - Added unit group for `quantity` units. ---------- ## [2.3.0](https://github.com/shivam091/unit_measurements/compare/v2.2.0...v2.3.0) - 2023-08-22 ### What's new - Added unit group for `area` units. - Added unit group for `volume` units. ---------- ## [2.2.0](https://github.com/shivam091/unit_measurements/compare/v2.1.0...v2.2.0) - 2023-08-21 ### What's new - Added unit group for `electric current` units. - Added unit group for `luminous intensity` units. - Added unit group for `temperature` units. ---------- ## [2.1.0](https://github.com/shivam091/unit_measurements/compare/v1.7.0...v2.1.0) - 2023-08-20 ### What's new - Added unit group for `time` units. - Added unit group for `amount of substance` units. ---------- ## [1.7.0](https://github.com/shivam091/unit_measurements/compare/v1.6.0...v1.7.0) - 2023-08-20 ### What's new - Added support to convert the measurements to other numeric types viz., `Integer`, `BigDecimal`, `Rational`, `Complex`, and `Float`. ---------- ## [1.6.0](https://github.com/shivam091/unit_measurements/compare/v1.5.1...v1.6.0) - 2023-08-19 ### What's new - Added support to perform mathematical operations on the measurements. ---------- ## [1.5.1](https://github.com/shivam091/unit_measurements/compare/v1.5.0...v1.5.1) - 2023-08-18 ### What's updated - Added extra blank line between method code and last code statement (considered as return). ---------- ## [1.5.0](https://github.com/shivam091/unit_measurements/compare/v1.4.0...v1.5.0) - 2023-08-18 ### What's fixed - Fixed precision in `Measurement#quantity` method. ---------- ## [1.4.0](https://github.com/shivam091/unit_measurements/compare/v1.3.0...v1.4.0) - 2023-08-17 ### What's new - Added ability to perform `arithmetic` operations of measurements. ---------- ## [1.3.0](https://github.com/shivam091/unit_measurements/compare/v1.2.0...v1.3.0) - 2023-08-16 ### What's new - Added ability to compare two measurements of the same unit group. ---------- ## [1.2.0](https://github.com/shivam091/unit_measurements/compare/v1.1.0...v1.2.0) - 2023-08-15 ### What's new - Added support to specify unit value as an `array` of number and unit. ---------- ## [1.1.0](https://github.com/shivam091/unit_measurements/compare/v1.0.0...v1.1.0) - 2023-08-14 ### What's new - Added `#format` method to format quantity of the measurement. ---------- ## [1.0.0](https://github.com/shivam091/unit_measurements/compare/v0.1.0...v1.0.0) - 2023-09-14 ### What's new - Added support to build unit groups. - Added unit group for `length` units. - Added unit group for `weight` units. - Added support to build `si` units. - Added support to parse `Complex`, `Rational`, `Scientific` numbers, and `ratios`. - Added support to convert quantity between two units using `#convert_to`, `#convert_to!`, and `#parse` methods. ---------- ## 0.1.0 - 2023-09-13 ### Initial release ----------- ### Unreleased