Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
# Changelog

All notable changes to CloudSaveKit are documented here.

## 0.2.5 — 2026-09-14

### Documentation

- Added integration, explicit-synchronization, shared-zone, and troubleshooting guides to the public DocC catalog.
- Documented required CloudKit, Push Notifications, background-mode, signing, and provisioning configuration.
- Clarified host persistence responsibilities, checkpoint provenance, transfer-count attribution, shared-zone recovery, and two-device acceptance.
- Updated the package installation example to the current release.

This release contains no public API or runtime behavior changes.

## 0.2.4 — 2026-09-14

### Fixed

- Preserve the first explicit fetch across the initial matching sign-in reconciliation of a nil-state engine while retaining lifecycle invalidation for every later account transition.

All notable changes to CloudSaveKit are documented here.

## 0.2.3 — 2026-09-14

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Add CloudSaveKit to your package dependencies:
```swift
.package(
url: "https://github.com/thatfactory/cloudsavekit.git",
from: "0.2.4"
from: "0.2.5"
)
```

Expand Down