Skip to content

Commit

Permalink
Version 2.1.0 (chiru-labs#71)
Browse files Browse the repository at this point in the history
* Version 2.1.0

* Update roadmap
  • Loading branch information
cygaar authored Feb 4, 2022
1 parent d45e03d commit d94b4f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,9 @@ contract Azuki is ERC721A {

- [] Add burn function
- [] Add flexibility for the first token id to not start at 0
- [] Move `_setOwnersExplicit` to an extension
- [] Support ERC721 Upgradeable
- [] Add more documentation on benefits of using ERC721A
- [] Increase test coverage
- [] Add CI pipeline

See the [open issues](https://github.com/chiru-labs/ERC721A/issues) for a full list of proposed features (and known issues).

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "erc721a",
"version": "2.0.0",
"version": "2.1.0",
"description": "ERC721A contract for Solidity",
"files": [
"/contracts/**/*.sol",
Expand Down

0 comments on commit d94b4f1

Please sign in to comment.