Skip to content

Commit

Permalink
feat: roll v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Jun 16, 2021
1 parent 17878fe commit 84b2dc0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.0.1] - 2021-06-16

### Changed

- Mention the new typed flavours in the README.

### Fixed

- Code snippet for the UD60x18Typed consumer in the README
- English typos in NatSpec comments.
- Minor bug in `log10` in `PRBMathUD60x18Typed.sol` which made the result inaccurate when the input was a multiple of 10.

## [2.0.0] - 2021-06-14

### Added
Expand Down Expand Up @@ -90,6 +102,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

- First release of the library.

[2.0.1]: https://github.com/hifi-finance/prb-math/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/hifi-finance/prb-math/compare/v1.1.0...v2.0.0
[1.1.0]: https://github.com/hifi-finance/prb-math/compare/v1.0.5...v1.1.0
[1.0.5]: https://github.com/hifi-finance/prb-math/compare/v1.0.4...v1.0.5
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "prb-math",
"description": "Smart contract library for advanced fixed-point math",
"version": "2.0.0",
"version": "2.0.1",
"author": {
"name": "Paul Razvan Berg",
"url": "https://paulrberg.com"
Expand Down

0 comments on commit 84b2dc0

Please sign in to comment.