From 77fa88eda4a4a91b3f3e9431df291292c26b6c71 Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Sun, 28 May 2023 14:38:22 +0300 Subject: [PATCH] docs: roll v4.0.1 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8eb69f2..22448d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.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 [3.3.2]: https://github.com/PaulRBerg/prb-math/compare/v3.3.1...v3.3.2 [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 [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.1] - 2023-05-28 + +### Changed + +- Bump submodules (@PaulRBerg) +- Clarify rounding modes (@PaulRBerg) +- Move test utils from `src/test` to `test/utils` (@PaulRBerg) +- Improve documentation (@PaulRBerg) + +### Added + +- Provide silent `bound` utils (@PaulRBerg) + ## [4.0.0] - 2023-04-13 ### Changed diff --git a/package.json b/package.json index 3e674f8..95e1d9e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@prb/math", "description": "Solidity library for advanced fixed-point math", - "version": "4.0.0", + "version": "4.0.1", "author": { "name": "Paul Razvan Berg", "url": "https://github.com/PaulRBerg"