Skip to content

Commit

Permalink
Updated readme, units, and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
shivam091 committed Sep 14, 2023
1 parent 14c3cce commit 4dfe816
Show file tree
Hide file tree
Showing 3 changed files with 428 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
## [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
### Initial release

-----------

Expand Down
Loading

0 comments on commit 4dfe816

Please sign in to comment.