Skip to content

Commit e8263cf

Browse files
committed
chore: bump version to v1.0.1
New release with the bugfixes.
1 parent 21fb780 commit e8263cf

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

66
## Unreleased
77

8+
## [1.0.1] - 2025-05-22
9+
810
### Fixed
911

1012
- Fixed a crash when the commit message was empty

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 = "show-changed-tests"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "Githook to automatically fill in tracking numbers of changed test cases"
55
readme = "README.md"
66
edition = "2021"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ show-changed-tests -- "$@"
6767
default_install_hook_types: [pre-commit, prepare-commit-msg]
6868
repos:
6969
- repo: https://github.com/dev-threads/show-changed-tests
70-
rev: v1.0.0
70+
rev: v1.0.1
7171
hooks:
7272
- id: show-changed-tests
7373

@@ -96,7 +96,7 @@ If it is installed via pre-commit, use the `args` key:
9696
default_install_hook_types: [pre-commit, prepare-commit-msg]
9797
repos:
9898
- repo: https://github.com/dev-threads/show-changed-tests
99-
rev: v1.0.0
99+
rev: v1.0.1
100100
hooks:
101101
- id: show-changed-tests
102102
args: ["--trailer=Issues", "--prefix=test:"]

0 commit comments

Comments
 (0)