Skip to content

Commit 01c04a9

Browse files
committed
Bumps version to 2.5.3.
1 parent cae5f2b commit 01c04a9

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [2.5.3] - 2024-03-19
9+
10+
### Changed
11+
12+
- Token Attributes: Refactor on token attributes to reuse code and allow multiple collections and tokenIds on setters and getters.
13+
- Token Attributes: Orders all methods by group and then alphabetically.
14+
- Token Attributes: Includes methods for signed integers.
15+
- Token Attributes: Improves tests and fixes emit assertions.
16+
- Token Attributes: Renames Issuer for Owner in token attributes.
17+
- Token Attributes: Renames methods to set and get collection attributes metadata to make it explicit they are per collection. Adds full test coverage for token attributes.
18+
- Token Attributes: Updates interfaceId.
19+
20+
821
## [2.5.2] - 2024-03-08
922

1023
### Changed

contracts/RMRK/core/RMRKCore.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pragma solidity ^0.8.21;
99
* @dev This is currently just a passthrough contract which allows for granular editing of base-level ERC721 functions.
1010
*/
1111
contract RMRKCore {
12-
string private constant _VERSION = "2.5.2";
12+
string private constant _VERSION = "2.5.3";
1313
bytes4 private constant _RMRK_INTERFACE = 0x524D524B; // "RMRK" in ASCII hex
1414

1515
/**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rmrk-team/evm-contracts",
3-
"version": "2.5.2",
3+
"version": "2.5.3",
44
"license": "Apache-2.0",
55
"files": [
66
"contracts/RMRK/*",

0 commit comments

Comments
 (0)