Skip to content

Commit fe37c97

Browse files
Merge pull request #9 from DenisGorbachev/release-plz-2025-02-15T10-09-20Z
chore: release v0.5.6
2 parents 25d1ec2 + c2b7b40 commit fe37c97

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.5.6](https://github.com/DenisGorbachev/create-rust-github-repo/compare/v0.5.5...v0.5.6) - 2025-02-15
11+
12+
### Fixed
13+
14+
- update README
15+
1016
## [0.5.5](https://github.com/DenisGorbachev/create-rust-github-repo/compare/v0.5.4...v0.5.5) - 2025-01-27
1117

1218
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "create-rust-github-repo"
3-
version = "0.5.5"
3+
version = "0.5.6"
44
edition = "2021"
55
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."
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)