Skip to content

Releases: rubyatscale/codeowners-rs

v0.1.4

06 Nov 15:11
50b7d05

Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.1.4

v0.1.3

05 Nov 20:10
8a13cff

Choose a tag to compare

What's Changed

  • Integrate color-eyre for better error and stacktrace reporting by @mzruya in #3
  • Integrate error-stack for better error and stacktrace reporting by @mzruya in #4
  • test coverage for error messages by @mzruya in #5
  • Check team validity by @mzruya in #7
  • faster algorithm for removing nested packages by @mzruya in #8
  • Adapt to recent codeowners changes by @mzruya in #9
  • reduce sensitivity to config change by matching packages based on their folder name by @mzruya in #10
  • Adapt to new package structure by @mzruya in #11
  • Skip gitignored files by @mzruya in #12
  • change log statements to info by @mzruya in #13
  • Support directory ownership by @alexevanczuk in #14
  • Fix order in which "owner in .codeowner" shows up in CODEOWNERS file by @alexevanczuk in #15
  • Don't create empty sections in CODEOWNERS file by @mzruya in #16
  • Fix CODEOWNERS section ordering to match Ruby implementation by @mzruya in #19
  • Fix GitHub capitalization, link to docs about CODEOWNERS by @technicalpickles in #17
  • Updating error-stack by @perryqh in #22
  • Support directory ownership overrides by @perryqh in #26
  • Handling file paths with square brackets by @perryqh in #28
  • Adding for-file to the CLI by @perryqh in #29
  • Fix flaky tests and resolve cargo clippy warnings by @jackboberg in #31
  • Replace GH workflow by @jackboberg in #30
  • Update version 0.1.3 by @jackboberg in #32

New Contributors

Full Changelog: 3563109...v0.1.3

dabef4e

05 Nov 18:33
dabef4e

Choose a tag to compare

adding for-file (#29)

5cd08a0

05 Nov 18:41
5cd08a0

Choose a tag to compare

Fix flaky tests and resolve `cargo clippy` warnings (#31)

* Fix sorting issue in flaky specs

* Resolve clippy warnings

* Update pre-commit clippy config

matches upcoming change to GH workflow

2d877bc

04 Nov 23:11
2d877bc

Choose a tag to compare

Handling file paths with square brackets (#28)

* adding failing test for special char in path

* escaping brackets in globs

* codeowner entries need brackets escaped too

8d27cdd

01 Nov 19:09
8d27cdd

Choose a tag to compare

Support directory ownership overrides (#26)

allowing directory ownership overrides

fb51e5b

04 Dec 16:15
fb51e5b

Choose a tag to compare

Fix CODEOWNERS ordering to match Ruby implementation (#19)

5e148bb

04 Dec 17:00
5e148bb

Choose a tag to compare

Fix GitHub capitalization, link to docs about CODEOWNERS (#17)

Just a pet peeve 😅  Also, link to docs about codeowners

49dac9b

14 Aug 19:08
49dac9b

Choose a tag to compare

Fix order in which "owner in .codeowner" shows up in CODEOWNERS file …

00b5350

14 Aug 21:22
00b5350

Choose a tag to compare

Don't create empty sections in CODEOWNERS file (#16)