Skip to content

Commit c29afdd

Browse files
authored
chore(release): bump v1.13.0 (#779)
v1.13.0 is the final release compatible with versions `< 0.8.13` (support previously aimed to cover `>= 0.6.2`). All subsequent releases require `>= 0.8.13`. See: #764 for additional context. This will be followed up with another release which includes #767, exact version number to be discussed.
1 parent 26048ab commit c29afdd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ jobs:
4242
forge build --skip test --skip Config --skip StdConfig --skip LibVariable --deny-warnings ${{ matrix.flags }}
4343
;;
4444
*)
45-
forge build --skip test --deny-warnings ${{ matrix.flags }}
45+
forge build --skip test ${{ matrix.flags }}
4646
;;
4747
esac
4848
# via-ir compilation time checks.
4949
- if: contains(matrix.flags, '--via-ir')
50-
run: forge build --skip test --deny-warnings ${{ matrix.flags }} --contracts 'test/compilation/*'
50+
run: forge build --skip test ${{ matrix.flags }} --contracts 'test/compilation/*'
5151

5252
test:
5353
runs-on: ubuntu-latest

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "forge-std",
3-
"version": "1.12.0",
3+
"version": "1.13.0",
44
"description": "Forge Standard Library is a collection of helpful contracts and libraries for use with Forge and Foundry.",
55
"homepage": "https://book.getfoundry.sh/forge/forge-std",
66
"bugs": "https://github.com/foundry-rs/forge-std/issues",
@@ -13,4 +13,4 @@
1313
"type": "git",
1414
"url": "https://github.com/foundry-rs/forge-std.git"
1515
}
16-
}
16+
}

0 commit comments

Comments
 (0)