v0.13.5
Frequenz Repository Configuration Release Notes
Bug Fixes
-
Fixed some typos in the docs.
-
Fixed wrong comparison for
mikeversions when versions were equal. -
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. -
setuptools.grpc_tools: Fix wrong passing of include paths when passed via:- Command-line: Now extra white-spaces and empty strings are removed, before they were passed to
protoc -I. pyproject.toml: Now an empty array/list can be passed to override the default paths, before this resulted in an empty string being passed toprotoc -I.
- Command-line: Now extra white-spaces and empty strings are removed, before they were passed to
What's Changed
- Clear release notes by @llucax in #405
- Fix typos in documentation by @llucax in #416
- setuptools: Fix passing empty include paths by @llucax in #418
- Fix missing comparison for equal versions by @llucax in #415
Full Changelog: v0.13.4...v0.13.5