Skip to content

Commit 14f63a2

Browse files
committed
Release v0.6.0
1 parent 481315b commit 14f63a2

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.0 -- 2020/03/24
5+
6+
- Don't print newlines after output.
7+
- Update `quote` dependency.
8+
- Use `base64-compat` crate instead of `base64`.
9+
410
# v0.5.4 -- 2020/02/25
511

612
- Fix compressedness bug in `hal message verify`.

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.5.4"
3+
version = "0.6.0"
44
authors = ["Steven Roose <[email protected]>"]
55
license = "CC0-1.0"
66
homepage = "https://github.com/stevenroose/hal/"

0 commit comments

Comments
 (0)