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: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

All notable changes to ProgressionKit are documented here.

## [0.1.6] - 2026-08-18

### Changed

- Updated the package's shared agent-guidelines integration to `0.0.18`.
- Adopted the shared `swift-format` configuration across the package manifest, sources, and tests.
- Added strict, non-mutating Swift-format validation to pull-request and protected-branch CI.

### Compatibility

- No public API or progression-behavior changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ In your `Package.swift`, add `ProgressionKit` as a dependency:
dependencies: [
.package(
url: "https://github.com/thatfactory/progressionkit",
from: "0.1.5"
from: "0.1.6"
)
]
```
Expand Down