diff --git a/CHANGELOG.md b/CHANGELOG.md index a660939..245069e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.1](https://github.com/3sidedcube/tsc-cli/compare/v0.1.0...v0.1.1) (2024-10-21) + + +### Bug Fixes + +* **homebrew:** add private repo util ([#5](https://github.com/3sidedcube/tsc-cli/issues/5)) ([ab2a757](https://github.com/3sidedcube/tsc-cli/commit/ab2a757bdddb79a4d42f4b36fc56a999d459241f)) +* required commands ([#7](https://github.com/3sidedcube/tsc-cli/issues/7)) ([1b5511c](https://github.com/3sidedcube/tsc-cli/commit/1b5511c654087f58a92e219acf169372d5bce782)) + ## 0.1.0 (2024-10-21) diff --git a/Cargo.lock b/Cargo.lock index adf54d0..61fb97c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1186,7 +1186,7 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "tsc-cli" -version = "0.1.0" +version = "0.1.1" dependencies = [ "clap", "git2", diff --git a/Cargo.toml b/Cargo.toml index 575c648..5504542 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tsc-cli" -version = "0.1.0" +version = "0.1.1" edition = "2021" [dependencies]