diff --git a/.github/workflows/release-binaries.yml b/.github/workflows/release-binaries.yml index cffa86f..cf257b4 100644 --- a/.github/workflows/release-binaries.yml +++ b/.github/workflows/release-binaries.yml @@ -14,7 +14,7 @@ permissions: jobs: upload-assets: name: ${{ matrix.target }} - if: github.repository_owner == 'Boshen' && startsWith(github.event.release.name, 'cargo-shear-v') + if: github.repository_owner == 'Boshen' strategy: matrix: include: diff --git a/CHANGELOG.md b/CHANGELOG.md index e47b4a8..4aabe03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.15](https://github.com/Boshen/cargo-shear/compare/v0.0.14...v0.0.15) - 2024-03-26 + +### Other +- fix release + ## [0.0.14](https://github.com/Boshen/cargo-shear/compare/v0.0.13...v0.0.14) - 2024-03-26 ### Other diff --git a/Cargo.lock b/Cargo.lock index e6aad05..88f7fc1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -57,7 +57,7 @@ dependencies = [ [[package]] name = "cargo-shear" -version = "0.0.14" +version = "0.0.15" dependencies = [ "anyhow", "bpaf", diff --git a/Cargo.toml b/Cargo.toml index 4e33d96..9f6e7de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-shear" -version = "0.0.14" +version = "0.0.15" edition = "2021" description = "Detect and remove unused dependencies from Cargo.toml" authors = ["Boshen "]