Skip to content

v0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 May 06:02
94a6d80

The 0.9 series should be the final version of tome before a 1.0
release.

This includes a couple breaking changes, and users should update
their scripts:

  • the following commands are now builtins, and will overrides any scripts with the same name: commands, exec, help, tome.
  • tome no longer infers the shell from the SHELL environment variable in
    any situation: users should pass in the desired shell directly during the initialization.
  • a script must be explicitly be marked with COMPLETE to support
    completion. Previously all scripts were assumed to support completion.

What's Changed

Full Changelog: v0.8.1...v0.9.0