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"