Skip to content

Commit

Permalink
chore: release v0.2.2 (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
talalashraf authored Jan 23, 2025
1 parent d68aa73 commit 6fe9611
Show file tree
Hide file tree
Showing 16 changed files with 95 additions and 20 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ proc-macro2 = { version = "1.0", default-features = false }
rand = { version = "0.8.5", default-features = false }
soroban-sdk = { version = "22.0.5" }
soroban-token-sdk = { version = "22.0.5" }
stellar-axelar-gas-service = { version = "^0.2.1", path = "contracts/stellar-axelar-gas-service" }
stellar-axelar-gateway = { version = "^0.2.1", path = "contracts/stellar-axelar-gateway" }
stellar-axelar-operators = { version = "^0.2.1", path = "contracts/stellar-axelar-operators" }
stellar-axelar-std = { version = "^0.2.1", path = "packages/stellar-axelar-std", features = ["derive"] }
stellar-axelar-gas-service = { version = "^0.2.2", path = "contracts/stellar-axelar-gas-service" }
stellar-axelar-gateway = { version = "^0.2.2", path = "contracts/stellar-axelar-gateway" }
stellar-axelar-operators = { version = "^0.2.2", path = "contracts/stellar-axelar-operators" }
stellar-axelar-std = { version = "^0.2.2", path = "packages/stellar-axelar-std", features = ["derive"] }
stellar-axelar-std-derive = { version = "^0.2.1", path = "packages/stellar-axelar-std-derive" }
stellar-example = { version = "^0.1.0", path = "contracts/stellar-example" }
stellar-interchain-token = { version = "^0.2.1", path = "contracts/stellar-interchain-token" }
stellar-interchain-token-service = { version = "^0.2.1", path = "contracts/stellar-interchain-token-service" }
stellar-interchain-token = { version = "^0.2.2", path = "contracts/stellar-interchain-token" }
stellar-interchain-token-service = { version = "^0.2.2", path = "contracts/stellar-interchain-token-service" }

[workspace.lints.clippy]
nursery = { level = "warn", priority = -1 }
Expand Down
10 changes: 10 additions & 0 deletions contracts/stellar-axelar-gas-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.2](https://github.com/axelarnetwork/axelar-cgp-stellar/compare/stellar-axelar-gas-service-v0.2.1...stellar-axelar-gas-service-v0.2.2)

### 🚜 Refactor

- Move test modules into lib.rs ([#199](https://github.com/axelarnetwork/axelar-cgp-stellar/pull/199)) - ([51a638a](https://github.com/axelarnetwork/axelar-cgp-stellar/commit/51a638a52bdaebc4928aab9e191b28a90e73f338))

### Contributors

* @AttissNgo

## [0.2.1](https://github.com/axelarnetwork/axelar-cgp-stellar/compare/stellar-axelar-gas-service-v0.2.0...stellar-axelar-gas-service-v0.2.1)

### ⚙️ Miscellaneous Tasks
Expand Down
2 changes: 1 addition & 1 deletion contracts/stellar-axelar-gas-service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stellar-axelar-gas-service"
version = "0.2.1"
version = "0.2.2"
edition = { workspace = true }
description = "Contract related to Stellar Axelar Gas Service."
license = { workspace = true }
Expand Down
10 changes: 10 additions & 0 deletions contracts/stellar-axelar-gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.2](https://github.com/axelarnetwork/axelar-cgp-stellar/compare/stellar-axelar-gateway-v0.2.1...stellar-axelar-gateway-v0.2.2)

### 🚜 Refactor

- Move test modules into lib.rs ([#199](https://github.com/axelarnetwork/axelar-cgp-stellar/pull/199)) - ([51a638a](https://github.com/axelarnetwork/axelar-cgp-stellar/commit/51a638a52bdaebc4928aab9e191b28a90e73f338))

### Contributors

* @AttissNgo

## [0.2.1](https://github.com/axelarnetwork/axelar-cgp-stellar/compare/stellar-axelar-gateway-v0.2.0...stellar-axelar-gateway-v0.2.1)

### ⚙️ Miscellaneous Tasks
Expand Down
2 changes: 1 addition & 1 deletion contracts/stellar-axelar-gateway/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stellar-axelar-gateway"
version = "0.2.1"
version = "0.2.2"
edition = { workspace = true }
description = "Contract related to Stellar Axelar Gateway."
license = { workspace = true }
Expand Down
10 changes: 10 additions & 0 deletions contracts/stellar-axelar-operators/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.2](https://github.com/axelarnetwork/axelar-cgp-stellar/compare/stellar-axelar-operators-v0.2.1...stellar-axelar-operators-v0.2.2)

### 🚜 Refactor

- Move test modules into lib.rs ([#199](https://github.com/axelarnetwork/axelar-cgp-stellar/pull/199)) - ([51a638a](https://github.com/axelarnetwork/axelar-cgp-stellar/commit/51a638a52bdaebc4928aab9e191b28a90e73f338))

### Contributors

* @AttissNgo

## [0.2.1](https://github.com/axelarnetwork/axelar-cgp-stellar/compare/stellar-axelar-operators-v0.2.0...stellar-axelar-operators-v0.2.1)

### ⚙️ Miscellaneous Tasks
Expand Down
2 changes: 1 addition & 1 deletion contracts/stellar-axelar-operators/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stellar-axelar-operators"
version = "0.2.1"
version = "0.2.2"
edition = { workspace = true }
description = "Contract related to Stellar Axelar Operators."
license = { workspace = true }
Expand Down
15 changes: 15 additions & 0 deletions contracts/stellar-interchain-token-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.2](https://github.com/axelarnetwork/axelar-cgp-stellar/compare/stellar-interchain-token-service-v0.2.1...stellar-interchain-token-service-v0.2.2)

### 🚜 Refactor

- Move test modules into lib.rs ([#199](https://github.com/axelarnetwork/axelar-cgp-stellar/pull/199)) - ([51a638a](https://github.com/axelarnetwork/axelar-cgp-stellar/commit/51a638a52bdaebc4928aab9e191b28a90e73f338))

### ⚙️ Miscellaneous Tasks

- *(its)* Remove unused IntoVal imports ([#200](https://github.com/axelarnetwork/axelar-cgp-stellar/pull/200)) - ([d68aa73](https://github.com/axelarnetwork/axelar-cgp-stellar/commit/d68aa730fb3f44e559387001a6ebe528fe087666))

### Contributors

* @nbayindirli
* @AttissNgo

## [0.2.1](https://github.com/axelarnetwork/axelar-cgp-stellar/compare/stellar-interchain-token-service-v0.2.0...stellar-interchain-token-service-v0.2.1)

### ⚙️ Miscellaneous Tasks
Expand Down
2 changes: 1 addition & 1 deletion contracts/stellar-interchain-token-service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stellar-interchain-token-service"
version = "0.2.1"
version = "0.2.2"
edition = { workspace = true }
description = "Contract related to Stellar Interchain Token Service."
license = { workspace = true }
Expand Down
10 changes: 10 additions & 0 deletions contracts/stellar-interchain-token/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.2](https://github.com/axelarnetwork/axelar-cgp-stellar/compare/stellar-interchain-token-v0.2.1...stellar-interchain-token-v0.2.2)

### 🚜 Refactor

- Move test modules into lib.rs ([#199](https://github.com/axelarnetwork/axelar-cgp-stellar/pull/199)) - ([51a638a](https://github.com/axelarnetwork/axelar-cgp-stellar/commit/51a638a52bdaebc4928aab9e191b28a90e73f338))

### Contributors

* @AttissNgo

## [0.2.1](https://github.com/axelarnetwork/axelar-cgp-stellar/compare/stellar-interchain-token-v0.2.0...stellar-interchain-token-v0.2.1)

### ⚙️ Miscellaneous Tasks
Expand Down
2 changes: 1 addition & 1 deletion contracts/stellar-interchain-token/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stellar-interchain-token"
version = "0.2.1"
version = "0.2.2"
edition = { workspace = true }
description = "Contract related to Stellar Interchain Token."
license = { workspace = true }
Expand Down
10 changes: 10 additions & 0 deletions contracts/stellar-upgrader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.2](https://github.com/axelarnetwork/axelar-cgp-stellar/compare/stellar-upgrader-v0.2.1...stellar-upgrader-v0.2.2)

### 🚜 Refactor

- Move test modules into lib.rs ([#199](https://github.com/axelarnetwork/axelar-cgp-stellar/pull/199)) - ([51a638a](https://github.com/axelarnetwork/axelar-cgp-stellar/commit/51a638a52bdaebc4928aab9e191b28a90e73f338))

### Contributors

* @AttissNgo

## [0.2.1](https://github.com/axelarnetwork/axelar-cgp-stellar/compare/stellar-upgrader-v0.2.0...stellar-upgrader-v0.2.1)

### ⚙️ Miscellaneous Tasks
Expand Down
2 changes: 1 addition & 1 deletion contracts/stellar-upgrader/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stellar-upgrader"
version = "0.2.1"
version = "0.2.2"
edition = { workspace = true }
description = "Contract related to Stellar Upgrader."
license = { workspace = true }
Expand Down
10 changes: 10 additions & 0 deletions packages/stellar-axelar-std/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.2](https://github.com/axelarnetwork/axelar-cgp-stellar/compare/stellar-axelar-std-v0.2.1...stellar-axelar-std-v0.2.2)

### 🚜 Refactor

- Move test modules into lib.rs ([#199](https://github.com/axelarnetwork/axelar-cgp-stellar/pull/199)) - ([51a638a](https://github.com/axelarnetwork/axelar-cgp-stellar/commit/51a638a52bdaebc4928aab9e191b28a90e73f338))

### Contributors

* @AttissNgo

## [0.2.1](https://github.com/axelarnetwork/axelar-cgp-stellar/compare/stellar-axelar-std-v0.2.0...stellar-axelar-std-v0.2.1)

### ⚙️ Miscellaneous Tasks
Expand Down
2 changes: 1 addition & 1 deletion packages/stellar-axelar-std/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stellar-axelar-std"
version = "0.2.1"
version = "0.2.2"
edition = { workspace = true }
description = "Contract related to Stellar Axelar Std."
license = { workspace = true }
Expand Down

0 comments on commit 6fe9611

Please sign in to comment.