The v2.6.5 release includes new installation hardening feature. See [release notes](https://hypershell.readthedocs.io/blog/20250215_2_6_5_release.html) for more details.
Previous release did not follow correct protocol and was missing a few commits. The manual pages also did not get built. This release includes everything that was missing and updates the copyright year in all modules.
- Fix missing commits from previous release - Update manual pages - Update copyright year
2.6.3
- Move shell completions out of `src/` - Allow `pyyaml==6.0.1` (EPEL9 compatibility)
2.6.2
This release is a hot fix to the previous 2.6.1 release that accidentally left a reference to an option, `--pending`, in the shell completions that was never shipped in that release. This was not a bug in the code but might suggest to the user that the option was valid when it is in fact not.
2.6.1
The v2.6.1 release includes support for Python 3.9 and minor improvements. See [release notes](https://hypershell.readthedocs.io/blog/20241231_2_6_1_release.html) for more details.
The v2.6.0 release includes important bug fixes and minor improvements. See [release notes](https://hypershell.readthedocs.io/en/latest/blog/20241115_2_6_0_release.html#release) for details.
- Allow `--delete` with `--limit` for task update command - Add inline tag assignment for task submission - Performance improvements and telemetry - Update `--version` behavior - Update logging message behavior