File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## v9.0.3
3
+ ## v9.1.0
4
+
5
+ ### fixed
6
+
7
+ - complete reiteration of the decision logic for enabling version inference on setuptools_scm
8
+
9
+ - shared logic for the important parts
10
+ - proper deferring based in precedence of finalize options vs version keyword
11
+ - unittestable for the parsing parts and the decision steps
12
+
13
+
14
+ ## v9.0.3 (yanked)
4
15
5
16
### fixed
6
17
7
18
- fix 1184: verify version is dynamic if the dependency is used as indicator for enabling
8
19
9
- ## v9.0.2
20
+ ## v9.0.2 (yanked)
10
21
11
22
### Fixed
12
23
13
24
- fix #1184 : in case setuptools-scm is a indirect dependency and no pyproject.toml section exists - don't infer the version
14
25
15
26
16
- ## v9.0.1
27
+ ## v9.0.1 (yanked)
17
28
18
29
### Fixed
19
30
22
33
as it turns out there's valid use cases where setuptools_scm is not direct part of the dependencies
23
34
- add codespell pre-commit hook
24
35
25
- ## v9.0.0
36
+ ## v9.0.0 (yanked)
26
37
27
38
### Breaking
28
39
You can’t perform that action at this time.
0 commit comments