diff --git a/CHANGELOG.md b/CHANGELOG.md index 11bddf3..0d8d5c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,3 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + + +## [0.1.0] - 2020-07-23 +### Added + - `account` command. diff --git a/Cargo.toml b/Cargo.toml index e9ac6d3..8e233f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ name = "aurora" version = "0.1.0" authors = ["Francesco Ceccon "] edition = "2018" +publish = false [dependencies] anyhow = "1.0.31"