Skip to content

Commit 5413460

Browse files
Merge branch 'infer-version-logic'
2 parents bf3aac1 + e522314 commit 5413460

File tree

1 file changed

+23
-4
lines changed

1 file changed

+23
-4
lines changed

CHANGELOG.md

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,39 @@
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

@@ -29,7 +48,7 @@
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

0 commit comments

Comments
 (0)