Skip to content

Releases: rubyatscale/codeowners-rs

v0.2.3

19 Dec 19:24
361cda6
Compare
Choose a tag to compare

What's Changed

  • Use noop cache when disabled by @perryqh in #47
  • Adding github team to for-file results by @perryqh in #48
  • Sorting special characters feature parity by @perryqh in #51

Full Changelog: v0.2.2...v0.2.3

v0.2.2

14 Nov 15:50
c31eeff
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

08 Nov 17:11
803d798
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

07 Nov 19:54
8e4cafe
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.5...v0.2.0

v0.1.5

07 Nov 17:12
e865db5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.4...v0.1.5

v0.1.4

06 Nov 15:11
50b7d05
Compare
Choose a tag to compare

What's Changed

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

v0.1.3

05 Nov 20:10
8a13cff
Compare
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
Compare
Choose a tag to compare
adding for-file (#29)

5cd08a0

05 Nov 18:41
5cd08a0
Compare
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
Compare
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