Skip to content

Commit 536fe21

Browse files
Fix duplicate v9.2.0 changelog entry and improve consistency
- Rename first v9.2.0 to v9.2.1 (unreleased) to distinguish from released v9.2.0 - Standardize section header capitalization (Fixed, Added, Changed, Removed) - Add missing # to issue reference in v9.0.3 (#1184) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 3969982 commit 536fe21

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Changelog
22

33

4-
## v9.2.0
4+
## v9.2.1 (unreleased)
55

6-
### fixed
6+
### Fixed
77

88
- fix #1216: accept and create a warning for usages of `version = attr:` in setuptools config.
99
unfortunately dozens of projects cargo-culted that antipattern
@@ -20,24 +20,24 @@
2020
version inference is automatically enabled with default settings.
2121

2222

23-
### removed
23+
### Removed
2424

2525
- unchecked simplified activation - too many projects use setups where it would fail
2626

27-
### changed
27+
### Changed
2828

2929
- refine activation logic and add unittest for the relevant cases instead of trying to speedrun setuptools
3030

3131
## v9.1.1 (yanked)
3232

33-
### fixed
33+
### Fixed
3434

3535
- fix #1194: correctly handle version keyword when pyproject metadata is missing
3636

3737

3838
## v9.1.0 (yanked)
3939

40-
### fixed
40+
### Fixed
4141

4242
- complete reiteration of the decision logic for enabling version inference on setuptools_scm
4343

@@ -49,9 +49,9 @@
4949

5050
## v9.0.3 (yanked)
5151

52-
### fixed
52+
### Fixed
5353

54-
- fix 1184: verify version is dynamic if the dependency is used as indicator for enabling
54+
- fix #1184: verify version is dynamic if the dependency is used as indicator for enabling
5555

5656
## v9.0.2 (yanked)
5757

0 commit comments

Comments
 (0)