Skip to content

Commit e4dadd4

Browse files
authored
chore: release rc1 (#118)
## Description <!-- Brief description of changes --> ## Checklist - [ ] 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 - [ ] I have updated the schema by running `cargo gen-schema`
1 parent 169d9ca commit e4dadd4

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
3737

3838
## Unreleased
3939

40+
## v1.0.0-rc.1
41+
4042
### Improvements
4143

4244
* [#114](https://github.com/babylonlabs-io/rollup-bsn-contracts/pull/114) feat:
4345
migration setup
4446
* [#117](https://github.com/babylonlabs-io/rollup-bsn-contracts/pull/117) fix:
4547
pre-cw2 migrate validations
4648

47-
4849
## v1.0.0-rc.0
4950

5051
_Release candidate. No changes since v0.2.0. This entry is a placeholder and will be updated if changes are made before final release._

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 = "1.0.0-rc.0"
7+
version = "1.0.0-rc.1"
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": "1.0.0-rc.0",
3+
"contract_version": "1.0.0-rc.1",
44
"idl_version": "1.0.0",
55
"instantiate": {
66
"$schema": "http://json-schema.org/draft-07/schema#",

0 commit comments

Comments
 (0)