clod 0.1.5 → 0.1.6
raw patch · 5 files changed
+18/−8 lines, 5 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +14/−4
- 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
@@ -5,12 +5,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.6] - 2025-03-31+### Changed+- Simplified man page installation in Homebrew formula+- Improved cross-platform compatibility+- Removed complex installation scripts in favor of more standard approaches+- Enhanced Homebrew formula based on best practices+ ## [0.1.5] - 2025-03-31 ### Changed-- Improved robustness of man page installation scripts-- Enhanced debugging for installation issues-- Made scripts more resilient to various environment configurations-- Fixed path handling edge cases in installation process+- Major improvements to man page installation script:+ - Added detailed logging to aid in debugging installation issues+ - Enhanced pandoc detection to work in multiple environment configurations+ - Ensured script gracefully handles missing files or tools+ - Added fallbacks for all error conditions to prevent build failures+ - Fixed path handling edge cases in installation process+- Updated Homebrew formula to better handle installation requirements ## [0.1.4] - 2025-03-31 ### Changed
clod.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: clod-version: 0.1.5+version: 0.1.6 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.5+% CLOD(1) Clod 0.1.6 % Fuzz Leonard % March 2025
man/clod.7.md view
@@ -1,4 +1,4 @@-% CLOD(7) Clod 0.1.5+% CLOD(7) Clod 0.1.6 % Fuzz Leonard % March 2025
man/clod.8.md view
@@ -1,4 +1,4 @@-% CLOD(8) Clod 0.1.5+% CLOD(8) Clod 0.1.6 % Fuzz Leonard % March 2025