Skip to content

Commit

Permalink
chore: release v0.2.0-beta.2 version (#1492)
Browse files Browse the repository at this point in the history
* chore: release v0.2.0-beta.2 version

* build CHANGLOG

* fix some typo
  • Loading branch information
KaoImin authored Oct 20, 2023
1 parent e64f03c commit 8a0e1a9
Show file tree
Hide file tree
Showing 13 changed files with 68 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .changelog/v0.2.0-beta.1/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
If you don't change this message, or if this file is empty, the release
will not be created. -->
tmp

Release 0.2.0-beta.1 version.
2 changes: 2 additions & 0 deletions .changelog/v0.2.0-beta.2/bug-fixes/1476-encode-config.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Fix the encode `ConsensusConfig` function
([\#1476](https://github.com/axonweb3/axon/pull/1476))
2 changes: 2 additions & 0 deletions .changelog/v0.2.0-beta.2/bug-fixes/1483-get-metadata.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Fix get metadata by block number
([\#1483](https://github.com/axonweb3/axon/pull/1483))
1 change: 1 addition & 0 deletions .changelog/v0.2.0-beta.2/bug-fixes/1484-init-evm-config.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fix init EVM config ([\#1484](https://github.com/axonweb3/axon/pull/1484))
2 changes: 2 additions & 0 deletions .changelog/v0.2.0-beta.2/bug-fixes/1485-encode-proposal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Fix encode and decode of `Proposal` struct
([\#1485](https://github.com/axonweb3/axon/pull/1485))
2 changes: 2 additions & 0 deletions .changelog/v0.2.0-beta.2/code-refactors/1481-no-plain-pk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- No plain-text private key in configuration file
([\#1481](https://github.com/axonweb3/axon/pull/1481))
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Remove default value of `Hex`
([\#1482](https://github.com/axonweb3/axon/pull/1482))
2 changes: 2 additions & 0 deletions .changelog/v0.2.0-beta.2/code-refactors/1486-receipts-root.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Change the calculation of receipts root to [EIP-2718](https://eips.ethereum.org/EIPS/eip-2718)
([\#1486](https://github.com/axonweb3/axon/pull/1486))
2 changes: 2 additions & 0 deletions .changelog/v0.2.0-beta.2/documents/1479-hardfork-api-doc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Add hardfork related APIs document
([\#1479](https://github.com/axonweb3/axon/pull/1479))
7 changes: 7 additions & 0 deletions .changelog/v0.2.0-beta.2/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<!--
Add a summary for the release here.
If you don't change this message, or if this file is empty, the release
will not be created. -->

This release contains some important bugfixes from the previous 0.2.0-beta.1 version.
43 changes: 42 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,48 @@
# CHANGELOG

## v0.2.0-beta.2

<!--
Add a summary for the release here.
If you don't change this message, or if this file is empty, the release
will not be created. -->

This release contains some important bugfixes from the previous 0.2.0-beta.1 version.

### BUG FIXES

- Fix the encode `ConsensusConfig` function
([\#1476](https://github.com/axonweb3/axon/pull/1476))
- Fix get metadata by block number
([\#1483](https://github.com/axonweb3/axon/pull/1483))
- Fix init EVM config ([\#1484](https://github.com/axonweb3/axon/pull/1484))
- Fix encode and decode of `Proposal` struct
([\#1485](https://github.com/axonweb3/axon/pull/1485))

### CODE REFACTORS

- No plain-text private key in configuration file
([\#1481](https://github.com/axonweb3/axon/pull/1481))
- Remove default value of `Hex`
([\#1482](https://github.com/axonweb3/axon/pull/1482))
- Change the calculation of receipts root to [EIP-2718](https://eips.ethereum.org/EIPS/eip-2718)
([\#1486](https://github.com/axonweb3/axon/pull/1486))

### DOCUMENTS

- Add hardfork related APIs document
([\#1479](https://github.com/axonweb3/axon/pull/1479))

## v0.2.0-beta.1

The release of version `0.2.0-beta.1` marks the commencement of a new epoch in Axon development. With this release, all future breaking changes will be introduced as hardforks. The primary modifications include the following:
<!--
Add a summary for the release here.
If you don't change this message, or if this file is empty, the release
will not be created. -->

Release 0.2.0-beta.1 version.

### BREAKING CHANGES

Expand Down Expand Up @@ -134,3 +174,4 @@ The release of version `0.2.0-beta.1` marks the commencement of a new epoch in A
([\#1300](https://github.com/axonweb3/axon/pull/1300))

Changelogs before 0.2.0 can be found [here](./CHANGELOG_OLD.md).

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 = "axon"
version = "0.2.0-beta.1"
version = "0.2.0-beta.2"
authors = ["Nervos Dev <[email protected]>"]
edition = "2021"
repository = "https://github.com/axonweb3/axon"
Expand Down

0 comments on commit 8a0e1a9

Please sign in to comment.