From 4fe5b38b68973cbe26e9b918f716f6cdadde68de Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 17 Sep 2022 17:54:29 +0200 Subject: [PATCH] chore(main): release 0.1.3 (#17) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a54dd8c..973b6af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.1.3](https://github.com/sousandrei/cc-cli/compare/v0.1.2...v0.1.3) (2022-09-17) + + +### Miscellaneous Chores + +* release 0.1.3 ([c09e274](https://github.com/sousandrei/cc-cli/commit/c09e27438dde4436d2e980328635cb6995d9b02e)) + ### [0.1.1](https://github.com/sousandrei/cc-cli/compare/v0.1.0...v0.1.1) (2021-08-16) diff --git a/Cargo.lock b/Cargo.lock index bf3167e..d852805 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -51,7 +51,7 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "cc-cli" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "argh", diff --git a/Cargo.toml b/Cargo.toml index 3804459..50ac0d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license-file = "LICENSE" name = "cc-cli" readme = "README.md" repository = "https://github.com/sousandrei/cc-cli" -version = "0.1.2" +version = "0.1.3" [dependencies] anyhow = "1.0.65"