Skip to content

Commit bed1656

Browse files
authored
chore: bump Axon version to 0.3.1-beta (#1658)
1 parent b4054ec commit bed1656

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## v0.3.1-beta
4+
5+
### BUG FIXES
6+
* fix(cli): Fix peer id generation by @samtvlabs in https://github.com/axonweb3/axon/pull/1656
7+
8+
39
## v0.3.0-beta
410

511
### BREAKING CHANGES

Cargo.lock

Lines changed: 2 additions & 2 deletions
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
@@ -1,6 +1,6 @@
11
[package]
22
name = "axon"
3-
version = "0.3.0-beta"
3+
version = "0.3.1-beta"
44
authors = ["Nervos Dev <[email protected]>"]
55
edition = "2021"
66
repository = "https://github.com/axonweb3/axon"

core/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "core-cli"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
66

0 commit comments

Comments
 (0)