Skip to content

Commit c381eaa

Browse files
committed
Release v0.6.1
1 parent b0fa4c3 commit c381eaa

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
CHANGELOG
22
=========
33

4+
# v0.6.1 -- 2020/04/16
5+
6+
- Support `tx/block create` reading JSON from stdin.
7+
- Warn earlier when conflicting addresses are used in `tx create`.
8+
- Improve description on `tx/block create` commands.
9+
410
# v0.6.0 -- 2020/03/24
511

612
- Don't print newlines after output.

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hal"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
authors = ["Steven Roose <[email protected]>"]
55
license = "CC0-1.0"
66
homepage = "https://github.com/stevenroose/hal/"

0 commit comments

Comments
 (0)