Skip to content

Commit

Permalink
Merge pull request #115 from jjyr/release-v0.10.0
Browse files Browse the repository at this point in the history
Release v0.10.0
  • Loading branch information
jjyr authored May 9, 2023
2 parents 9b407d4 + 5844fe7 commit 9c0d3d3
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

The format is based on [Keep a Changelog](https://keepachangelog.com).

## [v0.10.0] - 2023-05-08

Capsule now uses `cross` to manage Rust contracts building. You can learn more details about this change in issue [#106](https://github.com/nervosnetwork/capsule/pull/106), and the wiki page [Upgrade an existing project to capsule 0.10](https://github.com/nervosnetwork/capsule/wiki/Upgrade-an-existing-project-to-capsule-0.10) provides instructions for upgrading an existing project to capsule `v0.10.0`.

Feature:

* Use `cross` to build Rust contracts #106

Misc:

* docs: add link to upgrade an existing project #112
* Fix check command #113

Full Changelog: https://github.com/nervosnetwork/capsule/compare/v0.9.2...v0.10.0

## [v0.9.2] - 2023-04-24

Misc:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-capsule"
version = "0.9.2"
version = "0.10.0"
authors = ["Nervos Network"]
edition = "2021"
license = "MIT"
Expand Down
1 change: 1 addition & 0 deletions crates/tests/test-contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ members = ["contracts/test-contract"]
exclude = ["tests"]

[profile.release]
strip = true
overflow-checks = true
opt-level = 's'
lto = true
Expand Down
2 changes: 1 addition & 1 deletion crates/tests/test-contract/capsule.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# workspace_dir = "."

# capsule version
version = "0.9.0"
version = "0.10.0"
# path of deployment config file
deployment = "deployment.toml"

Expand Down

0 comments on commit 9c0d3d3

Please sign in to comment.