difftreelog
misk: Fixing chages
in: master
6 files changed
Cargo.lockdiffbeforeafterboth573157315732[[package]]5732[[package]]5733name = "pallet-common"5733name = "pallet-common"5734version = "0.1.2"5734version = "0.1.3"5735dependencies = [5735dependencies = [5736 "ethereum",5736 "ethereum",5737 "evm-coder",5737 "evm-coder",619861986199[[package]]6199[[package]]6200name = "pallet-nonfungible"6200name = "pallet-nonfungible"6201version = "0.1.1"6201version = "0.1.2"6202dependencies = [6202dependencies = [6203 "ethereum",6203 "ethereum",6204 "evm-coder",6204 "evm-coder",663866386639[[package]]6639[[package]]6640name = "pallet-unique"6640name = "pallet-unique"6641version = "0.1.0"6641version = "0.1.1"6642dependencies = [6642dependencies = [6643 "ethereum",6643 "ethereum",6644 "evm-coder",6644 "evm-coder",127371273712738[[package]]12738[[package]]12739name = "up-data-structs"12739name = "up-data-structs"12740version = "0.1.1"12740version = "0.1.2"12741dependencies = [12741dependencies = [12742 "derivative",12742 "derivative",12743 "frame-support",12743 "frame-support",pallets/unique/CHANGELOG.mddiffbeforeafterboth--- /dev/null
+++ b/pallets/unique/CHANGELOG.md
@@ -0,0 +1,9 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+
+## [v0.1.1] - 2022-07-25
+### Added
+- Method for creating `ERC721Metadata` compatible NFT collection.
+- Method for creating `ERC721Metadata` compatible ReFungible collection.
+- Method for creating ReFungible collection.
pallets/unique/Cargo.tomldiffbeforeafterboth--- a/pallets/unique/Cargo.toml
+++ b/pallets/unique/Cargo.toml
@@ -9,7 +9,7 @@
license = 'GPLv3'
name = 'pallet-unique'
repository = 'https://github.com/UniqueNetwork/unique-chain'
-version = '0.1.0'
+version = '0.1.1'
[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
primitives/data-structs/CHANGELOG.mddiffbeforeafterboth--- /dev/null
+++ b/primitives/data-structs/CHANGELOG.md
@@ -0,0 +1,11 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+
+
+## [v0.1.2] - 2022-07-25
+### Added
+- Type aliases `CollectionName`, `CollectionDescription`, `CollectionTokenPrefix`
+## [v0.1.1] - 2022-07-22
+### Added
+- Аields with properties to `CreateReFungibleData` and `CreateRefungibleExData`.
\ No newline at end of file
primitives/data-structs/Cargo.tomldiffbeforeafterboth--- a/primitives/data-structs/Cargo.toml
+++ b/primitives/data-structs/Cargo.toml
@@ -6,7 +6,7 @@
license = 'GPLv3'
homepage = "https://unique.network"
repository = 'https://github.com/UniqueNetwork/unique-chain'
-version = '0.1.1'
+version = '0.1.2'
[dependencies]
scale-info = { version = "2.0.1", default-features = false, features = [
primitives/data-structs/Changelog.mddiffbeforeafterboth--- a/primitives/data-structs/Changelog.md
+++ /dev/null
@@ -1,3 +0,0 @@
-### 0.1.1
----
-* Added fields with properties to `CreateReFungibleData` and `CreateRefungibleExData`.
\ No newline at end of file