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