Skip to content

Commit 0ea493f

Browse files
author
Talal Ashraf
authored
chore: release (#229)
1 parent 996f2bc commit 0ea493f

File tree

8 files changed

+43
-8
lines changed

8 files changed

+43
-8
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ stellar-axelar-operators = { version = "^0.2.3", path = "contracts/stellar-axela
2828
stellar-axelar-std = { version = "^0.3.0", path = "packages/stellar-axelar-std", features = ["derive"] }
2929
stellar-axelar-std-derive = { version = "^0.3.0", path = "packages/stellar-axelar-std-derive" }
3030
stellar-example = { version = "^0.1.0", path = "contracts/stellar-example" }
31-
stellar-interchain-token = { version = "^0.2.3", path = "contracts/stellar-interchain-token" }
32-
stellar-interchain-token-service = { version = "^0.3.0", path = "contracts/stellar-interchain-token-service" }
31+
stellar-interchain-token = { version = "^0.2.4", path = "contracts/stellar-interchain-token" }
32+
stellar-interchain-token-service = { version = "^0.3.1", path = "contracts/stellar-interchain-token-service" }
3333
stellar-token-manager = { version = "^0.1.0", path = "contracts/stellar-token-manager" }
3434

3535
[workspace.lints.clippy]

contracts/stellar-interchain-token-service/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [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)
11+
12+
### 🐛 Bug Fixes
13+
14+
- *(interchain-token)* Unimplemented notice for SAC methods ([#225](https://github.com/axelarnetwork/axelar-cgp-stellar/pull/225)) - ([8c31f8e](https://github.com/axelarnetwork/axelar-cgp-stellar/commit/8c31f8e6f56ebed5909c0e448e2758ce988aadbe))
15+
16+
### 🧪 Testing
17+
18+
- *(example)* Increase ITS coverage ([#221](https://github.com/axelarnetwork/axelar-cgp-stellar/pull/221)) - ([996f2bc](https://github.com/axelarnetwork/axelar-cgp-stellar/commit/996f2bc8524d4c25005f5bd2b5b026b0dfaef2da))
19+
20+
### Contributors
21+
22+
* @nbayindirli
23+
* @milapsheth
24+
1025
## [0.3.0](https://github.com/axelarnetwork/axelar-cgp-stellar/compare/stellar-interchain-token-service-v0.2.2...stellar-interchain-token-service-v0.3.0)
1126

1227
### ⛰️ Features

contracts/stellar-interchain-token-service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stellar-interchain-token-service"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = { workspace = true }
55
description = "Contract related to Stellar Interchain Token Service."
66
license = { workspace = true }

contracts/stellar-interchain-token/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.4](https://github.com/axelarnetwork/axelar-cgp-stellar/compare/stellar-interchain-token-v0.2.3...stellar-interchain-token-v0.2.4)
11+
12+
### 🐛 Bug Fixes
13+
14+
- *(interchain-token)* Unimplemented notice for SAC methods ([#225](https://github.com/axelarnetwork/axelar-cgp-stellar/pull/225)) - ([8c31f8e](https://github.com/axelarnetwork/axelar-cgp-stellar/commit/8c31f8e6f56ebed5909c0e448e2758ce988aadbe))
15+
16+
### Contributors
17+
18+
* @milapsheth
19+
1020
## [0.2.3](https://github.com/axelarnetwork/axelar-cgp-stellar/compare/stellar-interchain-token-v0.2.2...stellar-interchain-token-v0.2.3)
1121

1222
### 📚 Documentation

contracts/stellar-interchain-token/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stellar-interchain-token"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
edition = { workspace = true }
55
description = "Contract related to Stellar Interchain Token."
66
license = { workspace = true }

contracts/stellar-upgrader/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.4](https://github.com/axelarnetwork/axelar-cgp-stellar/compare/stellar-upgrader-v0.2.3...stellar-upgrader-v0.2.4)
11+
12+
### ⚙️ Miscellaneous Tasks
13+
14+
- Add build check to fail on warnings ([#227](https://github.com/axelarnetwork/axelar-cgp-stellar/pull/227)) - ([af05c6f](https://github.com/axelarnetwork/axelar-cgp-stellar/commit/af05c6f670f7d324eebbadb6f611412527761603))
15+
16+
### Contributors
17+
18+
* @TanvirDeol
19+
1020
## [0.2.3](https://github.com/axelarnetwork/axelar-cgp-stellar/compare/stellar-upgrader-v0.2.2...stellar-upgrader-v0.2.3)
1121

1222
### 📚 Documentation

contracts/stellar-upgrader/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stellar-upgrader"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
edition = { workspace = true }
55
description = "Contract related to Stellar Upgrader."
66
license = { workspace = true }

0 commit comments

Comments
 (0)