Skip to content

Commit

Permalink
docs: roll v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Dec 12, 2022
1 parent bd7e2a0 commit 99c2cd5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 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.3.1]: https://github.com/paulrberg/prb-math/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/paulrberg/prb-math/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/paulrberg/prb-math/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/paulrberg/prb-math/compare/v0.1.3...v0.2.0
Expand All @@ -12,6 +13,12 @@ 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.3.1] - 2022-12-12

### Changed

- Improve argument names in `Vm` (@paulrberg)

## [0.3.0] - 2022-12-06

### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ replacement for DSTest.
First, run the install step:

```sh
forge install --no-commit paulrberg/[email protected].0
forge install --no-commit paulrberg/[email protected].1
```

Your `.gitmodules` file should now contain the following entry:

```toml
[submodule "lib/prb-test"]
branch = "0.3.0"
branch = "0.3.1"
path = "lib/prb-test"
url = "https://github.com/paulrberg/prb-test"
```
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.3.0",
"version": "0.3.1",
"author": {
"name": "Paul Razvan Berg",
"url": "https://github.com/paulrberg"
Expand Down

0 comments on commit 99c2cd5

Please sign in to comment.