Note breaking changes in README

This commit is contained in:
taoky 2025-06-29 02:05:42 +08:00
parent 40da452f3d
commit 94cc16db5e

View File

@ -4,6 +4,10 @@ Shadowmire syncs PyPI (or plain HTTP(S) PyPI mirrors using Shadowmire) with a li
Requires Python 3.11+. Requires Python 3.11+.
## Breaking Changes
- [2025-06-29] ([8ad920e](https://github.com/taoky/shadowmire/commit/8ad920ee82e34de49bbaa37109d1233bbe604634)): Regex pattern matching now uses `re.search()` instead of `re.match()`. Please check `exclude` and `prerelease_exclude` rules if you are using them. For example, `[a-z]` matches any package name that contains a lowercase letter, instead of only matching package names that start with a lowercase letter.
## Docs ## Docs
### Background ### Background