Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Commit

Permalink
build: Release v0.2.0-beta.2 (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
yejiayu authored Aug 4, 2020
1 parent 5822764 commit 1c14e91
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
24 changes: 23 additions & 1 deletion CHANGELOG/CHANGELOG-0.2.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
# [](https://github.com/nervosnetwork/muta/compare/v0.2.0-alpha.1...v) (2020-08-03)
# [](https://github.com/nervosnetwork/muta/compare/v0.2.0-beta.1...v) (2020-08-04)


### Bug Fixes

* **consensus:** Add timestamp checking ([#377](https://github.com/nervosnetwork/muta/issues/377)) ([382ede9](https://github.com/nervosnetwork/muta/commit/382ede9367b910a06b59f3562ecd28ab8100d39e))


### Features

* **benchmark:** add a perf benchmark macro ([#391](https://github.com/nervosnetwork/muta/issues/391)) ([eb24311](https://github.com/nervosnetwork/muta/commit/eb2431149b6865a82d0e4286536f65319a5e1d1f))
* **Cargo:** add random leader feature for muta ([#385](https://github.com/nervosnetwork/muta/issues/385)) ([43da977](https://github.com/nervosnetwork/muta/commit/43da9772b22b97ab4797b80ce5161f1a49827543))


### Performance Improvements

* **metrics:** Add metrics of state ([#397](https://github.com/nervosnetwork/muta/issues/397)) ([5822764](https://github.com/nervosnetwork/muta/commit/5822764240f8b4e8cfeca4bccf7d399a0bf71897))

### BREAKING CHANGE

* **MultiSig:** change interface and substitute adaptive_address for autonomy ([#384](https://github.com/nervosnetwork/muta/pull/384)) ([a58831e](https://github.com/nervosnetwork/muta/commit/a58831ee029bf27ba79ed08bf0ece7f511abd899))

# [0.2.0-beta.1](https://github.com/nervosnetwork/muta/compare/v0.2.0-alpha.1...v0.2.0-beta.1) (2020-08-03)


### Bug Fixes
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# CHANGELOGs
> use: conventional-changelog
> example command: conventional-changelog -p angular -i CHANGELOG-0.2.md -s -r 0.2
- [CHANGELOG-0.1.md](./CHANGELOG-0.1.md)
- [CHANGELOG-0.2.md](./CHANGELOG-0.2.md)

0 comments on commit 1c14e91

Please sign in to comment.