Skip to content

Commit

Permalink
docs: roll v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Jul 17, 2022
1 parent 817b5a8 commit 548ab3c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,24 @@ 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.2] - 2022-07-17

### Fixed

- Switch to global import to fix the overload type checker bug in Solidity v0.8.12 ([#5](https://github.com/paulrberg/prb-test/issues/5)) (@jordaniza, @paulrberg)

## [0.1.1] - 2022-07-15

### Fixed

- Add `pinst` as Node.js dev dependency to disable the `postinstall` life cycle script in production (@paulrberg).
- Add `pinst` as Node.js dev dependency to disable the `postinstall` life cycle script in production (@paulrberg)

## [0.1.0] - 2022-07-15

### Added

- First release (@paulrberg)

[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 @@ -26,14 +26,14 @@ PRBTest is a modern collection of testing assertions and logging utilities for S
First, run the install step:

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

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

```toml
[submodule "lib/prb-test"]
branch = "0.1.1"
branch = "0.1.2"
path = "lib/prb-test"
url = "https://github.com/paulrberg/prb-test"
```
Expand Down
3 changes: 3 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ solc = "0.8.15"
src = "src"
test = "test"
verbosity = 2

[profile.ci]
verbosity = 4
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.1",
"version": "0.1.2",
"author": {
"name": "Paul Razvan Berg",
"url": "https://github.com/paulrberg"
Expand Down

0 comments on commit 548ab3c

Please sign in to comment.