Skip to content

Commit d61547f

Browse files
chore(release): 1.3.0 [skip ci]
## [1.3.0](v1.2.0...v1.3.0) (2025-06-14) ### 🚢 Features * enabled cross-repository access by resolving relative paths added search & utils tests ([#17](#17)) by Mats Julius Funke ([commit-98956fa](98956fa))
1 parent 98956fa commit d61547f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wer"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
edition = "2024"
55
description = "A simple cli tool to find out who last edited files or directories of git repositories"
66
license = "MIT"
@@ -20,4 +20,4 @@ syntect = "5.1"
2020

2121
[dev-dependencies]
2222
tempfile = "3.3"
23-
cargo-llvm-cov = "0.6"
23+
cargo-llvm-cov = "0.6"

0 commit comments

Comments
 (0)