# Change log
All notable changes to this project will be documented in this file.
## Release 0.2.0 (2024-03-18)
* Allow selecting the rule for dealing with values that are exactly halfway
between two round numbers. For example, what does `5.round_to(10)` return?
## Release 0.1.1 (2024-03-14)
* Make `no_std` by default.
* Improve documentation.
## Release 0.1.0 (2024-03-14)
* Initial release.