Skip to content

Commit

Permalink
Merge pull request #5 from DenisGorbachev/release-plz-2024-07-30T05-3…
Browse files Browse the repository at this point in the history
…5-16Z

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

## [Unreleased]

## [0.5.2](https://github.com/DenisGorbachev/create-rust-github-repo/compare/v0.5.1...v0.5.2) - 2024-07-30

### Fixed
- copy directories recursively

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

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

0 comments on commit 0984659

Please sign in to comment.