From fc706793fa0be7ca0d512428fc3b863b9774aeff Mon Sep 17 00:00:00 2001 From: Takeshi Shimada Date: Sat, 29 Nov 2025 14:37:05 +0900 Subject: [PATCH] chore: prepare for 1.7.6 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ec998a19..31a6e6b57 100644 --- a/README.md +++ b/README.md @@ -227,7 +227,7 @@ Add the dependency to your Package.swift file: ```swift dependencies: [ - .package(url: "https://github.com/takeshishimada/Lockman", from: "1.7.5") + .package(url: "https://github.com/takeshishimada/Lockman", from: "1.7.6") ] ``` @@ -258,8 +258,8 @@ Add the dependency to your target: | Lockman | The Composable Architecture | |---------|----------------------------| +| 1.7.6 | 1.23.0 | | 1.7.5 | 1.22.3 | -| 1.7.4 | 1.22.2 | | 1.7.3 | 1.22.1 | | 1.7.2 | 1.22.1 | | 1.7.1 | 1.22.0 | @@ -273,6 +273,7 @@ Add the dependency to your target: | Lockman | The Composable Architecture | |---------|----------------------------| +| 1.7.4 | 1.22.2 | | 1.4.0 | 1.20.2 | | 1.3.2 | 1.20.2 | | 1.3.1 | 1.20.2 |