Skip to content

Commit

Permalink
Merge pull request #2 from DenisGorbachev/release-plz-2024-07-21T14-1…
Browse files Browse the repository at this point in the history
…2-50Z

chore: release v0.3.4
  • Loading branch information
DenisGorbachev authored Jul 21, 2024
2 parents 5b4759d + 6e95031 commit 50a3598
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.3.4](https://github.com/DenisGorbachev/create-rust-github-repo/compare/v0.3.3...v0.3.4) - 2024-07-21

### Other
- add release-plz
- fix parsing
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.3.3"
version = "0.3.4"
edition = "2021"
license = "Apache-2.0 OR MIT"
homepage = "https://github.com/DenisGorbachev/create-rust-github-repo"
Expand Down

0 comments on commit 50a3598

Please sign in to comment.