Skip to content

Commit 6ca59c5

Browse files
chore(release): prep 6.56.3 - a swap the session survives keeps its contract, and three silent exits speak
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WbciAqCSxpaiUpTumrCuA9
1 parent 3c4f942 commit 6ca59c5

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ the public-API contract.
1010

1111
## [Unreleased]
1212

13+
_Nothing yet._
14+
15+
## [6.56.3] - 2026-08-29
16+
1317
### Fixed
1418

1519
- **An in-place item swap keeps the contract its session was loaded under (AE#440).** A swap replaces the

Examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Three samples covering different audiences:
1818
```
1919
https://github.com/superuser404notfound/AetherEngine
2020
```
21-
Dependency Rule: Up to Next Major Version, starting from `6.56.2`. Add the `AetherEngine` library product to your app target.
21+
Dependency Rule: Up to Next Major Version, starting from `6.56.3`. Add the `AetherEngine` library product to your app target.
2222

2323
3. **Drop the file in.** Replace the Xcode template's default `App.swift` (or whatever the generated `@main` file is called) with the contents of [`MinimalPlayerApp.swift`](MinimalPlayer/MinimalPlayerApp.swift). The file is self-contained: it defines both the `@main App` struct and the `ContentView`.
2424

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ Subtitle cues land in raw source PTS; render the overlay against `player.sourceT
325325
Install via Swift Package Manager:
326326

327327
```swift
328-
.package(url: "https://github.com/superuser404notfound/AetherEngine", from: "6.56.2")
328+
.package(url: "https://github.com/superuser404notfound/AetherEngine", from: "6.56.3")
329329
```
330330

331331
Three samples ship in `Examples/`:
@@ -528,10 +528,10 @@ Browse all of this as a searchable site at **[aetherengine.superuser404.de](http
528528
AetherEngine uses [Semantic Versioning](https://semver.org). The public API surface, every `public` declaration in `Sources/AetherEngine/`, is the stability contract. **Major** removes / renames public symbols or breaks adopters; **Minor** adds public API or codec / format support; **Patch** fixes bugs with no public API change. `internal` types are not part of the contract.
529529

530530
```swift
531-
.package(url: "https://github.com/superuser404notfound/AetherEngine", from: "6.56.2")
531+
.package(url: "https://github.com/superuser404notfound/AetherEngine", from: "6.56.3")
532532
```
533533

534-
Pin to `.upToNextMinor(from: "6.56.2")` for stricter teams that prefer to opt into minor bumps explicitly.
534+
Pin to `.upToNextMinor(from: "6.56.3")` for stricter teams that prefer to opt into minor bumps explicitly.
535535

536536
## Requirements
537537

0 commit comments

Comments
 (0)