Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: initial v1.0.0 release #231

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions Cargo.lock

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

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ proc-macro2 = { version = "1.0", default-features = false }
rand = { version = "0.8.5", default-features = false }
soroban-sdk = { version = "22.0.6" }
soroban-token-sdk = { version = "22.0.6" }
stellar-axelar-gas-service = { version = "^0.3.0", path = "contracts/stellar-axelar-gas-service" }
stellar-axelar-gateway = { version = "^0.2.3", path = "contracts/stellar-axelar-gateway" }
stellar-axelar-operators = { version = "^0.2.3", path = "contracts/stellar-axelar-operators" }
stellar-axelar-std = { version = "^0.3.0", path = "packages/stellar-axelar-std", features = ["derive"] }
stellar-axelar-std-derive = { version = "^0.3.0", path = "packages/stellar-axelar-std-derive" }
stellar-example = { version = "^0.1.0", path = "contracts/stellar-example" }
stellar-interchain-token = { version = "^0.2.4", path = "contracts/stellar-interchain-token" }
stellar-interchain-token-service = { version = "^0.3.1", path = "contracts/stellar-interchain-token-service" }
stellar-token-manager = { version = "^0.1.0", path = "contracts/stellar-token-manager" }
stellar-axelar-gas-service = { version = "^1.0.0", path = "contracts/stellar-axelar-gas-service" }
stellar-axelar-gateway = { version = "^1.0.0", path = "contracts/stellar-axelar-gateway" }
stellar-axelar-operators = { version = "^1.0.0", path = "contracts/stellar-axelar-operators" }
stellar-axelar-std = { version = "^1.0.0", path = "packages/stellar-axelar-std", features = ["derive"] }
stellar-axelar-std-derive = { version = "^1.0.0", path = "packages/stellar-axelar-std-derive" }
stellar-example = { version = "^1.0.0", path = "contracts/stellar-example" }
stellar-interchain-token = { version = "^1.0.0", path = "contracts/stellar-interchain-token" }
stellar-interchain-token-service = { version = "^1.0.0", path = "contracts/stellar-interchain-token-service" }
stellar-token-manager = { version = "^1.0.0", path = "contracts/stellar-token-manager" }

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

## [1.0.0](https://github.com/axelarnetwork/axelar-cgp-stellar/compare/stellar-axelar-gas-service-v0.3.0...stellar-axelar-gas-service-v1.0.0)

### ⚙️ Miscellaneous Tasks

