Skip to content

Commit

Permalink
chore: release v1.1.0 (#63)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `cargo-shear`: 1.0.1 -> 1.1.0

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

<blockquote>

##
[1.1.0](v1.0.1...v1.1.0) -
2024-07-10

### Added
- inherit package level ignore from workspace level ignore
([#64](#64))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](/~https://github.com/MarcoIeni/release-plz/).
  • Loading branch information
Boshen authored Jul 10, 2024
1 parent 3dd3f42 commit eaab6c4
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).

## [1.1.0](/~https://github.com/Boshen/cargo-shear/compare/v1.0.1...v1.1.0) - 2024-07-10

### Added
- inherit package level ignore from workspace level ignore ([#64](/~https://github.com/Boshen/cargo-shear/pull/64))

## [1.0.1](/~https://github.com/Boshen/cargo-shear/compare/v1.0.0...v1.0.1) - 2024-07-07

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

0 comments on commit eaab6c4

Please sign in to comment.