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
<!-- Here upgrade steps for cookiecutter specifically -->
22
+
23
+
## New Features
24
+
25
+
<!-- Here goes the main new features and examples or instructions on how to use them -->
26
+
27
+
### Cookiecutter template
28
+
29
+
<!-- Here new features for cookiecutter specifically -->
30
+
3
31
## Bug Fixes
4
32
5
-
- Fixed some typos in the docs.
6
-
- Fixed wrong comparison for `mike` versions when versions were equal.
7
-
- 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.
8
-
-`setuptools.grpc_tools`: Fix wrong passing of include paths when passed via:
33
+
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
34
+
35
+
### Cookiecutter template
9
36
10
-
* Command-line: Now extra white-spaces and empty strings are removed, before they were passed to `protoc -I`.
11
-
*`pyproject.toml`: Now an empty array/list can be passed to override the default paths, before this resulted in an empty string being passed to `protoc -I`.
37
+
<!-- Here bug fixes for cookiecutter specifically -->
0 commit comments