clod 0.1.37 → 0.1.38
raw patch · 5 files changed
+6/−6 lines, 5 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- bin/release +2/−2
- clod.cabal +1/−1
- man/clod.1.md +1/−1
- man/clod.7.md +1/−1
- man/clod.8.md +1/−1
bin/release view
@@ -670,8 +670,8 @@ sed -i '' '/^ rebuild [0-9]\+$/d' Formula/clod.rb fi - # Update the bottle SHA- BOTTLE_SHA_TEMPLATE=" sha256 cellar: :any_skip_relocation, arm64_${macos_version}: \"$bottle_sha\" # BOTTLE_SHA256_MARKER"+ # Update the bottle SHA - use :any for cellar since we link against libmagic+ BOTTLE_SHA_TEMPLATE=" sha256 cellar: :any, arm64_${macos_version}: \"$bottle_sha\" # BOTTLE_SHA256_MARKER" # Replace the SHA line with the marker sed -i '' "s|.*BOTTLE_SHA256_MARKER.*|$BOTTLE_SHA_TEMPLATE|" Formula/clod.rb
clod.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: clod-version: 0.1.37+version: 0.1.38 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.37+% CLOD(1) Clod 0.1.38 % Fuzz Leonard & Claude <ink@fuzz.ink> % March 2025
man/clod.7.md view
@@ -1,4 +1,4 @@-% CLOD(7) Clod 0.1.37+% CLOD(7) Clod 0.1.38 % Fuzz Leonard & Claude <ink@fuzz.ink> % March 2025
man/clod.8.md view
@@ -1,4 +1,4 @@-% CLOD(8) Clod 0.1.37+% CLOD(8) Clod 0.1.38 % Fuzz Leonard & Claude <ink@fuzz.ink> % March 2025