Skip to content

Commit fc2aa1f

Browse files
sugyanclaude
andauthored
fix: Remove duplicate headers and fix ordering in CHANGELOGs (#331)
Fixes CHANGELOG corruption introduced in #324 (release-plz-2025-08-15) where: - Duplicate headers were inserted in 4 CHANGELOG files - Version entries were in incorrect order (old before new) Changes: - Remove duplicate "# Changelog" headers from atrium-api, bsky-sdk, atrium-repo, and bsky-cli - Reorder version entries so newest versions appear first (following Keep a Changelog format) Affected files: - atrium-api/CHANGELOG.md (v0.25.5 and v0.25.6) - bsky-sdk/CHANGELOG.md (v0.1.21 and v0.1.22) - atrium-repo/CHANGELOG.md (v0.1.5 and v0.1.6) - bsky-cli/CHANGELOG.md (v0.1.34 and v0.1.35) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
1 parent 82e3d8e commit fc2aa1f

File tree

4 files changed

+22
-50
lines changed

4 files changed

+22
-50
lines changed

atrium-api/CHANGELOG.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.25.5](https://github.com/atrium-rs/atrium/compare/atrium-api-v0.25.4...atrium-api-v0.25.5) - 2025-08-16
11-
12-
### Fixed
13-
14-
- Add explicit lifetime annotation to Language::as_ref return type ([#323](https://github.com/atrium-rs/atrium/pull/323))
15-
# Changelog
16-
All notable changes to this project will be documented in this file.
17-
18-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
19-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
20-
21-
## [Unreleased]
22-
2310
## [0.25.6](https://github.com/atrium-rs/atrium/compare/atrium-api-v0.25.5...atrium-api-v0.25.6) - 2025-10-01
2411

2512
### Other
2613

2714
- Update for latest lexicon ([#327](https://github.com/atrium-rs/atrium/pull/327))
2815

16+
## [0.25.5](https://github.com/atrium-rs/atrium/compare/atrium-api-v0.25.4...atrium-api-v0.25.5) - 2025-08-16
17+
18+
### Fixed
19+
20+
- Add explicit lifetime annotation to Language::as_ref return type ([#323](https://github.com/atrium-rs/atrium/pull/323))
21+
2922
## [0.25.4](https://github.com/atrium-rs/atrium/compare/atrium-api-v0.25.3...atrium-api-v0.25.4) - 2025-05-25
3023

3124
### Other

atrium-repo/CHANGELOG.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.1.5](https://github.com/atrium-rs/atrium/compare/atrium-repo-v0.1.4...atrium-repo-v0.1.5) - 2025-08-16
11-
12-
### Other
13-
14-
- updated the following local packages: atrium-api, atrium-api
15-
# Changelog
16-
All notable changes to this project will be documented in this file.
17-
18-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
19-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
20-
21-
## [Unreleased]
22-
2310
## [0.1.6](https://github.com/atrium-rs/atrium/compare/atrium-repo-v0.1.5...atrium-repo-v0.1.6) - 2025-10-01
2411

2512
### Fixed
2613

2714
- Apply clippy suggestions and skip stable clippy in CI ([#330](https://github.com/atrium-rs/atrium/pull/330))
2815

16+
## [0.1.5](https://github.com/atrium-rs/atrium/compare/atrium-repo-v0.1.4...atrium-repo-v0.1.5) - 2025-08-16
17+
18+
### Other
19+
20+
- updated the following local packages: atrium-api, atrium-api
21+
2922
## [0.1.4](https://github.com/atrium-rs/atrium/compare/atrium-repo-v0.1.3...atrium-repo-v0.1.4) - 2025-05-25
3023

3124
### Other

bsky-cli/CHANGELOG.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.1.34](https://github.com/atrium-rs/atrium/compare/bsky-cli-v0.1.33...bsky-cli-v0.1.34) - 2025-08-16
10+
## [0.1.35](https://github.com/atrium-rs/atrium/compare/bsky-cli-v0.1.34...bsky-cli-v0.1.35) - 2025-10-01
1111

1212
### Other
1313

14-
- updated the following local packages: bsky-sdk
15-
# Changelog
16-
All notable changes to this project will be documented in this file.
17-
18-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
19-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
20-
21-
## [Unreleased]
14+
- Update for latest lexicon ([#327](https://github.com/atrium-rs/atrium/pull/327))
2215

23-
## [0.1.35](https://github.com/atrium-rs/atrium/compare/bsky-cli-v0.1.34...bsky-cli-v0.1.35) - 2025-10-01
16+
## [0.1.34](https://github.com/atrium-rs/atrium/compare/bsky-cli-v0.1.33...bsky-cli-v0.1.34) - 2025-08-16
2417

2518
### Other
2619

27-
- Update for latest lexicon ([#327](https://github.com/atrium-rs/atrium/pull/327))
20+
- updated the following local packages: bsky-sdk
2821

2922
## [0.1.33](https://github.com/atrium-rs/atrium/compare/bsky-cli-v0.1.32...bsky-cli-v0.1.33) - 2025-05-25
3023

bsky-sdk/CHANGELOG.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.1.21](https://github.com/atrium-rs/atrium/compare/bsky-sdk-v0.1.20...bsky-sdk-v0.1.21) - 2025-08-16
11-
12-
### Other
13-
14-
- updated the following local packages: atrium-api
15-
# Changelog
16-
All notable changes to this project will be documented in this file.
17-
18-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
19-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
20-
21-
## [Unreleased]
22-
2310
## [0.1.22](https://github.com/atrium-rs/atrium/compare/bsky-sdk-v0.1.21...bsky-sdk-v0.1.22) - 2025-10-01
2411

2512
### Fixed
@@ -30,6 +17,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3017

3118
- Update for latest lexicon ([#327](https://github.com/atrium-rs/atrium/pull/327))
3219

20+
## [0.1.21](https://github.com/atrium-rs/atrium/compare/bsky-sdk-v0.1.20...bsky-sdk-v0.1.21) - 2025-08-16
21+
22+
### Other
23+
24+
- updated the following local packages: atrium-api
25+
3326
## [0.1.20](https://github.com/atrium-rs/atrium/compare/bsky-sdk-v0.1.19...bsky-sdk-v0.1.20) - 2025-05-25
3427

3528
### Other

0 commit comments

Comments
 (0)