Skip to content

Commit

Permalink
chore: release v0.1.1 (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
talalashraf authored Jan 22, 2025
1 parent a8d777e commit dd00776
Show file tree
Hide file tree
Showing 18 changed files with 84 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 @@ -23,13 +23,13 @@ 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.1.0", path = "contracts/axelar-gas-service" }
stellar-axelar-gateway = { version = "^0.1.0", path = "contracts/axelar-gateway" }
stellar-axelar-operators = { version = "^0.1.0", path = "contracts/axelar-operators" }
stellar-axelar-std = { version = "^0.1.0", path = "packages/axelar-std", features = ["derive"] }
stellar-axelar-std-derive = { version = "^0.1.0", path = "packages/axelar-std-derive" }
stellar-interchain-token = { version = "^0.1.0", path = "contracts/interchain-token" }
stellar-interchain-token-service = { version = "^0.1.0", path = "contracts/interchain-token-service" }
stellar-axelar-gas-service = { version = "^0.1.1", path = "contracts/axelar-gas-service" }
stellar-axelar-gateway = { version = "^0.1.1", path = "contracts/axelar-gateway" }
stellar-axelar-operators = { version = "^0.1.1", path = "contracts/axelar-operators" }
stellar-axelar-std = { version = "^0.1.1", path = "packages/axelar-std", features = ["derive"] }
stellar-axelar-std-derive = { version = "^0.1.1", path = "packages/axelar-std-derive" }
stellar-interchain-token = { version = "^0.1.1", path = "contracts/interchain-token" }
stellar-interchain-token-service = { version = "^0.1.1", path = "contracts/interchain-token-service" }

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

## [Unreleased]

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

### ⚙️ Miscellaneous Tasks

- Updated the following local packages: stellar-axelar-std, stellar-axelar-std - ([0000000](https://github.com/axelarnetwork/axelar-cgp-stellar/commit/0000000))

## [0.1.0]

### ⛰️ Features
Expand Down
2 changes: 1 addition & 1 deletion contracts/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.1.0"
version = "0.1.1"
edition = { workspace = true }
description = "Contract related to Axelar Gas Service."
license = "MIT"
Expand Down
6 changes: 6 additions & 0 deletions contracts/axelar-gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

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

### ⚙️ Miscellaneous Tasks

- Updated the following local packages: stellar-axelar-std, stellar-axelar-std - ([0000000](https://github.com/axelarnetwork/axelar-cgp-stellar/commit/0000000))

## [0.1.0]

### ⛰️ Features
Expand Down
2 changes: 1 addition & 1 deletion contracts/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.1.0"
version = "0.1.1"
edition = { workspace = true }
description = "Contract related to Axelar Gateway."
license = "MIT"
Expand Down
6 changes: 6 additions & 0 deletions contracts/axelar-operators/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

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

### ⚙️ Miscellaneous Tasks

- Updated the following local packages: stellar-axelar-std, stellar-axelar-std - ([0000000](https://github.com/axelarnetwork/axelar-cgp-stellar/commit/0000000))

## [0.1.0]

### ⛰️ Features
Expand Down
2 changes: 1 addition & 1 deletion contracts/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.1.0"
version = "0.1.1"
edition = { workspace = true }
description = "Contract related to Axelar Operators."
license = "MIT"
Expand Down
6 changes: 6 additions & 0 deletions contracts/interchain-token-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

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

### ⚙️ Miscellaneous Tasks

- Updated the following local packages: stellar-axelar-std, stellar-axelar-std - ([0000000](https://github.com/axelarnetwork/axelar-cgp-stellar/commit/0000000))

## [0.1.0]

### ⛰️ Features
Expand Down
2 changes: 1 addition & 1 deletion contracts/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.1.0"
version = "0.1.1"
edition = { workspace = true }
description = "Contract related to Interchain Token Service."
license = "MIT"
Expand Down
6 changes: 6 additions & 0 deletions contracts/interchain-token/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

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

### ⚙️ Miscellaneous Tasks

- Updated the following local packages: stellar-axelar-std, stellar-axelar-std - ([0000000](https://github.com/axelarnetwork/axelar-cgp-stellar/commit/0000000))

## [0.1.0]

### ⛰️ Features
Expand Down
2 changes: 1 addition & 1 deletion contracts/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.1.0"
version = "0.1.1"
edition = { workspace = true }
description = "Contract related to Interchain Token."
license = "MIT"
Expand Down
6 changes: 6 additions & 0 deletions contracts/upgrader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

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

### ⚙️ Miscellaneous Tasks

- Updated the following local packages: stellar-axelar-std - ([0000000](https://github.com/axelarnetwork/axelar-cgp-stellar/commit/0000000))

## [0.1.0]

### ⛰️ Features
Expand Down
2 changes: 1 addition & 1 deletion contracts/upgrader/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stellar-upgrader"
version = "0.1.0"
version = "0.1.1"
edition = { workspace = true }
description = "Contract related to Upgrader."
license = "MIT"
Expand Down
15 changes: 15 additions & 0 deletions packages/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.1.1](https://github.com/axelarnetwork/axelar-cgp-stellar/compare/stellar-axelar-std-derive-v0.1.0...stellar-axelar-std-derive-v0.1.1)

### 🧪 Testing

- *(axelar-std)* Add derive macro unit tests ([#170](https://github.com/axelarnetwork/axelar-cgp-stellar/pull/170)) - ([f52dded](https://github.com/axelarnetwork/axelar-cgp-stellar/commit/f52ddede4fef910361a306d47b2f248cd3897923))

### ⚙️ Miscellaneous Tasks

- Update for release ([#179](https://github.com/axelarnetwork/axelar-cgp-stellar/pull/179)) - ([a8d777e](https://github.com/axelarnetwork/axelar-cgp-stellar/commit/a8d777e0465c96ba772eba6fd0c57757aa8b589d))

### Contributors

* @ahramy
* @nbayindirli

## [0.1.0]

### ⛰️ Features
Expand Down
2 changes: 1 addition & 1 deletion packages/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.1.0"
version = "0.1.1"
edition = { workspace = true }
description = "Proc macros for Axelar contracts."
license = "MIT"
Expand Down
10 changes: 10 additions & 0 deletions packages/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.1.1](https://github.com/axelarnetwork/axelar-cgp-stellar/compare/stellar-axelar-std-v0.1.0...stellar-axelar-std-v0.1.1)

### 🧪 Testing

- *(axelar-std)* Add derive macro unit tests ([#170](https://github.com/axelarnetwork/axelar-cgp-stellar/pull/170)) - ([f52dded](https://github.com/axelarnetwork/axelar-cgp-stellar/commit/f52ddede4fef910361a306d47b2f248cd3897923))

### Contributors

* @nbayindirli

## [0.1.0]

### ⛰️ Features
Expand Down
2 changes: 1 addition & 1 deletion packages/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.1.0"
version = "0.1.1"
edition = { workspace = true }
description = "Contract related to Axelar Std."
license = "MIT"
Expand Down

0 comments on commit dd00776

Please sign in to comment.