Skip to content

Commit d7fd652

Browse files
authored
chore: release v0.1.5 (#3)
## 🤖 New release * `cargo-rhack`: 0.1.4 -> 0.1.5 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.1.5](v0.1.4...v0.1.5) - 2024-03-17 ### Other - update manifest - fix description - update authors in manifest - update license with original BSD 3-Clause template - update description - update scoop manifest </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). Signed-off-by: simonsan <[email protected]>
1 parent 305a802 commit d7fd652

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.5](https://github.com/simonsan/cargo-rhack/compare/v0.1.4...v0.1.5) - 2024-03-17
9+
10+
### Other
11+
- update manifest
12+
- fix description
13+
- update authors in manifest
14+
- update license with original BSD 3-Clause template
15+
- update description
16+
- update scoop manifest
17+
818
## [0.1.4](https://github.com/simonsan/cargo-rhack/compare/v0.1.3...v0.1.4) - 2024-03-17
919

1020
### Other

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 = "cargo-rhack"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
authors = ["the cargo-rhack team"]
55
categories = ["command-line-utilities"]
66
edition = "2021"

0 commit comments

Comments
 (0)