From e9c1f723922baf024dbcad44570754b708a5dd4d Mon Sep 17 00:00:00 2001 From: Andrei Sousa Date: Mon, 3 Feb 2025 14:23:12 +0100 Subject: [PATCH] chore(main): release 0.1.6 --- 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 8dbd906..6915fe6 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.6](https://github.com/sousandrei/cc-cli/compare/v0.1.5...v0.1.6) (2025-02-03) + + +### Bug Fixes + +* release with bumped dependencies ([eec66cc](https://github.com/sousandrei/cc-cli/commit/eec66ccc19d6d6a48e189c5d650f9d71299ef8e2)) + ## [0.1.5](https://github.com/sousandrei/cc-cli/compare/v0.1.4...v0.1.5) (2023-03-28) diff --git a/Cargo.lock b/Cargo.lock index 81c8dc4..a838bb3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -66,7 +66,7 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "cc-cli" -version = "0.1.5" +version = "0.1.6" dependencies = [ "anyhow", "argh", diff --git a/Cargo.toml b/Cargo.toml index 7dcefc0..aae70dd 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.5" +version = "0.1.6" [dependencies] anyhow = "1.0.95"