Require regress v0.10.5

There are tests that check for the functionality that version newly supports, so an earlier version won't work as expected.
This commit is contained in:
Oliver Hamlet
2026-01-27 20:01:17 +00:00
parent 28af151021
commit 7fee083704
3 changed files with 2 additions and 2 deletions
+1
View File
@@ -36,6 +36,7 @@ Added
deduplicate certain metadata values. The behaviour is configurable using the
new ``MetadataWriteOptions`` struct (or class, in the C++ wrapper), and is
disabled by default.
- Support for modifiers in plugin metadata name regexes.
Fixed
-----
-1
View File
@@ -39,7 +39,6 @@ Changed
exist), the function now always evaluates to false. Previously it would
evaluate to true when the comparator was ``<``, ``<=`` or ``!=``, and false
otherwise.
- Plugin metadata name regexes now support modifiers.
- The specific regex syntax and features supported are now explicitly decoupled
from metadata syntax versioning, so they can change independently.