File tree Expand file tree Collapse file tree 6 files changed +11
-9
lines changed
Expand file tree Collapse file tree 6 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ dependencies = [
151151
152152[[package]]
153153name = "openzeppelin_testing"
154- version = "6.3 .0"
154+ version = "6.4 .0"
155155dependencies = [
156156 "snforge_std",
157157]
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ 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- ## Unreleased
10+ ## 6.4.0 (2026-02-04)
1111
1212- Bump snforge to v0.56.0 (#1648 )
1313
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.3 .0"
16+ openzeppelin_testing = "6.4 .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.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 )
Original file line number Diff line number Diff line change 11[package ]
22name = " openzeppelin_testing"
3- version = " 6.3 .0"
3+ version = " 6.4 .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.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"
1717repository.workspace = true
1818license-file.workspace = true
1919
Original file line number Diff line number Diff line change 22
33Fully 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
Original file line number Diff line number Diff line change 22
33Fully 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
You can’t perform that action at this time.
0 commit comments