From ce82323718278a5edabcf312f9f48f58b86f7a48 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 05:16:52 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71d2d8a..9ab9a1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.3](https://github.com/DenisGorbachev/create-rust-github-repo/compare/v0.5.2...v0.5.3) - 2024-08-05 + +### Fixed +- commitlint +- commitlint + +### Other +- use better checkmarks +- use the star link +- allow more types in commitlint + ## [0.5.2](https://github.com/DenisGorbachev/create-rust-github-repo/compare/v0.5.1...v0.5.2) - 2024-07-30 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index aa7927e..a86f861 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -105,7 +105,7 @@ checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422" [[package]] name = "create-rust-github-repo" -version = "0.5.2" +version = "0.5.3" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index e1aa826..70086ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "create-rust-github-repo" 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." -version = "0.5.2" +version = "0.5.3" edition = "2021" license = "Apache-2.0 OR MIT" homepage = "https://github.com/DenisGorbachev/create-rust-github-repo"