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 .gitmodules entry.
  • 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: added release:latest task to print the current latest tag. release:create now shows the new version alongside the previous one.