Skip to content

Commit

Permalink
Merge pull request #4 from DenisGorbachev/release-plz-2024-07-29T01-2…
Browse files Browse the repository at this point in the history
…0-31Z

chore: release v0.5.1
  • Loading branch information
DenisGorbachev authored Jul 29, 2024
2 parents d417ed1 + cd7edea commit a922fcd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.1](https://github.com/DenisGorbachev/create-rust-github-repo/compare/v0.5.0...v0.5.1) - 2024-07-29

### Fixed
- use conventional commit message

### Other
- fix caching
- improve caching

## [0.5.0](https://github.com/DenisGorbachev/create-rust-github-repo/compare/v0.4.0...v0.5.0) - 2024-07-24

### Added
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.0"
version = "0.5.1"
edition = "2021"
license = "Apache-2.0 OR MIT"
homepage = "https://github.com/DenisGorbachev/create-rust-github-repo"
Expand Down

0 comments on commit a922fcd

Please sign in to comment.