Skip to content

Commit 7f1727a

Browse files
release v1.0.0-rc.0 (#113)
## Description <!-- Brief description of changes --> ## Checklist - [x] I have updated the [docs/SPEC.md](https://github.com/babylonlabs-io/rollup-bsn-contracts/blob/main/docs/SPEC.md) file if this change affects the specification - [x] I have updated the schema by running `cargo gen-schema` --------- Co-authored-by: Copilot <[email protected]>
1 parent 91e8e4e commit 7f1727a

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
3737

3838
## Unreleased
3939

40+
## v1.0.0-rc.0
41+
42+
_Release candidate. No changes since v0.2.0. This entry is a placeholder and will be updated if changes are made before final release._
4043
## v0.2.0
4144

4245
### State and API breaking

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.2.0"
7+
version = "1.0.0-rc.0"
88
license = "BSL-1.1"
99
repository = "https://github.com/babylonlabs-io/rollup-bsn-contracts"
1010
authors = ["Babylon Labs Ltd. <[email protected]>"]

contracts/finality/schema/finality.json

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

0 commit comments

Comments
 (0)