Skip to content

Commit

Permalink
chore: release v0.1.3 (#1)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `cargo-rhack`: 0.1.2 -> 0.1.3 (✓ API compatible changes)

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

##
[0.1.3](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
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan authored Mar 17, 2024
1 parent 53c5d5b commit 1338f92
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<csr-id-bc2239651306548bc3432e42691e655f54ef6d28/>
Expand Down
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,6 +1,6 @@
[package]
name = "cargo-rhack"
version = "0.1.2"
version = "0.1.3"
authors = ["nakabonne <[email protected]>"]
categories = ["command-line-utilities"]
edition = "2021"
Expand Down

0 comments on commit 1338f92

Please sign in to comment.