Skip to content

Commit 40b2905

Browse files
authored
Release openzeppelin_testing v6.4.0 (#1649)
* Add changelog section for openzeppelin_testing v6.4.0 * Bump openzeppelin_testing version to 6.4.0 and update docs
1 parent 115cb43 commit 40b2905

File tree

6 files changed

+11
-9
lines changed

6 files changed

+11
-9
lines changed

Scarb.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ dependencies = [
151151

152152
[[package]]
153153
name = "openzeppelin_testing"
154-
version = "6.3.0"
154+
version = "6.4.0"
155155
dependencies = [
156156
"snforge_std",
157157
]

packages/testing/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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-
## Unreleased
10+
## 6.4.0 (2026-02-04)
1111

1212
- Bump snforge to v0.56.0 (#1648)
1313

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.3.0"
16+
openzeppelin_testing = "6.4.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.3.0/packages/testing/docs/openzeppelin_testing.md)
28-
- [Summary](https://github.com/OpenZeppelin/cairo-contracts/blob/openzeppelin_testing-v6.3.0/packages/testing/docs/SUMMARY.md)
27+
- [Index](https://github.com/OpenZeppelin/cairo-contracts/blob/openzeppelin_testing-v6.4.0/packages/testing/docs/openzeppelin_testing.md)
28+
- [Summary](https://github.com/OpenZeppelin/cairo-contracts/blob/openzeppelin_testing-v6.4.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.3.0"
3+
version = "6.4.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.3.0/packages/testing/docs/openzeppelin_testing.md"
16+
documentation = "https://github.com/openzeppelin/cairo-contracts/blob/openzeppelin_testing-v6.4.0/packages/testing/docs/openzeppelin_testing.md"
1717
repository.workspace = true
1818
license-file.workspace = true
1919

packages/testing/docs/openzeppelin_testing-constants-NEW_PUBKEY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22

33
Fully qualified path: [openzeppelin_testing](./openzeppelin_testing.md)::[constants](./openzeppelin_testing-constants.md)::[NEW_PUBKEY](./openzeppelin_testing-constants-NEW_PUBKEY.md)
44

5-
<pre><code class="language-cairo">pub const NEW_PUBKEY: felt252 = 1098377157898629946571614844583422311425675589668982787103879603004212846503;</code></pre>
5+
<pre><code class="language-cairo">pub const NEW_PUBKEY: felt252 =
6+
1098377157898629946571614844583422311425675589668982787103879603004212846503;</code></pre>
67

packages/testing/docs/openzeppelin_testing-constants-VOTES_TOKEN.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22

33
Fully qualified path: [openzeppelin_testing](./openzeppelin_testing.md)::[constants](./openzeppelin_testing-constants.md)::[VOTES_TOKEN](./openzeppelin_testing-constants-VOTES_TOKEN.md)
44

5-
<pre><code class="language-cairo">pub const VOTES_TOKEN: ContractAddress = &apos;VOTES_TOKEN&apos;.as_address(); // = 104342241960948229995185486</code></pre>
5+
<pre><code class="language-cairo">pub const VOTES_TOKEN: ContractAddress = &apos;VOTES_TOKEN&apos;
6+
.as_address(); // = 104342241960948229995185486</code></pre>
67

0 commit comments

Comments
 (0)