Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ dependencies = [

[[package]]
name = "openzeppelin_testing"
version = "6.1.0"
version = "6.2.0"
dependencies = [
"snforge_std",
]
Expand Down
2 changes: 2 additions & 0 deletions packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 6.2.0 (2025-12-11)

- Bump snforge to v0.53.0 (#1610)

## 6.1.0 (2025-11-12)
Expand Down
6 changes: 3 additions & 3 deletions packages/testing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ separate dependency in the Scarb.toml file:

```cairo
[dev-dependencies]
openzeppelin_testing = "6.1.0"
openzeppelin_testing = "6.2.0"
```

Then it can be imported into tests:
Expand All @@ -24,5 +24,5 @@ use openzeppelin_testing;

### API documentation

- [Index](https://github.com/OpenZeppelin/cairo-contracts/blob/openzeppelin_testing-v6.1.0/packages/testing/docs/openzeppelin_testing.md)
- [Summary](https://github.com/OpenZeppelin/cairo-contracts/blob/openzeppelin_testing-v6.1.0/packages/testing/docs/SUMMARY.md)
- [Index](https://github.com/OpenZeppelin/cairo-contracts/blob/openzeppelin_testing-v6.2.0/packages/testing/docs/openzeppelin_testing.md)
- [Summary](https://github.com/OpenZeppelin/cairo-contracts/blob/openzeppelin_testing-v6.2.0/packages/testing/docs/SUMMARY.md)
4 changes: 2 additions & 2 deletions packages/testing/Scarb.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openzeppelin_testing"
version = "6.1.0"
version = "6.2.0"
readme = "README.md"
keywords = [
"openzeppelin",
Expand All @@ -13,7 +13,7 @@ cairo-version.workspace = true
scarb-version.workspace = true
authors.workspace = true
description.workspace = true
documentation = "https://github.com/openzeppelin/cairo-contracts/blob/openzeppelin_testing-v6.1.0/packages/testing/docs/openzeppelin_testing.md"
documentation = "https://github.com/openzeppelin/cairo-contracts/blob/openzeppelin_testing-v6.2.0/packages/testing/docs/openzeppelin_testing.md"
repository.workspace = true
license-file.workspace = true

Expand Down
Loading