8000 URLs: Renaming by tony · Pull Request #417 · vcs-python/libvcs · GitHub
[go: up one dir, main page]

Skip to content

URLs: Renaming #417

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Sep 23, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
docs(CHANGES): Note URL renames
  • Loading branch information
tony committed Sep 22, 2022
commit a0385711456b15433be3470ec2e314fedffa1594
9 changes: 9 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ $ pip install --user --upgrade --pre libvcs

- _Add your latest changes from PRs here_

### Breaking changes

URL renamings (#417):

- `Matcher` -> `Rule`, `MatcherRegistry` -> `Rules`
- `matches` -> `rule_map`
- `default_patterns` -> `patterns`
- `MATCHERS` -> `RULES`

## libvcs 0.16.5 (2022-09-21)

### Bug fixes
Expand Down
0