diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ab9a1d..105618e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.4](https://github.com/DenisGorbachev/create-rust-github-repo/compare/v0.5.3...v0.5.4) - 2024-08-26 + +### Added +- add create-rust-keybase-private-lib + +### Other +- sort deps + ## [0.5.3](https://github.com/DenisGorbachev/create-rust-github-repo/compare/v0.5.2...v0.5.3) - 2024-08-05 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index a86f861..7367611 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -105,7 +105,7 @@ checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422" [[package]] name = "create-rust-github-repo" -version = "0.5.3" +version = "0.5.4" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 5c7e111..de3b5b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "create-rust-github-repo" -version = "0.5.3" +version = "0.5.4" edition = "2021" description = "`create-rust-github-repo` is a CLI program that creates a new repository on GitHub, clones it locally, initializes a Rust project, copies the configs from a pre-existing directory." license = "Apache-2.0 OR MIT"