CHANGELOG.md
## [0.5.0](https://github.com/shivam091/composite_unit_measurements/compare/v0.4.0...v0.5.0) - 2023-12-10
### What's new
- Added ability to parse `mile-yard` length measurement.
- Added ability to parse `minute-second`, `week-day`, and `month-day` time measurements.
-----------
## [0.4.0](https://github.com/shivam091/composite_unit_measurements/compare/v0.3.0...v0.4.0) - 2023-12-08
### What's new
- Added ability to parse `litre-millilitre` volume measurement.
- Updated readme with parsing examples.
-----------
## [0.3.0](https://github.com/shivam091/composite_unit_measurements/compare/v0.2.0...v0.3.0) - 2023-11-27
### What's new
- Added ability to parse `kilometre-metre` and `metre-centimetre` length measurements.
- Added ability to parse `hour-minute` time measurement.
- Added ability to parse `kilogramme-gramme` weight measurement.
-----------
## [0.2.0](https://github.com/shivam091/composite_unit_measurements/compare/v0.1.0...v0.2.0) - 2023-11-17
### What's new
- Added ability to parse composite measurements containing `real`, `scientific`,
`rational`, and `complex` numbers.
- Added ability to parse `foot-inch` length measurement.
- Added ability to parse `duration`.
- Added ability to parse `pound-ounce` and `stone-pound` weight measurement.
-----------
## 0.1.0 - 2023-11-09
### Initial release
-----------
### Unreleased