From 1338f92b2428fe87adc0c57503b41956eff9cc94 Mon Sep 17 00:00:00 2001
From: simonsan <14062932+simonsan@users.noreply.github.com>
Date: Sun, 17 Mar 2024 10:23:38 +0100
Subject: [PATCH] chore: release v0.1.3 (#1)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
## 🤖 New release
* `cargo-rhack`: 0.1.2 -> 0.1.3 (✓ API compatible changes)
Changelog
##
[0.1.3](https://github.com/simonsan/cargo-rhack/compare/v0.1.2...v0.1.3)
- 2024-03-17
### Fixed
- deny config
- config
- clippy lints
### Other
- fix missing version in msrv test
- update fixtures
- fix workspace patching test
- fix env var
- add cargo deny config
- update msrv
- update dependencies
- update manifest
- maintenance
---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).
Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
---
CHANGELOG.md | 18 ++++++++++++++++++
Cargo.lock | 2 +-
Cargo.toml | 2 +-
3 files changed, 20 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ac6698b..3857a1f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,24 @@ 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).
+## [0.1.3](https://github.com/simonsan/cargo-rhack/compare/v0.1.2...v0.1.3) - 2024-03-17
+
+### Fixed
+- deny config
+- config
+- clippy lints
+
+### Other
+- fix missing version in msrv test
+- update fixtures
+- fix workspace patching test
+- fix env var
+- add cargo deny config
+- update msrv
+- update dependencies
+- update manifest
+- maintenance
+
## 0.1.2 (2023-05-21)
diff --git a/Cargo.lock b/Cargo.lock
index d54bcfb..7cecae2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -58,7 +58,7 @@ checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247"
[[package]]
name = "cargo-rhack"
-version = "0.1.2"
+version = "0.1.3"
dependencies = [
"anyhow",
"clap",
diff --git a/Cargo.toml b/Cargo.toml
index 4f1a684..8aad6c1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cargo-rhack"
-version = "0.1.2"
+version = "0.1.3"
authors = ["nakabonne "]
categories = ["command-line-utilities"]
edition = "2021"