clod 0.1.19 → 0.1.20
raw patch · 6 files changed
+6/−6 lines, 6 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +1/−1
- bin/release +1/−1
- clod.cabal +1/−1
- man/clod.1.md +1/−1
- man/clod.7.md +1/−1
- man/clod.8.md +1/−1
CHANGELOG.md view
@@ -1,6 +1,6 @@ # Changelog -## [0.1.19] - 2025-04-03+## [0.1.20] - 2025-04-03 - 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 cellar: :any, arm64_ventura: \"$bottle_sha\" # BOTTLE_SHA256_MARKER"+ BOTTLE_SHA_TEMPLATE=" sha256 arm64_sonoma: \"$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
clod.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: clod-version: 0.1.19+version: 0.1.20 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.19+% CLOD(1) Clod 0.1.20 % Fuzz Leonard & Claude <ink@fuzz.ink> % March 2025
man/clod.7.md view
@@ -1,4 +1,4 @@-% CLOD(7) Clod 0.1.19+% CLOD(7) Clod 0.1.20 % Fuzz Leonard & Claude <ink@fuzz.ink> % March 2025
man/clod.8.md view
@@ -1,4 +1,4 @@-% CLOD(8) Clod 0.1.19+% CLOD(8) Clod 0.1.20 % Fuzz Leonard & Claude <ink@fuzz.ink> % March 2025