File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ dependencies = [
151151
152152[[package]]
153153name = "openzeppelin_testing"
154- version = "6.5 .0"
154+ version = "6.6 .0"
155155dependencies = [
156156 "snforge_std",
157157]
@@ -190,15 +190,15 @@ dependencies = [
190190
191191[[package]]
192192name = "snforge_scarb_plugin"
193- version = "0.57.0 "
193+ version = "0.58.1 "
194194source = "registry+https://scarbs.xyz/"
195- checksum = "sha256:e2f638625b0dc1d9e4b413bd463db6c3e44809cff7aeeb55459c71df877f679f "
195+ checksum = "sha256:c3ce76f0159e7752e6322966f4022f36b801128cc02a9835ceb5f89696ca5dca "
196196
197197[[package]]
198198name = "snforge_std"
199- version = "0.57.0 "
199+ version = "0.58.1 "
200200source = "registry+https://scarbs.xyz/"
201- checksum = "sha256:ad59592257cbb26771c2a17fc487661e77714cc6677a044a79388cfa08e92da8 "
201+ checksum = "sha256:4310803d74ef0c4f76ceba75e88d5c2621ff8b3490cfe5250ed7321de976474d "
202202dependencies = [
203203 "snforge_scarb_plugin",
204204]
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ keywords = [
4545[workspace .dependencies ]
4646assert_macros = " 2.15.1"
4747starknet = " 2.15.1"
48- snforge_std = " 0.57.0 "
48+ snforge_std = " 0.58.1 "
4949
5050[dependencies ]
5151starknet.workspace = true
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ All notable changes to this project will be documented in this file.
77The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
88and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
99
10+ ## 6.6.0 (2026-04-01)
11+
12+ - Bump snforge to v0.58.1 (#1666 )
13+
1014## 6.5.0 (2026-03-04)
1115
1216- Bump snforge to v0.57.0 (#1659 )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ separate dependency in the Scarb.toml file:
1313
1414``` cairo
1515[dev-dependencies]
16- openzeppelin_testing = "6.5 .0"
16+ openzeppelin_testing = "6.6 .0"
1717```
1818
1919Then it can be imported into tests:
@@ -24,5 +24,5 @@ use openzeppelin_testing;
2424
2525### API documentation
2626
27- - [ Index] ( https://github.com/OpenZeppelin/cairo-contracts/blob/openzeppelin_testing-v6.5 .0/packages/testing/docs/openzeppelin_testing.md )
28- - [ Summary] ( https://github.com/OpenZeppelin/cairo-contracts/blob/openzeppelin_testing-v6.5 .0/packages/testing/docs/SUMMARY.md )
27+ - [ Index] ( https://github.com/OpenZeppelin/cairo-contracts/blob/openzeppelin_testing-v6.6 .0/packages/testing/docs/openzeppelin_testing.md )
28+ - [ Summary] ( https://github.com/OpenZeppelin/cairo-contracts/blob/openzeppelin_testing-v6.6 .0/packages/testing/docs/SUMMARY.md )
Original file line number Diff line number Diff line change 11[package ]
22name = " openzeppelin_testing"
3- version = " 6.5 .0"
3+ version = " 6.6 .0"
44readme = " README.md"
55keywords = [
66 " openzeppelin" ,
@@ -13,7 +13,7 @@ cairo-version.workspace = true
1313scarb-version.workspace = true
1414authors.workspace = true
1515description.workspace = true
16- documentation = " https://github.com/openzeppelin/cairo-contracts/blob/openzeppelin_testing-v6.5 .0/packages/testing/docs/openzeppelin_testing.md"
16+ documentation = " https://github.com/openzeppelin/cairo-contracts/blob/openzeppelin_testing-v6.6 .0/packages/testing/docs/openzeppelin_testing.md"
1717repository.workspace = true
1818license-file.workspace = true
1919
You can’t perform that action at this time.
0 commit comments