From e0daefe55700c5cae21136d332fc2a129f46708d Mon Sep 17 00:00:00 2001 From: Fernando Fernandes Date: Tue, 18 Aug 2026 23:48:25 +0200 Subject: [PATCH] Prepare ProgressionKit 0.1.6 --- CHANGELOG.md | 15 +++++++++++++++ README.md | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..fa818ca --- /dev/null +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index b062f81..94659dc 100644 --- a/README.md +++ b/README.md @@ -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" ) ] ```