Skip to content

Commit e522314

Browse files
add changelog
1 parent f3c9a30 commit e522314

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,30 @@
11
# Changelog
22

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)
415

516
### fixed
617

718
- fix 1184: verify version is dynamic if the dependency is used as indicator for enabling
819

9-
## v9.0.2
20+
## v9.0.2 (yanked)
1021

1122
### Fixed
1223

1324
- fix #1184: in case setuptools-scm is a indirect dependency and no pyproject.toml section exists - don't infer the version
1425

1526

16-
## v9.0.1
27+
## v9.0.1 (yanked)
1728

1829
### Fixed
1930

@@ -22,7 +33,7 @@
2233
as it turns out there's valid use cases where setuptools_scm is not direct part of the dependencies
2334
- add codespell pre-commit hook
2435

25-
## v9.0.0
36+
## v9.0.0 (yanked)
2637

2738
### Breaking
2839

0 commit comments

Comments
 (0)