packages feed

clod 0.1.20 → 0.1.21

raw patch · 6 files changed

+7/−7 lines, 6 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,6 +1,6 @@ # Changelog -## [0.1.20] - 2025-04-03+## [0.1.21] - 2025-04-04  - Automate release process 
bin/release view
@@ -485,7 +485,7 @@          # Use simple templates for the bottle lines     ROOT_URL_TEMPLATE="    root_url \"https://github.com/fuzz/clod/releases/download/v$VERSION\" # BOTTLE_ROOT_URL_MARKER"-    BOTTLE_SHA_TEMPLATE="    sha256 arm64_sonoma: \"$bottle_sha\" # BOTTLE_SHA256_MARKER"+    BOTTLE_SHA_TEMPLATE="    sha256 cellar: :any_skip_relocation, arm64_${macos_version}: \"$bottle_sha\" # BOTTLE_SHA256_MARKER"          # Replace the entire lines with the markers     sed -i '' "s|.*BOTTLE_ROOT_URL_MARKER.*|$ROOT_URL_TEMPLATE|" Formula/clod.rb@@ -498,7 +498,7 @@       exit 1     fi     -    if ! grep -q "$bottle_sha.*BOTTLE_SHA256_MARKER" Formula/clod.rb; then+    if ! grep -q "arm64_${macos_version}.*$bottle_sha.*BOTTLE_SHA256_MARKER" Formula/clod.rb; then       echo "ERROR: Bottle SHA update failed. Please check Formula/clod.rb manually."       cat Formula/clod.rb | grep -A 2 "sha256 cellar"       exit 1
clod.cabal view
@@ -1,6 +1,6 @@ cabal-version:       2.4 name:                clod-version:             0.1.20+version:             0.1.21 synopsis:            Project file manager for Claude AI integrations description:         Clod (Claude Loader) is a utility for preparing and uploading files to Claude AI's                       Project Knowledge feature. It tracks file changes, respects .gitignore and .clodignore 
man/clod.1.md view
@@ -1,4 +1,4 @@-% CLOD(1) Clod 0.1.20+% CLOD(1) Clod 0.1.21 % Fuzz Leonard & Claude <ink@fuzz.ink> % March 2025 
man/clod.7.md view
@@ -1,4 +1,4 @@-% CLOD(7) Clod 0.1.20+% CLOD(7) Clod 0.1.21 % Fuzz Leonard & Claude <ink@fuzz.ink> % March 2025 
man/clod.8.md view
@@ -1,4 +1,4 @@-% CLOD(8) Clod 0.1.20+% CLOD(8) Clod 0.1.21 % Fuzz Leonard & Claude <ink@fuzz.ink> % March 2025