Skip to content

Commit

Permalink
chore: release v0.0.26 (#50)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `cargo-shear`: 0.0.25 -> 0.0.26

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

<blockquote>

##
[0.0.26](v0.0.25...v0.0.26)
- 2024-05-29

### Added
- exit code is 0 when performing fix
([#52](#52))

### Other
- *(deps)* lock file maintenance rust crates
([#49](#49))
- update README
- update README
- link prior arts
- document prior arts
- allow branch `renovate/**`
- *(deps)* lock file maintenance rust crates
([#46](#46))
- *(deps)* lock file maintenance rust crates
([#44](#44))
- add PR from astral-sh/uv
- *(deps)* lock file maintenance rust crates
([#43](#43))
- use shared renovate config
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](/~https://github.com/MarcoIeni/release-plz/).
  • Loading branch information
Boshen authored May 29, 2024
1 parent fcbb13f commit 90f7aa7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.0.26](/~https://github.com/Boshen/cargo-shear/compare/v0.0.25...v0.0.26) - 2024-05-29

### Added
- exit code is 0 when performing fix ([#52](/~https://github.com/Boshen/cargo-shear/pull/52))

## [0.0.25](/~https://github.com/Boshen/cargo-shear/compare/v0.0.24...v0.0.25) - 2024-05-02

### Other
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-shear"
version = "0.0.25"
version = "0.0.26"
edition = "2021"
description = "Detect and remove unused dependencies from Cargo.toml"
authors = ["Boshen <boshenc@gmail.com>"]
Expand Down

0 comments on commit 90f7aa7

Please sign in to comment.