Releases: rubyatscale/codeowners-rs
Releases · rubyatscale/codeowners-rs
v0.2.3
v0.2.2
v0.2.1
What's Changed
- Docs: Update readme for 0.2.0 by @jackboberg in #40
- test: Improve output tests by @jackboberg in #41
- Formatting improvements to for_file and validate by @perryqh in #42
Full Changelog: v0.2.0...v0.2.1
v0.2.0
v0.1.5
What's Changed
- Read codeowners on demand by @perryqh in #35
- Improve code owner "source" descriptions by @perryqh in #36
- Escaping brackets in team file CODEOWNERS entries by @perryqh in #37
- Increment version to
0.1.5
by @jackboberg in #38
Full Changelog: v0.1.4...v0.1.5
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 clippy
warnings by @jackboberg in #31 - Replace GH workflow by @jackboberg in #30
- Update version
0.1.3
by @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