Skip to content

Commit

Permalink
docs: roll v4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Jun 14, 2024
1 parent 051420f commit 39eec81
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Common Changelog](https://common-changelog.org/), and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

[4.0.3]: https://github.com/PaulRBerg/prb-math/compare/v4.0.2...v4.0.3
[4.0.2]: https://github.com/PaulRBerg/prb-math/compare/v4.0.1...v4.0.2
[4.0.1]: https://github.com/PaulRBerg/prb-math/compare/v4.0.0...v4.0.1
[4.0.0]: https://github.com/PaulRBerg/prb-math/compare/v3.3.2...v4.0.0
Expand Down Expand Up @@ -32,6 +33,22 @@ The format is based on [Common Changelog](https://common-changelog.org/), and th
[1.0.1]: https://github.com/PaulRBerg/prb-math/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/PaulRBerg/prb-math/releases/tag/v1.0.0

## [4.0.3] - 2024-06-14

### Fixed

- Fix types for `uUNIT` ([970aa90](https://github.com/PaulRBerg/prb-math/commit/970aa902098af46191d3b38f94bd30e7496078ae)) (@PaulRBerg)
- Return zero for very small inputs passed to `exp` ([#229](https://github.com/PaulRBerg/prb-math/pull/229)) (@0x2me)

### Changed

- Change visibility of `bound` ([#216](https://github.com/PaulRBerg/prb-math/pull/216)) (@PaulRBerg)
- Switch to Bun for dependency management ([#218](https://github.com/PaulRBerg/prb-math/pull/218)) (@PaulRBerg)

### Removed

- Remove dependency on `prb-test` ([#222](https://github.com/PaulRBerg/prb-math/pull/222)) (@smol-ninja)

## [4.0.2] - 2023-12-04

### Changed
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": "Solidity library for advanced fixed-point math",
"version": "4.0.2",
"version": "4.0.3",
"author": {
"name": "Paul Razvan Berg",
"url": "https://github.com/PaulRBerg"
Expand Down

0 comments on commit 39eec81

Please sign in to comment.