You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This means that a version like v0x1e1 were accepted as valid semver
versions. Now this version is not considered a semver version anymore.
Signed-off-by: Leandro Lucarella <[email protected]>
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ But you might still need to adapt your code:
32
32
33
33
- Fixed some typos in the docs.
34
34
- Fixed wrong comparison for `mike` versions when versions were equal.
35
+
- Fixed version regex escaping of `.`. This means that a version like v0x1e1 were accepted as valid semver versions. Now this version is not considered a semver version anymore.
35
36
-`setuptools.grpc_tools`: Fix wrong passing of include paths when passed via:
36
37
37
38
* Command-line: Now extra white-spaces and empty strings are removed, before they were passed to `protoc -I`.
0 commit comments