From cfc05f091f406651816405826a19972f12efe150 Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Fri, 5 May 2023 13:44:34 +0300 Subject: [PATCH] docs: roll v0.5.7 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c37f205..be323f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Common Changelog](https://common-changelog.org/). +[0.5.7]: https://github.com/PaulRBerg/prb-math/compare/v0.5.6...v0.5.7 [0.5.6]: https://github.com/PaulRBerg/prb-math/compare/v0.5.5...v0.5.6 [0.5.5]: https://github.com/PaulRBerg/prb-math/compare/v0.5.4...v0.5.5 [0.5.4]: https://github.com/PaulRBerg/prb-math/compare/v0.5.3...v0.5.4 @@ -21,6 +22,13 @@ The format is based on [Common Changelog](https://common-changelog.org/). [0.1.1]: https://github.com/PaulRBerg/prb-math/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/PaulRBerg/prb-test/releases/tag/v0.1.0 +## [0.5.7] - 2023-05-05 + +### Added + +- Add breakpoint cheatcodes ([#27](https://github.com/PaulRBerg/prb-test/pull/27)) (@PaulRBerg) +- Add and sync filesystem cheatcodes ([#28](https://github.com/PaulRBerg/prb-test/pull/28)) (@PaulRBerg) + ## [0.5.6] - 2023-04-29 ### Added diff --git a/package.json b/package.json index 325e86f..68cb6be 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@prb/test", "description": "Modern collection of testing assertions and logging utilities for Solidity", - "version": "0.5.6", + "version": "0.5.7", "author": { "name": "Paul Razvan Berg", "url": "https://github.com/PaulRBerg"