File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
contracts/op-finality-gadget/schema Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased] ( https://github.com/babylonlabs-io/babylon-contract/tree/HEAD )
4
4
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 ) )
6
14
7
15
## [ v0.12.0] ( https://github.com/babylonlabs-io/babylon-contract/tree/v0.12.0 ) (2025-02-07)
8
16
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ resolver = "2"
4
4
5
5
[workspace .package ]
6
6
edition = " 2021"
7
- version = " 0.12 .0"
7
+ version = " 0.13 .0"
8
8
license = " Apache-2.0"
9
9
repository = " https://github.com/babylonlabs-io/babylon-contract"
10
10
authors = [
" Babylon Labs Ltd. <[email protected] >" ]
Original file line number Diff line number Diff line change 1
1
{
2
2
"contract_name" : " op-finality-gadget" ,
3
- "contract_version" : " 0.12 .0" ,
3
+ "contract_version" : " 0.13 .0" ,
4
4
"idl_version" : " 1.0.0" ,
5
5
"instantiate" : {
6
6
"$schema" : " http://json-schema.org/draft-07/schema#" ,
You can’t perform that action at this time.
0 commit comments