All notable changes to CodeGraph are documented here. Each entry also ships as
a GitHub Release tagged
vX.Y.Z, which is where most people will look.
This project follows Keep a Changelog and adheres to Semantic Versioning.
codegraph CLI failing with zsh: permission denied: codegraph after a fresh
global install. The published 0.7.5 tarball shipped dist/bin/codegraph.js
without the executable bit, so the shell refused to run it through the npm
symlink. The build now chmod +x's the binary before packing.Already on 0.7.5? Either upgrade to 0.7.6, or unblock yourself in place:
chmod +x "$(npm root -g)/@colbymchenry/codegraph/dist/bin/codegraph.js"