From 9201de5318935304d8a40b3bbb086399808628e0 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Tue, 6 Dec 2022 18:38:33 +0100 Subject: [PATCH] chore(version): v0.1.1 --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86ccc2f..f8f7f87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## v0.1.1 - 2022-12-06 +#### Bug Fixes +- avoid appending an unnecessary newline to input files - (a776bf8) - tranzystorek-io +#### Documentation +- add install guide to README - (72c57c8) - tranzystorek-io + +- - - + ## v0.1.0 - 2022-12-06 #### Bug Fixes - use correct binary name for completion generation - (4614cf5) - tranzystorek-io diff --git a/Cargo.lock b/Cargo.lock index ec87ea0..2933371 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6" [[package]] name = "arrive" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index fc74aba..cba1bcc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arrive" -version = "0.1.0" +version = "0.1.1" authors = ["Marcin Puc "] edition = "2021" description = "A simple CLI tool for interacting with Advent of Code"