Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
MakMuftic committed Apr 22, 2024
1 parent 5bb313b commit d3ae7d8
Show file tree
Hide file tree
Showing 23 changed files with 126 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"access-segregator":"0.2.0","basic-fee-handler":"0.3.0","bridge":"0.3.0","fee-handler-router":"0.3.0","rpc":"0.2.1","runtime-api":"0.2.1","traits":"0.2.0","substrate-node/node":"4.0.3-dev","substrate-node/runtime":"4.0.3-dev"}
{"access-segregator":"0.3.0","basic-fee-handler":"0.4.0","bridge":"0.4.0","fee-handler-router":"0.4.0","rpc":"0.3.0","runtime-api":"0.3.0","traits":"0.3.0","substrate-node/node":"4.0.3-dev","substrate-node/runtime":"4.0.3-dev","substrate-node/parachain/node":"4.0.4-dev","substrate-node/parachain/runtime":"4.0.4-dev","substrate-node/standalone/node":"4.0.4-dev","substrate-node/standalone/runtime":"4.0.4-dev","bridge-forwarder":"0.3.1","percentage-fee-handler":"0.3.1","xcm-bridge":"0.3.1"}
28 changes: 14 additions & 14 deletions Cargo.lock

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

12 changes: 12 additions & 0 deletions access-segregator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.3.0](https://github.com/sygmaprotocol/sygma-substrate-pallets/compare/sygma-access-segregator-v0.2.0...sygma-access-segregator-v0.3.0) (2024-04-22)


### Features

* Add pause/unpause all bridges extrinsics ([#124](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/124)) ([c0aaeda](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/c0aaeda7b7eb1628b99360305c3e9c85e6b5a6b2))
* standalone runtime and parachain runtime ([#148](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/148)) ([0a67e27](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/0a67e27cc2467777432cd61fd10c14491023c35e))
* Upgrade to polkadot v0.9.43 ([#111](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/111)) ([1d7fc5a](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/1d7fc5afe34d50168823bef92e610ea50ed9bdd4))
* Upgrade to polkadot v1.0.0 ([#125](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/125)) ([f334bfe](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/f334bfee2f4ef61755d4d6c37d749db7c319c366))
* Upgrade to polkadot v1.1.0 ([#131](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/131)) ([c6c923e](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/c6c923e697511bacbdaa7c6ae812b453b2158292))
* Upgrade to polkadot v1.2.0 ([#132](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/132)) ([3ff60b9](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/3ff60b9f833ba6769825cfa74eddb5776619fc26))

## [0.2.0](https://github.com/sygmaprotocol/sygma-substrate-pallets/compare/sygma-access-segregator-v0.1.0...sygma-access-segregator-v0.2.0) (2023-05-11)


Expand Down
2 changes: 1 addition & 1 deletion access-segregator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sygma-access-segregator"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
license = "LGPL-3.0"

Expand Down
12 changes: 12 additions & 0 deletions basic-fee-handler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.4.0](https://github.com/sygmaprotocol/sygma-substrate-pallets/compare/sygma-basic-feehandler-v0.3.0...sygma-basic-feehandler-v0.4.0) (2024-04-22)


### Features

* Add percentage fee handler pallet ([#118](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/118)) ([da8445c](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/da8445c508e25b014a9c06ae30f48fa1151084a8))
* standalone runtime and parachain runtime ([#148](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/148)) ([0a67e27](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/0a67e27cc2467777432cd61fd10c14491023c35e))
* Upgrade to polkadot v0.9.43 ([#111](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/111)) ([1d7fc5a](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/1d7fc5afe34d50168823bef92e610ea50ed9bdd4))
* Upgrade to polkadot v1.0.0 ([#125](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/125)) ([f334bfe](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/f334bfee2f4ef61755d4d6c37d749db7c319c366))
* Upgrade to polkadot v1.1.0 ([#131](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/131)) ([c6c923e](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/c6c923e697511bacbdaa7c6ae812b453b2158292))
* Upgrade to polkadot v1.2.0 ([#132](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/132)) ([3ff60b9](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/3ff60b9f833ba6769825cfa74eddb5776619fc26))

## [0.3.0](https://github.com/sygmaprotocol/sygma-substrate-pallets/compare/sygma-basic-feehandler-v0.2.0...sygma-basic-feehandler-v0.3.0) (2023-05-24)


Expand Down
2 changes: 1 addition & 1 deletion basic-fee-handler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sygma-basic-feehandler"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
license = "LGPL-3.0"

Expand Down
2 changes: 1 addition & 1 deletion bridge-forwarder/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sygma-bridge-forwarder"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
license = "LGPL-3.0"

Expand Down
21 changes: 21 additions & 0 deletions bridge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [0.4.0](https://github.com/sygmaprotocol/sygma-substrate-pallets/compare/sygma-bridge-v0.3.0...sygma-bridge-v0.4.0) (2024-04-22)


### Features

* Add % fee lower and upper bound ([#121](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/121)) ([f436516](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/f4365164f978706bd8e6b35c811cb31ef5a5885b))
* Add AssetTransactor implementation with XCM ([#145](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/145)) ([9dd2b53](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/9dd2b533cf37c5bf4de9d6ff44f0e45bb72507b0))
* Add pause/unpause all bridges extrinsics ([#124](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/124)) ([c0aaeda](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/c0aaeda7b7eb1628b99360305c3e9c85e6b5a6b2))
* Add percentage fee handler pallet ([#118](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/118)) ([da8445c](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/da8445c508e25b014a9c06ae30f48fa1151084a8))
* Multiple liquidity holder accounts support ([#126](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/126)) ([af17077](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/af17077a5797461609a088920f1750ecc25e0501))
* standalone runtime and parachain runtime ([#148](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/148)) ([0a67e27](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/0a67e27cc2467777432cd61fd10c14491023c35e))
* Upgrade to polkadot v0.9.43 ([#111](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/111)) ([1d7fc5a](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/1d7fc5afe34d50168823bef92e610ea50ed9bdd4))
* Upgrade to polkadot v1.0.0 ([#125](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/125)) ([f334bfe](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/f334bfee2f4ef61755d4d6c37d749db7c319c366))
* Upgrade to polkadot v1.1.0 ([#131](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/131)) ([c6c923e](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/c6c923e697511bacbdaa7c6ae812b453b2158292))
* Upgrade to polkadot v1.2.0 ([#132](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/132)) ([3ff60b9](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/3ff60b9f833ba6769825cfa74eddb5776619fc26))


### Bug Fixes

* Fix overflow and unexpected behavior of deposit nonce set/get ([#127](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/127)) ([814307b](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/814307b16343d7c5b73c7f46f818c8d917e233d0))

## [0.3.0](https://github.com/sygmaprotocol/sygma-substrate-pallets/compare/sygma-bridge-v0.2.0...sygma-bridge-v0.3.0) (2023-05-24)


Expand Down
2 changes: 1 addition & 1 deletion bridge/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sygma-bridge"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
license = "LGPL-3.0"

Expand Down
18 changes: 18 additions & 0 deletions fee-handler-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.4.0](https://github.com/sygmaprotocol/sygma-substrate-pallets/compare/sygma-fee-handler-router-v0.3.0...sygma-fee-handler-router-v0.4.0) (2024-04-22)


### Features

* Add pause/unpause all bridges extrinsics ([#124](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/124)) ([c0aaeda](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/c0aaeda7b7eb1628b99360305c3e9c85e6b5a6b2))
* Add percentage fee handler pallet ([#118](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/118)) ([da8445c](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/da8445c508e25b014a9c06ae30f48fa1151084a8))
* standalone runtime and parachain runtime ([#148](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/148)) ([0a67e27](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/0a67e27cc2467777432cd61fd10c14491023c35e))
* Upgrade to polkadot v0.9.43 ([#111](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/111)) ([1d7fc5a](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/1d7fc5afe34d50168823bef92e610ea50ed9bdd4))
* Upgrade to polkadot v1.0.0 ([#125](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/125)) ([f334bfe](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/f334bfee2f4ef61755d4d6c37d749db7c319c366))
* Upgrade to polkadot v1.1.0 ([#131](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/131)) ([c6c923e](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/c6c923e697511bacbdaa7c6ae812b453b2158292))
* Upgrade to polkadot v1.2.0 ([#132](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/132)) ([3ff60b9](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/3ff60b9f833ba6769825cfa74eddb5776619fc26))


### Bug Fixes

* fix the e2e setup script ([#107](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/107)) ([458112e](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/458112e81519b801bbb9e5d4342de81a03578da3))

## [0.3.0](https://github.com/sygmaprotocol/sygma-substrate-pallets/compare/sygma-fee-handler-router-v0.2.0...sygma-fee-handler-router-v0.3.0) (2023-05-24)


Expand Down
2 changes: 1 addition & 1 deletion fee-handler-router/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sygma-fee-handler-router"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
license = "LGPL-3.0"

Expand Down
2 changes: 1 addition & 1 deletion percentage-fee-handler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sygma-percentage-feehandler"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
license = "LGPL-3.0"

Expand Down
10 changes: 10 additions & 0 deletions rpc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@



## [0.3.0](https://github.com/sygmaprotocol/sygma-substrate-pallets/compare/sygma-rpc-v0.2.1...sygma-rpc-v0.3.0) (2024-04-22)


### Features

* Upgrade to polkadot v0.9.43 ([#111](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/111)) ([1d7fc5a](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/1d7fc5afe34d50168823bef92e610ea50ed9bdd4))
* Upgrade to polkadot v1.0.0 ([#125](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/125)) ([f334bfe](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/f334bfee2f4ef61755d4d6c37d749db7c319c366))
* Upgrade to polkadot v1.1.0 ([#131](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/131)) ([c6c923e](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/c6c923e697511bacbdaa7c6ae812b453b2158292))
* Upgrade to polkadot v1.2.0 ([#132](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/132)) ([3ff60b9](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/3ff60b9f833ba6769825cfa74eddb5776619fc26))

## [0.2.0](https://github.com/sygmaprotocol/sygma-substrate-pallets/compare/sygma-rpc-v0.1.0...sygma-rpc-v0.2.0) (2023-05-11)


Expand Down
2 changes: 1 addition & 1 deletion rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sygma-rpc"
version = "0.2.1"
version = "0.3.0"
edition = "2021"
license = "LGPL-3.0"

Expand Down
10 changes: 10 additions & 0 deletions runtime-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@



## [0.3.0](https://github.com/sygmaprotocol/sygma-substrate-pallets/compare/sygma-runtime-api-v0.2.1...sygma-runtime-api-v0.3.0) (2024-04-22)


### Features

* Upgrade to polkadot v0.9.43 ([#111](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/111)) ([1d7fc5a](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/1d7fc5afe34d50168823bef92e610ea50ed9bdd4))
* Upgrade to polkadot v1.0.0 ([#125](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/125)) ([f334bfe](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/f334bfee2f4ef61755d4d6c37d749db7c319c366))
* Upgrade to polkadot v1.1.0 ([#131](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/131)) ([c6c923e](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/c6c923e697511bacbdaa7c6ae812b453b2158292))
* Upgrade to polkadot v1.2.0 ([#132](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/132)) ([3ff60b9](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/3ff60b9f833ba6769825cfa74eddb5776619fc26))

## [0.2.0](https://github.com/sygmaprotocol/sygma-substrate-pallets/compare/sygma-runtime-api-v0.1.0...sygma-runtime-api-v0.2.0) (2023-05-11)


Expand Down
2 changes: 1 addition & 1 deletion runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sygma-runtime-api"
version = "0.2.1"
version = "0.3.0"
edition = "2021"
license = "LGPL-3.0"

Expand Down
4 changes: 2 additions & 2 deletions substrate-node/parachain/node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "parachain-node-template"
version = "4.0.3-dev"
version = "4.0.4-dev"
description = "A fresh FRAME-based Substrate node, ready for hacking."
authors = ["Substrate DevHub <https://github.com/substrate-developer-hub>"]
homepage = "https://substrate.io/"
Expand Down Expand Up @@ -84,7 +84,7 @@ frame-benchmarking = { version = "4.0.0-dev", git = "https://github.com/parityte
frame-benchmarking-cli = { version = "4.0.0-dev", git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.2.0" }

# Local Dependencies
parachain-template-runtime = { version = "4.0.3-dev", path = "../runtime" }
parachain-template-runtime = { version = "4.0.4-dev", path = "../runtime" }
sygma-rpc = { path = "../../../rpc", default-features = false }
sygma-runtime-api = { path = "../../../runtime-api", default-features = false }

Expand Down
2 changes: 1 addition & 1 deletion substrate-node/parachain/runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "parachain-template-runtime"
version = "4.0.3-dev"
version = "4.0.4-dev"
authors = ["Substrate DevHub <https://github.com/substrate-developer-hub>"]
description = "A new Cumulus FRAME-based Substrate Runtime, ready for hacking together a parachain."
license = "LGPL-3.0"
Expand Down
4 changes: 2 additions & 2 deletions substrate-node/standalone/node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "standalone-node-template"
version = "4.0.3-dev"
version = "4.0.4-dev"
description = "A fresh FRAME-based Substrate node, ready for hacking."
authors = ["Substrate DevHub <https://github.com/substrate-developer-hub>"]
homepage = "https://substrate.io/"
Expand Down Expand Up @@ -63,7 +63,7 @@ frame-benchmarking = { version = "4.0.0-dev", git = "https://github.com/parityte
frame-benchmarking-cli = { version = "4.0.0-dev", git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.2.0" }

# Local Dependencies
standalone-template-runtime = { version = "4.0.3-dev", path = "../runtime" }
standalone-template-runtime = { version = "4.0.4-dev", path = "../runtime" }
sygma-rpc = { path = "../../../rpc", default-features = false }
sygma-runtime-api = { path = "../../../runtime-api", default-features = false }

Expand Down
2 changes: 1 addition & 1 deletion substrate-node/standalone/runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "standalone-template-runtime"
version = "4.0.3-dev"
version = "4.0.4-dev"
description = "A fresh FRAME-based Substrate node, ready for hacking."
authors = ["Substrate DevHub <https://github.com/substrate-developer-hub>"]
homepage = "https://substrate.io/"
Expand Down
12 changes: 12 additions & 0 deletions traits/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.3.0](https://github.com/sygmaprotocol/sygma-substrate-pallets/compare/sygma-traits-v0.2.0...sygma-traits-v0.3.0) (2024-04-22)


### Features

* Add AssetTransactor implementation with XCM ([#145](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/145)) ([9dd2b53](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/9dd2b533cf37c5bf4de9d6ff44f0e45bb72507b0))
* Add percentage fee handler pallet ([#118](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/118)) ([da8445c](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/da8445c508e25b014a9c06ae30f48fa1151084a8))
* Upgrade to polkadot v0.9.43 ([#111](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/111)) ([1d7fc5a](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/1d7fc5afe34d50168823bef92e610ea50ed9bdd4))
* Upgrade to polkadot v1.0.0 ([#125](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/125)) ([f334bfe](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/f334bfee2f4ef61755d4d6c37d749db7c319c366))
* Upgrade to polkadot v1.1.0 ([#131](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/131)) ([c6c923e](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/c6c923e697511bacbdaa7c6ae812b453b2158292))
* Upgrade to polkadot v1.2.0 ([#132](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/132)) ([3ff60b9](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/3ff60b9f833ba6769825cfa74eddb5776619fc26))

## [0.2.0](https://github.com/sygmaprotocol/sygma-substrate-pallets/compare/sygma-traits-v0.1.0...sygma-traits-v0.2.0) (2023-05-11)


Expand Down
2 changes: 1 addition & 1 deletion traits/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sygma-traits"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
license = "LGPL-3.0"

Expand Down
2 changes: 1 addition & 1 deletion xcm-bridge/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sygma-xcm-bridge"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
license = "LGPL-3.0"

Expand Down

0 comments on commit d3ae7d8

Please sign in to comment.