difftreelog
chore update version
in: master
3 files changed
Cargo.lockdiffbeforeafterboth--- a/Cargo.lock
+++ b/Cargo.lock
@@ -6320,7 +6320,7 @@
[[package]]
name = "pallet-refungible"
-version = "0.1.2"
+version = "0.1.3"
dependencies = [
"ethereum",
"evm-coder",
pallets/refungible/CHANGELOG.mddiffbeforeafterboth1# Change Log23All notable changes to this project will be documented in this file.45## [v0.1.2] - 2022-07-1467### Other changes89feat(refungible-pallet): add ERC-20 EVM API for RFT token pieces ([#413](https://github.com/UniqueNetwork/unique-chain/pull/413))10test(refungible-pallet): add tests for ERC-20 EVM API for RFT token pieces ([#413](https://github.com/UniqueNetwork/unique-chain/pull/413))1112## [v0.1.1] - 2022-07-1413### Added14- Support for properties for RFT collections and tokens.1516### Other changes1718- feat: RPC method `token_owners` returning 10 owners in no particular order.1920This was an internal request to improve the web interface and support fractionalization event. 1# Change Log23All notable changes to this project will be documented in this file.45## [v0.1.3] - 2022-07-2767### Other changes89feat(refungible-pallet): ERC-721 EVM API ([#452](https://github.com/UniqueNetwork/unique-chain/pull/452))1011## [v0.1.2] - 2022-07-141213### Other changes1415feat(refungible-pallet): add ERC-20 EVM API for RFT token pieces ([#413](https://github.com/UniqueNetwork/unique-chain/pull/413))16test(refungible-pallet): add tests for ERC-20 EVM API for RFT token pieces ([#413](https://github.com/UniqueNetwork/unique-chain/pull/413))1718## [v0.1.1] - 2022-07-1419### Added20- Support for properties for RFT collections and tokens.2122### Other changes2324- feat: RPC method `token_owners` returning 10 owners in no particular order.2526This was an internal request to improve the web interface and support fractionalization event. pallets/refungible/Cargo.tomldiffbeforeafterboth--- a/pallets/refungible/Cargo.toml
+++ b/pallets/refungible/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "pallet-refungible"
-version = "0.1.2"
+version = "0.1.3"
license = "GPLv3"
edition = "2021"