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 77- fix #1194 : correctly handle version keyword when pyproject metadata is missing
88
99
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)
1130
1231### fixed
1332
1433- fix 1184: verify version is dynamic if the dependency is used as indicator for enabling
1534
16- ## v9.0.2
35+ ## v9.0.2 (yanked)
1736
1837### Fixed
1938
2039- fix #1184 : in case setuptools-scm is a indirect dependency and no pyproject.toml section exists - don't infer the version
2140
2241
23- ## v9.0.1
42+ ## v9.0.1 (yanked)
2443
2544### Fixed
2645
2948 as it turns out there's valid use cases where setuptools_scm is not direct part of the dependencies
3049- add codespell pre-commit hook
3150
32- ## v9.0.0
51+ ## v9.0.0 (yanked)
3352
3453### Breaking
3554
You can’t perform that action at this time.
0 commit comments