Skip to content

Commit e08a232

Browse files
authored
Release openzeppelin_testing 6.6.0 (#1666)
* Bump snforge to 0.58.1 * Bump openzeppelin_testing version to 6.6.0 and update docs * Add changelog entry for openzeppelin_testing v6.6.0
1 parent 10c9d10 commit e08a232

5 files changed

Lines changed: 15 additions & 11 deletions

File tree

Scarb.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ dependencies = [
151151

152152
[[package]]
153153
name = "openzeppelin_testing"
154-
version = "6.5.0"
154+
version = "6.6.0"
155155
dependencies = [
156156
"snforge_std",
157157
]
@@ -190,15 +190,15 @@ dependencies = [
190190

191191
[[package]]
192192
name = "snforge_scarb_plugin"
193-
version = "0.57.0"
193+
version = "0.58.1"
194194
source = "registry+https://scarbs.xyz/"
195-
checksum = "sha256:e2f638625b0dc1d9e4b413bd463db6c3e44809cff7aeeb55459c71df877f679f"
195+
checksum = "sha256:c3ce76f0159e7752e6322966f4022f36b801128cc02a9835ceb5f89696ca5dca"
196196

197197
[[package]]
198198
name = "snforge_std"
199-
version = "0.57.0"
199+
version = "0.58.1"
200200
source = "registry+https://scarbs.xyz/"
201-
checksum = "sha256:ad59592257cbb26771c2a17fc487661e77714cc6677a044a79388cfa08e92da8"
201+
checksum = "sha256:4310803d74ef0c4f76ceba75e88d5c2621ff8b3490cfe5250ed7321de976474d"
202202
dependencies = [
203203
"snforge_scarb_plugin",
204204
]

Scarb.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ keywords = [
4545
[workspace.dependencies]
4646
assert_macros = "2.15.1"
4747
starknet = "2.15.1"
48-
snforge_std = "0.57.0"
48+
snforge_std = "0.58.1"
4949

5050
[dependencies]
5151
starknet.workspace = true

packages/testing/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ All notable changes to this project will be documented in this file.
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
88
and 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)

packages/testing/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

1919
Then 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)

packages/testing/Scarb.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openzeppelin_testing"
3-
version = "6.5.0"
3+
version = "6.6.0"
44
readme = "README.md"
55
keywords = [
66
"openzeppelin",
@@ -13,7 +13,7 @@ cairo-version.workspace = true
1313
scarb-version.workspace = true
1414
authors.workspace = true
1515
description.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"
1717
repository.workspace = true
1818
license-file.workspace = true
1919

0 commit comments

Comments
 (0)