From 28ad478de64eb3375a07d59f03b1a77cb922f54e Mon Sep 17 00:00:00 2001
From: simonsan <14062932+simonsan@users.noreply.github.com>
Date: Sun, 17 Mar 2024 08:47:53 +0000
Subject: [PATCH] chore: release
Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
---
CHANGELOG.md | 11 +++++++++++
Cargo.lock | 2 +-
Cargo.toml | 2 +-
3 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ac6698b..1b47ca0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,17 @@ 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
+- clippy lints
+
+### Other
+- 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 d99ddb0..482c145 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"