From 2d7e5c51f9c88b36569697b8a637432a3dd8faf3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Mar 2023 08:10:16 +0000 Subject: [PATCH] chore: prepare release 0.5.2 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0df156..817b9b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## 0.5.2 + +### Features + +- add init subcommand (#168) + ## 0.5.1 ### Fixes diff --git a/Cargo.lock b/Cargo.lock index c545462..8a344e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -366,7 +366,7 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hoard" -version = "0.5.1" +version = "0.5.2" dependencies = [ "async-stream", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 4ecd432..2ba5a66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hoard" -version = "0.5.1" +version = "0.5.2" authors = ["Michael Bryant "] edition = "2021" license = "BSD-3-Clause"