0.64.0 (2021/02/05)
A cleanup release with a few minor but important fixes.
jbang will now trigger a rebuild if dependencies (i.e. SNAPSHOTS) have changed their last modified timestamp.
Makes it easier to use jbang to run the same unchanged script against actual changed dependencies without having to clear the cache manually.
info and edit now take --deps and --cp into consideration.
And bug fixed that caused problems for servers (like a private bitbucket server) when downloading raw git urls.
Also Big internal cleanup release - code is now much cleaner; will make it easier to
add features and fix bugs :)
Bug Fixes
Features
- Script options are now handled recursively (#9895367f)
--depsand--cpnow available oninfoandedit(#695) (#d6654e77)- improved dependency handling (#699) (#ac1fc10a)
Refactor
- Lots of cleanup and restructuring of packages.