packages feed

clod 0.1.18 → 0.1.19

raw patch · 6 files changed

+7/−38 lines, 6 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,39 +1,8 @@ # Changelog -## [0.1.18] - 2025-04-03--Test release process again--## [0.1.17] - 2025-04-03--Update README, remove crufty documentation files, test release again--## [0.1.16] - 2025-04-03--Run the tests before the rest of the release process--## [0.1.15] - 2025-04-03--Another version bump to test the full release process--## [0.1.14] - 2025-04-03--Version bump to test new release script--now with binary distribution for macOS-Apple Silicon--## [0.1.13] - 2025-04-03--Update maintainer email--## [0.1.12] - 2025-04-01--Version bump to pick up script changes--## [0.1.7] - 2025-04-01+## [0.1.19] - 2025-04-03 -This entire project was created through human-AI pair programming, with Claude-as the sole code and documentation author and Fuzz providing guidance,-architectural decision, and final review.+- Automate release process  ## [0.1.6] - 2025-03-31 ### Changed
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_$macos_version: \"$bottle_sha\" # BOTTLE_SHA256_MARKER"+    BOTTLE_SHA_TEMPLATE="    sha256 cellar: :any, arm64_ventura: \"$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.18+version:             0.1.19 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.18+% CLOD(1) Clod 0.1.19 % Fuzz Leonard & Claude <ink@fuzz.ink> % March 2025 
man/clod.7.md view
@@ -1,4 +1,4 @@-% CLOD(7) Clod 0.1.18+% CLOD(7) Clod 0.1.19 % Fuzz Leonard & Claude <ink@fuzz.ink> % March 2025 
man/clod.8.md view
@@ -1,4 +1,4 @@-% CLOD(8) Clod 0.1.18+% CLOD(8) Clod 0.1.19 % Fuzz Leonard & Claude <ink@fuzz.ink> % March 2025