Skip to content

Commit

Permalink
chore: bump version to v1.3.0 (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexromanov authored Nov 12, 2024
1 parent 651c851 commit 1fc4cb2
Show file tree
Hide file tree
Showing 43 changed files with 91 additions and 85 deletions.
80 changes: 40 additions & 40 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.3.0
14 changes: 10 additions & 4 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ This changelog is based on [Keep A Changelog](https://keepachangelog.com/en/1.1.

## Changed

## Removed

## Fixed

## Added

# v1.3.0

## Changed

* Added 'deregister' command to partner-chains-cli.
* Made `MainChainScripts` in the native token pallet optional. If they are not set, the inherent data
provider will not query the main chain state or produce inherent data at all.
Expand All @@ -29,10 +39,6 @@ on how to create these new data sources see `node/src/main_chain_follower.rs` fi
* Bumped `partner-chains-smart-contracts` version to v6.2.2
* Added d-parameter and permissioned-candidates transaction building (not wired in)

## Removed

## Fixed

## Added
* Added `new_if_pallet_present` factory for the native token inherent data provider,
allowing to selectively query main chain state based on runtime version
Expand Down
2 changes: 1 addition & 1 deletion cli/commands/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cli-commands"
version = "1.2.0"
version = "1.3.0"
edition = "2021"

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

0 comments on commit 1fc4cb2

Please sign in to comment.