Skip to content

Commit ef0753e

Browse files
authored
Merge pull request #170 from stepchowfun/v1.8.0
Release v1.8.0
2 parents a542118 + 0320c47 commit ef0753e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.8.0] - 2023-05-10
9+
10+
### Added
11+
- Added the `--fail-if-any` flag to the `list-unused` subcommand.
12+
813
## [1.7.0] - 2023-04-03
914

1015
### Changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tagref"
3-
version = "1.7.0"
3+
version = "1.8.0"
44
authors = ["Stephan Boyer <stephan@stephanboyer.com>"]
55
edition = "2021"
66
description = "Tagref helps you maintain cross-references in your code."

0 commit comments

Comments
 (0)