Skip to content

Commit 1fc4cb2

Browse files
authored
chore: bump version to v1.3.0 (#227)
1 parent 651c851 commit 1fc4cb2

File tree

43 files changed

+91
-85
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+91
-85
lines changed

Cargo.lock

+40-40
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.0
1+
1.3.0

changelog.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ This changelog is based on [Keep A Changelog](https://keepachangelog.com/en/1.1.
66

77
## Changed
88

9+
## Removed
10+
11+
## Fixed
12+
13+
## Added
14+
15+
# v1.3.0
16+
17+
## Changed
18+
919
* Added 'deregister' command to partner-chains-cli.
1020
* Made `MainChainScripts` in the native token pallet optional. If they are not set, the inherent data
1121
provider will not query the main chain state or produce inherent data at all.
@@ -29,10 +39,6 @@ on how to create these new data sources see `node/src/main_chain_follower.rs` fi
2939
* Bumped `partner-chains-smart-contracts` version to v6.2.2
3040
* Added d-parameter and permissioned-candidates transaction building (not wired in)
3141

32-
## Removed
33-
34-
## Fixed
35-
3642
## Added
3743
* Added `new_if_pallet_present` factory for the native token inherent data provider,
3844
allowing to selectively query main chain state based on runtime version

cli/commands/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cli-commands"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)