- Update package descriptions ([#226](https://github.com/axelarnetwork/axelar-cgp-stellar/pull/226)) - ([1881ec7](https://github.com/axelarnetwork/axelar-cgp-stellar/commit/1881ec723644734f0c19c32db143e7a539f74ad3))

### Contributors

* @ahramy

## [0.3.0](https://github.com/axelarnetwork/axelar-cgp-stellar/compare/stellar-axelar-gas-service-v0.2.2...stellar-axelar-gas-service-v0.3.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.3.0"
version = "1.0.0"
edition = { workspace = true }
description = "AxelarGasService contract, responsible for managing gas payments and refunds for cross-chain communication on the Axelar network."
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]

## [1.0.0](https://github.com/axelarnetwork/axelar-cgp-stellar/compare/stellar-axelar-gateway-v0.2.3...stellar-axelar-gateway-v1.0.0)

### ⚙️ Miscellaneous Tasks

- Update package descriptions ([#226](https://github.com/axelarnetwork/axelar-cgp-stellar/pull/226)) - ([1881ec7](https://github.com/axelarnetwork/axelar-cgp-stellar/commit/1881ec723644734f0c19c32db143e7a539f74ad3))

### Contributors

* @ahramy

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

### ⛰️ Features
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.3"
version = "1.0.0"
edition = { workspace = true }
description = "AxelarGateway contract, responsible for serving as the gateway for cross-chain contract calls and token transfers within the Axelar network."
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]

## [1.0.0](https://github.com/axelarnetwork/axelar-cgp-stellar/compare/stellar-axelar-operators-v0.2.3...stellar-axelar-operators-v1.0.0)

### ⚙️ Miscellaneous Tasks

- Update package descriptions ([#226](https://github.com/axelarnetwork/axelar-cgp-stellar/pull/226)) - ([1881ec7](https://github.com/axelarnetwork/axelar-cgp-stellar/commit/1881ec723644734f0c19c32db143e7a539f74ad3))

### Contributors

* @ahramy

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

### 📚 Documentation
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.3"
version = "1.0.0"
edition = { workspace = true }
description = "AxelarOperators contract, responsible for managing operators and enabling invoking functions with access control and upgradeability."
license = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion contracts/stellar-example/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stellar-example"
version = "0.1.0"
version = "1.0.0"
edition = { workspace = true }
Copy link
Contributor Author

@ahramy ahramy Jan 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that we do not release example contract, but only bumping the version to 1.0.0: https://github.com/axelarnetwork/axelar-cgp-stellar/blob/main/.release-plz.toml#L31

description = "Example contract, responsible for demonstrating interchain message and token transfers with Gateway, GasService, and InterchainTokenService."
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]

## [1.0.0](https://github.com/axelarnetwork/axelar-cgp-stellar/compare/stellar-interchain-token-service-v0.3.1...stellar-interchain-token-service-v1.0.0)

### ⚙️ Miscellaneous Tasks

- Update package descriptions ([#226](https://github.com/axelarnetwork/axelar-cgp-stellar/pull/226)) - ([1881ec7](https://github.com/axelarnetwork/axelar-cgp-stellar/commit/1881ec723644734f0c19c32db143e7a539f74ad3))

### Contributors

* @ahramy

## [0.3.1](https://github.com/axelarnetwork/axelar-cgp-stellar/compare/stellar-interchain-token-service-v0.3.0...stellar-interchain-token-service-v0.3.1)

### 🐛 Bug Fixes
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.3.1"
version = "1.0.0"
edition = { workspace = true }
description = "InterchainTokenService contract, responsible for allowing users/developers to easily create their own token bridge."
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]

## [1.0.0](https://github.com/axelarnetwork/axelar-cgp-stellar/compare/stellar-interchain-token-v0.2.4...stellar-interchain-token-v1.0.0)

### ⚙️ Miscellaneous Tasks

- Update package descriptions ([#226](https://github.com/axelarnetwork/axelar-cgp-stellar/pull/226)) - ([1881ec7](https://github.com/axelarnetwork/axelar-cgp-stellar/commit/1881ec723644734f0c19c32db143e7a539f74ad3))

### Contributors

* @ahramy

## [0.2.4](https://github.com/axelarnetwork/axelar-cgp-stellar/compare/stellar-interchain-token-v0.2.3...stellar-interchain-token-v0.2.4)

### 🐛 Bug Fixes
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.4"
version = "1.0.0"
edition = { workspace = true }
description = "InterchainToken contract, responsible for implementing an interchain token that is compatible with SEP-41."
license = { workspace = true }
Expand Down
10 changes: 10 additions & 0 deletions contracts/stellar-token-manager/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]

## [1.0.0](https://github.com/axelarnetwork/axelar-cgp-stellar/compare/stellar-token-manager-v0.1.0...stellar-token-manager-v1.0.0)

### ⚙️ Miscellaneous Tasks

- Update package descriptions ([#226](https://github.com/axelarnetwork/axelar-cgp-stellar/pull/226)) - ([1881ec7](https://github.com/axelarnetwork/axelar-cgp-stellar/commit/1881ec723644734f0c19c32db143e7a539f74ad3))

### Contributors

* @ahramy

## [0.1.0]

### ⛰️ Features
Expand Down
2 changes: 1 addition & 1 deletion contracts/stellar-token-manager/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stellar-token-manager"
version = "0.1.0"
version = "1.0.0"
edition = { workspace = true }
description = "TokenManager contract, responsible for managing tokens via the Stellar InterchainTokenService."
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]

## [1.0.0](https://github.com/axelarnetwork/axelar-cgp-stellar/compare/stellar-upgrader-v0.2.4...stellar-upgrader-v1.0.0)

### ⚙️ Miscellaneous Tasks

- Update package descriptions ([#226](https://github.com/axelarnetwork/axelar-cgp-stellar/pull/226)) - ([1881ec7](https://github.com/axelarnetwork/axelar-cgp-stellar/commit/1881ec723644734f0c19c32db143e7a539f74ad3))

### Contributors

* @ahramy

## [0.2.4](https://github.com/axelarnetwork/axelar-cgp-stellar/compare/stellar-upgrader-v0.2.3...stellar-upgrader-v0.2.4)

### ⚙️ 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.4"
version = "1.0.0"
edition = { workspace = true }
description = "Upgrader contract, responsible for upgrading contracts and migrate data in an atomic transaction."
license = { workspace = true }
Expand Down
10 changes: 10 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,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0](https://github.com/axelarnetwork/axelar-cgp-stellar/compare/stellar-axelar-std-derive-v0.3.0...stellar-axelar-std-derive-v1.0.0)

### ⚙️ Miscellaneous Tasks

- Update package descriptions ([#226](https://github.com/axelarnetwork/axelar-cgp-stellar/pull/226)) - ([1881ec7](https://github.com/axelarnetwork/axelar-cgp-stellar/commit/1881ec723644734f0c19c32db143e7a539f74ad3))

### Contributors

* @ahramy

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

### ⛰️ Features
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.3.0"
version = "1.0.0"
edition = { workspace = true }
description = "Proc macros for 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]

## [1.0.0](https://github.com/axelarnetwork/axelar-cgp-stellar/compare/stellar-axelar-std-v0.3.0...stellar-axelar-std-v1.0.0)

### ⚙️ Miscellaneous Tasks

- Update package descriptions ([#226](https://github.com/axelarnetwork/axelar-cgp-stellar/pull/226)) - ([1881ec7](https://github.com/axelarnetwork/axelar-cgp-stellar/commit/1881ec723644734f0c19c32db143e7a539f74ad3))

### Contributors

* @ahramy

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

### ⛰️ Features
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.3.0"
version = "1.0.0"
edition = { workspace = true }
description = "Standard libraries for Axelar contracts."
license = { workspace = true }
Expand Down
Loading