Skip to content

Commit

Permalink
docs: roll v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed May 28, 2023
1 parent 890663b commit 1e9ead2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.0]: https://github.com/PaulRBerg/prb-test/compare/v0.5.7...v0.6.0
[0.5.7]: https://github.com/PaulRBerg/prb-test/compare/v0.5.6...v0.5.7
[0.5.6]: https://github.com/PaulRBerg/prb-test/compare/v0.5.5...v0.5.6
[0.5.5]: https://github.com/PaulRBerg/prb-test/compare/v0.5.4...v0.5.5
Expand All @@ -22,6 +23,16 @@ The format is based on [Common Changelog](https://common-changelog.org/).
[0.1.1]: https://github.com/PaulRBerg/prb-test/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/PaulRBerg/prb-test/releases/tag/v0.1.0

## [0.6.0] - 2023-05-28

### Changed

- Rename `HEVM_ADDRESS` to `VM_ADDRESS` (@PaulRBerg)

### Added

- Sync `Vm` with forge-std (@PaulRBerg)

## [0.5.7] - 2023-05-05

### Added
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/test",
"description": "Modern collection of testing assertions and logging utilities for Solidity",
"version": "0.5.7",
"version": "0.6.0",
"author": {
"name": "Paul Razvan Berg",
"url": "https://github.com/PaulRBerg"
Expand Down

0 comments on commit 1e9ead2

Please sign in to comment.