Skip to content

Commit

Permalink
docs: roll v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Oct 29, 2022
1 parent 549c409 commit 2018da1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.

The format is based on [Common Changelog](https://common-changelog.org/).

## [0.1.3] - 2022-10-29

### Added

- Add more information in README (@paulrberg)

### Changed

- Fix typos in README (@jordaniza, @paulrberg)
- Improve usage guides in README (@paulrberg)
- Make `IS_TEST` virtual (@paulrberg)
- Remove superfluous `bytes20` cast (@paulrberg)
- Update fuzzing configuration in `foundry.toml` (@paulrberg)

## [0.1.2] - 2022-07-17

### Fixed
Expand All @@ -23,6 +37,7 @@ The format is based on [Common Changelog](https://common-changelog.org/).

- First release (@paulrberg)

[0.1.3]: https://github.com/paulrberg/prb-test/releases/tag/v0.1.3
[0.1.2]: https://github.com/paulrberg/prb-test/releases/tag/v0.1.2
[0.1.1]: https://github.com/paulrberg/prb-test/releases/tag/v0.1.1
[0.1.0]: https://github.com/paulrberg/prb-test/releases/tag/v0.1.0
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].2
forge install --no-commit paulrberg/[email protected].3
```

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

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

0 comments on commit 2018da1

Please sign in to comment.