difftreelog
chore changelog and version
in: master
3 files changed
Cargo.lockdiffbeforeafterboth594459445945[[package]]5945[[package]]5946name = "pallet-fungible"5946name = "pallet-fungible"5947version = "0.1.1"5947version = "0.1.2"5948dependencies = [5948dependencies = [5949 "ethereum",5949 "ethereum",5950 "evm-coder",5950 "evm-coder",pallets/fungible/CHANGELOG.mddiffbeforeafterboth223All notable changes to this project will be documented in this file.3All notable changes to this project will be documented in this file.445## [0.1.2] - 2022-08-0467### Fixed89 - Issue with ItemCreated event containing total supply of tokens instead minted amount105## [0.1.1] - 2022-07-1411## [0.1.1] - 2022-07-146127### Added13### Addedpallets/fungible/Cargo.tomldiffbeforeafterboth1[package]1[package]2name = "pallet-fungible"2name = "pallet-fungible"3version = "0.1.1"3version = "0.1.2"4license = "GPLv3"4license = "GPLv3"5edition = "2021"5edition = "2021"66