Skip to content

Commit 77fa88e

Browse files
committed
docs: roll v4.0.1
1 parent a6b7dbe commit 77fa88e

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Common Changelog](https://common-changelog.org/), and this project adheres to
66
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
[4.0.1]: https://github.com/PaulRBerg/prb-math/compare/v4.0.0...v4.0.1
89
[4.0.0]: https://github.com/PaulRBerg/prb-math/compare/v3.3.2...v4.0.0
910
[3.3.2]: https://github.com/PaulRBerg/prb-math/compare/v3.3.1...v3.3.2
1011
[3.3.1]: https://github.com/PaulRBerg/prb-math/compare/v3.3.0...v3.3.1
@@ -30,6 +31,19 @@ The format is based on [Common Changelog](https://common-changelog.org/), and th
3031
[1.0.1]: https://github.com/PaulRBerg/prb-math/compare/v1.0.0...v1.0.1
3132
[1.0.0]: https://github.com/PaulRBerg/prb-math/releases/tag/v1.0.0
3233

34+
## [4.0.1] - 2023-05-28
35+
36+
### Changed
37+
38+
- Bump submodules (@PaulRBerg)
39+
- Clarify rounding modes (@PaulRBerg)
40+
- Move test utils from `src/test` to `test/utils` (@PaulRBerg)
41+
- Improve documentation (@PaulRBerg)
42+
43+
### Added
44+
45+
- Provide silent `bound` utils (@PaulRBerg)
46+
3347
## [4.0.0] - 2023-04-13
3448

3549
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@prb/math",
33
"description": "Solidity library for advanced fixed-point math",
4-
"version": "4.0.0",
4+
"version": "4.0.1",
55
"author": {
66
"name": "Paul Razvan Berg",
77
"url": "https://github.com/PaulRBerg"

0 commit comments

Comments
 (0)