We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afaedeb commit ae5533aCopy full SHA for ae5533a
CHANGELOG.rst
@@ -6,8 +6,10 @@ v3.0.0
6
* switch to src layout (breaking change)
7
* no longer alias tag and parsed_version in order to support understanding a version parse failure
8
* require parse results to be ScmVersion or None (breaking change)
9
-* fix #266 by requirin the prefix word to be a word again
+* fix #266 by requiring the prefix word to be a word again
10
(breaking change as the bug allowed arbitrary prefixes while the original feature only allowed words")
11
+* introduce a internal config object to allow the configruation fo tag parsing and prefixes
12
+ (thanks to @punkadiddle for introducing it and passing it trough)
13
14
v2.1.0
15
======
0 commit comments