Releases: rubyatscale/codeowners-rs
Releases · rubyatscale/codeowners-rs
v0.1.4
v0.1.3
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 clippywarnings by @jackboberg in #31 - Replace GH workflow by @jackboberg in #30
- Update version
0.1.3by @jackboberg in #32
New Contributors
- @alexevanczuk made their first contribution in #14
- @technicalpickles made their first contribution in #17
- @perryqh made their first contribution in #22
- @jackboberg made their first contribution in #31
Full Changelog: 3563109...v0.1.3
dabef4e
adding for-file (#29)
5cd08a0
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
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
Support directory ownership overrides (#26) allowing directory ownership overrides
fb51e5b
Fix CODEOWNERS ordering to match Ruby implementation (#19)
5e148bb
Fix GitHub capitalization, link to docs about CODEOWNERS (#17) Just a pet peeve 😅 Also, link to docs about codeowners
49dac9b
Fix order in which "owner in .codeowner" shows up in CODEOWNERS file …
00b5350
Don't create empty sections in CODEOWNERS file (#16)