Skip to content

Commit

Permalink
chore: release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
talalashraf authored Jan 23, 2025
1 parent a20b6ab commit 7e4ba30
Show file tree
Hide file tree
Showing 18 changed files with 108 additions and 23 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

14 changes: 7 additions & 7 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.0", path = "contracts/stellar-axelar-gas-service" }
stellar-axelar-gateway = { version = "^0.2.0", path = "contracts/stellar-axelar-gateway" }
stellar-axelar-operators = { version = "^0.2.0", path = "contracts/stellar-axelar-operators" }
stellar-axelar-std = { version = "^0.2.0", path = "packages/stellar-axelar-std", features = ["derive"] }
stellar-axelar-std-derive = { version = "^0.2.0", path = "packages/stellar-axelar-std-derive" }
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-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.0", path = "contracts/stellar-interchain-token" }
stellar-interchain-token-service = { version = "^0.2.0", path = "contracts/stellar-interchain-token-service" }
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" }

[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.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

- Update description for packages ([#196](https://github.com/axelarnetwork/axelar-cgp-stellar/pull/196)) - ([a20b6ab](https://github.com/axelarnetwork/axelar-cgp-stellar/commit/a20b6ab2633b3ca407c440b9ce35ff0071384638))

### Contributors

* @ahramy

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

### 🚜 Refactor
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.0"
version = "0.2.1"
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.1](https://github.com/axelarnetwork/axelar-cgp-stellar/compare/stellar-axelar-gateway-v0.2.0...stellar-axelar-gateway-v0.2.1)

### ⚙️ Miscellaneous Tasks

- Update description for packages ([#196](https://github.com/axelarnetwork/axelar-cgp-stellar/pull/196)) - ([a20b6ab](https://github.com/axelarnetwork/axelar-cgp-stellar/commit/a20b6ab2633b3ca407c440b9ce35ff0071384638))

### Contributors

* @ahramy

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

### 🚜 Refactor
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.0"
version = "0.2.1"
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.1](https://github.com/axelarnetwork/axelar-cgp-stellar/compare/stellar-axelar-operators-v0.2.0...stellar-axelar-operators-v0.2.1)

### ⚙️ Miscellaneous Tasks

- Update description for packages ([#196](https://github.com/axelarnetwork/axelar-cgp-stellar/pull/196)) - ([a20b6ab](https://github.com/axelarnetwork/axelar-cgp-stellar/commit/a20b6ab2633b3ca407c440b9ce35ff0071384638))

### Contributors

* @ahramy

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

### 🚜 Refactor
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.0"
version = "0.2.1"
edition = { workspace = true }
description = "Contract related to Stellar Axelar Operators."
license = { workspace = true }
Expand Down
10 changes: 10 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,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [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

- Update description for packages ([#196](https://github.com/axelarnetwork/axelar-cgp-stellar/pull/196)) - ([a20b6ab](https://github.com/axelarnetwork/axelar-cgp-stellar/commit/a20b6ab2633b3ca407c440b9ce35ff0071384638))

### Contributors

* @ahramy

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

### 🚜 Refactor
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.0"
version = "0.2.1"
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.1](https://github.com/axelarnetwork/axelar-cgp-stellar/compare/stellar-interchain-token-v0.2.0...stellar-interchain-token-v0.2.1)

### ⚙️ Miscellaneous Tasks

- Update description for packages ([#196](https://github.com/axelarnetwork/axelar-cgp-stellar/pull/196)) - ([a20b6ab](https://github.com/axelarnetwork/axelar-cgp-stellar/commit/a20b6ab2633b3ca407c440b9ce35ff0071384638))

### Contributors

* @ahramy

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

### 🚜 Refactor
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.0"
version = "0.2.1"
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.1](https://github.com/axelarnetwork/axelar-cgp-stellar/compare/stellar-upgrader-v0.2.0...stellar-upgrader-v0.2.1)

### ⚙️ Miscellaneous Tasks

- Update description for packages ([#196](https://github.com/axelarnetwork/axelar-cgp-stellar/pull/196)) - ([a20b6ab](https://github.com/axelarnetwork/axelar-cgp-stellar/commit/a20b6ab2633b3ca407c440b9ce35ff0071384638))

### Contributors

* @ahramy

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

### 🚜 Refactor
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.0"
version = "0.2.1"
edition = { workspace = true }
description = "Contract related to Stellar Upgrader."
license = { workspace = true }
Expand Down
15 changes: 15 additions & 0 deletions packages/stellar-axelar-std-derive/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.1](https://github.com/axelarnetwork/axelar-cgp-stellar/compare/stellar-axelar-std-derive-v0.2.0...stellar-axelar-std-derive-v0.2.1)

### 🐛 Bug Fixes

- *(axelar-std)* Feature gate exported interfaces ([#192](https://github.com/axelarnetwork/axelar-cgp-stellar/pull/192)) - ([f8e469a](https://github.com/axelarnetwork/axelar-cgp-stellar/commit/f8e469a2cad2fea2f0e9aa8b2321329d0a1c560d))

### ⚙️ Miscellaneous Tasks

- Update description for packages ([#196](https://github.com/axelarnetwork/axelar-cgp-stellar/pull/196)) - ([a20b6ab](https://github.com/axelarnetwork/axelar-cgp-stellar/commit/a20b6ab2633b3ca407c440b9ce35ff0071384638))

### Contributors

* @ahramy
* @milapsheth

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

### 🚜 Refactor
Expand Down
2 changes: 1 addition & 1 deletion packages/stellar-axelar-std-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stellar-axelar-std-derive"
version = "0.2.0"
version = "0.2.1"
edition = { workspace = true }
description = "Proc macros for Stellar Axelar contracts."
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.1](https://github.com/axelarnetwork/axelar-cgp-stellar/compare/stellar-axelar-std-v0.2.0...stellar-axelar-std-v0.2.1)

### ⚙️ Miscellaneous Tasks

- Update description for packages ([#196](https://github.com/axelarnetwork/axelar-cgp-stellar/pull/196)) - ([a20b6ab](https://github.com/axelarnetwork/axelar-cgp-stellar/commit/a20b6ab2633b3ca407c440b9ce35ff0071384638))

### Contributors

* @ahramy

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

### 🚜 Refactor
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.0"
version = "0.2.1"
edition = { workspace = true }
description = "Contract related to Stellar Axelar Std."
license = { workspace = true }
Expand Down

0 comments on commit 7e4ba30

Please sign in to comment.