v0.0.14
20 June 2026
Git toolkit gains submodule and rm helpers; release tasks improved.
Added
Git::remove(): force-removes tracked paths from the index and working tree, including their.gitmodulesentry.Git::submoduleAdd(): registers a new submodule at a given path.Git::submoduleDeinit(): unregisters a submodule and removes its working directory.Git::fetchTags(): fetches tags from a remote.
Changed
phlat/taskfile.yml: addedrelease:latesttask to print the current latest tag.release:createnow shows the new version alongside the previous one.