From 94cc16db5ee13accc777d1b51adbcbb079055f31 Mon Sep 17 00:00:00 2001 From: taoky Date: Sun, 29 Jun 2025 02:05:42 +0800 Subject: [PATCH] Note breaking changes in README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fe86cb1..a1736cb 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ Shadowmire syncs PyPI (or plain HTTP(S) PyPI mirrors using Shadowmire) with a li 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 ### Background