Skip to content

Commit fb5a852

Browse files
committed
upgrade codeowners version to 0.1.3
1 parent c8d421b commit fb5a852

File tree

3 files changed

+55
-44
lines changed

3 files changed

+55
-44
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.1.2
2+
3+
* upgrade codeowners lib for better match handling
4+
15
# 0.1.0
26

3-
* initial release
7+
* initial release

Cargo.lock

+47-40
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-codeowners"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["softprops <[email protected]>"]
55
description = "Rust cli for working with Github CODEOWNERS files"
66
readme = "README.md"
@@ -11,5 +11,5 @@ license = "MIT"
1111
keywords = ["github", "owners"]
1212

1313
[dependencies]
14-
codeowners = "0.1.1"
15-
clap = "2.25"
14+
codeowners = "0.1.3"
15+
clap = "2.27"

0 commit comments

Comments
 (0)