Skip to content

Commit

Permalink
chore: update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jjyr committed Jun 19, 2023
1 parent 777a817 commit 57d87ef
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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

## [v0.10.1] - 2023-06-19

Bug fixes:

* fix: fix address parsing #125
* feat: remap path prefixs on release #122

Misc:

* Upgrade ckb-std and ckb-testtool dependencies


CKB Testtool:

* feat(ckb-testtool): Support Type ID #123


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

## [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`.
Expand Down

0 comments on commit 57d87ef

Please sign in to comment.