Skip to content

Commit

Permalink
Merge pull request #7 from DenisGorbachev/release-plz-2024-08-24T09-1…
Browse files Browse the repository at this point in the history
…1-43Z

chore: release v0.5.4
  • Loading branch information
DenisGorbachev authored Aug 26, 2024
2 parents 6765e08 + e41b7b3 commit 9499234
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.4](https://github.com/DenisGorbachev/create-rust-github-repo/compare/v0.5.3...v0.5.4) - 2024-08-26

### Added
- add create-rust-keybase-private-lib

### Other
- sort deps

## [0.5.3](https://github.com/DenisGorbachev/create-rust-github-repo/compare/v0.5.2...v0.5.3) - 2024-08-05

### 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,6 +1,6 @@
[package]
name = "create-rust-github-repo"
version = "0.5.3"
version = "0.5.4"
edition = "2021"
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."
license = "Apache-2.0 OR MIT"
Expand Down

0 comments on commit 9499234

Please sign in to comment.