Skip to content

Commit

Permalink
Bump core-cairo API version
Browse files Browse the repository at this point in the history
  • Loading branch information
ericglau committed Dec 1, 2023
1 parent fac244b commit 159ce80
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/core-cairo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## Unreleased

- **Breaking changes**:
- Use Cairo 1+ and OpenZeppelin Contracts for Cairo v0.8.0.
- Remove functions for `getInitialSupply` and `toUint256`.
- Remove ERC1155.
- Role-Based Access Control adds separate constructor arguments to assign different users for different roles.

## 0.6.0 (2023-01-11)

- Add ERC1155. ([#167](https://github.com/OpenZeppelin/contracts-wizard/pull/167))
Expand Down
2 changes: 1 addition & 1 deletion packages/core-cairo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openzeppelin/wizard-cairo",
"version": "0.6.0",
"version": "0.7.0",
"description": "A boilerplate generator to get started with OpenZeppelin Contracts for Cairo",
"license": "MIT",
"repository": "github:OpenZeppelin/contracts-wizard",
Expand Down

0 comments on commit 159ce80

Please sign in to comment.