Skip to content

Commit 81bbf7a

Browse files
authored
Release 0.13 (#111)
1 parent e740ade commit 81bbf7a

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## [Unreleased](https://github.com/babylonlabs-io/babylon-contract/tree/HEAD)
44

5-
[Full Changelog](https://github.com/babylonlabs-io/babylon-contract/compare/v0.12.0...HEAD)
5+
[Full Changelog](https://github.com/babylonlabs-io/babylon-contract/compare/v0.13.0...HEAD)
6+
7+
## [v0.13.0](https://github.com/babylonlabs-io/babylon-contract/tree/v0.13.0) (2025-02-11)
8+
9+
[Full Changelog](https://github.com/babylonlabs-io/babylon-contract/compare/v0.12.0-rc.0...v0.13.0)
10+
11+
**Merged pull requests:**
12+
13+
- feat: improve IBC packet structure [\#110](https://github.com/babylonlabs-io/babylon-contract/pull/110) ([gusin13](https://github.com/gusin13))
614

715
## [v0.12.0](https://github.com/babylonlabs-io/babylon-contract/tree/v0.12.0) (2025-02-07)
816

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolver = "2"
44

55
[workspace.package]
66
edition = "2021"
7-
version = "0.12.0"
7+
version = "0.13.0"
88
license = "Apache-2.0"
99
repository = "https://github.com/babylonlabs-io/babylon-contract"
1010
authors = ["Babylon Labs Ltd. <[email protected]>"]

contracts/op-finality-gadget/schema/op-finality-gadget.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"contract_name": "op-finality-gadget",
3-
"contract_version": "0.12.0",
3+
"contract_version": "0.13.0",
44
"idl_version": "1.0.0",
55
"instantiate": {
66
"$schema": "http://json-schema.org/draft-07/schema#",

0 commit comments

Comments
 (0)