Skip to content

Commit

Permalink
chore: release v1.1.3 (#81)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `cargo-shear`: 1.1.2 -> 1.1.3 (✓ API compatible changes)

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

<blockquote>

##
[1.1.3](v1.1.2...v1.1.3) -
2024-09-23

### Fixed

- search for tokens in `Verbatim` which are not interpreted by syn.
([#87](#87))

### Other

- *(renovate)* bump versions
- *(deps)* update rust crates
([#86](#86))
- *(deps)* update rust crates
([#84](#84))
- *(deps)* update dependency rust to v1.81.0
([#83](#83))
- *(deps)* update dependency rust to v1.80.1
([#82](#82))
- Update README.md
- Add trophy cases for reqsign
([#80](#80))
- *(deps)* update rust crates
([#79](#79))
- *(README)* mention rustc and clippy
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](/~https://github.com/MarcoIeni/release-plz/).
  • Loading branch information
Boshen authored Sep 23, 2024
1 parent 29471c5 commit 1354d4c
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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.3](/~https://github.com/Boshen/cargo-shear/compare/v1.1.2...v1.1.3) - 2024-09-23

### Fixed

- search for tokens in `Verbatim` which are not interpreted by syn. ([#87](/~https://github.com/Boshen/cargo-shear/pull/87))

### Other

- *(renovate)* bump versions
- *(deps)* update rust crates ([#86](/~https://github.com/Boshen/cargo-shear/pull/86))
- *(deps)* update rust crates ([#84](/~https://github.com/Boshen/cargo-shear/pull/84))
- *(deps)* update dependency rust to v1.81.0 ([#83](/~https://github.com/Boshen/cargo-shear/pull/83))
- *(deps)* update dependency rust to v1.80.1 ([#82](/~https://github.com/Boshen/cargo-shear/pull/82))
- Update README.md
- Add trophy cases for reqsign ([#80](/~https://github.com/Boshen/cargo-shear/pull/80))
- *(deps)* update rust crates ([#79](/~https://github.com/Boshen/cargo-shear/pull/79))
- *(README)* mention rustc and clippy

## [1.1.2](/~https://github.com/Boshen/cargo-shear/compare/v1.1.1...v1.1.2) - 2024-08-18

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

0 comments on commit 1354d4c

Please sign in to comment.