Skip to content

Commit

Permalink
Merge pull request #6 from DenisGorbachev/release-plz-2024-07-31T08-2…
Browse files Browse the repository at this point in the history
…7-21Z

chore: release v0.5.3
  • Loading branch information
DenisGorbachev authored Aug 5, 2024
2 parents 77673bb + ce82323 commit a5e8257
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit a5e8257

Please sign in to comment.