diff --git a/CHANGELOG.md b/CHANGELOG.md index 6915fe6..4fb596a 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.7](https://github.com/sousandrei/cc-cli/compare/v0.1.6...v0.1.7) (2025-07-21) + + +### Bug Fixes + +* **macos:** bump crossterm in inquire dependency ([18f60d4](https://github.com/sousandrei/cc-cli/commit/18f60d47f15c151ad9fe602ea686e578a674bfe3)) + ## [0.1.6](https://github.com/sousandrei/cc-cli/compare/v0.1.5...v0.1.6) (2025-02-03) diff --git a/Cargo.lock b/Cargo.lock index 974c450..86dc4ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -66,7 +66,7 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "cc-cli" -version = "0.1.6" +version = "0.1.7" dependencies = [ "anyhow", "argh", diff --git a/Cargo.toml b/Cargo.toml index bbfb325..9644b6a 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.6" +version = "0.1.7" [dependencies] anyhow = "1.0.98"