Changelog¶
0.11.0 (2026-05-17)¶
Upgrade chocolatey installer for chocolatey.2.7.2.nupkg
Added support for Python 3.15
Dropped support for Python 3.10 (due to compatibility issues).
Fix for nox ‘lint’ session.
Setup update, fixes and improvement.
0.10.0 (2026-01-20)¶
Upgrade chocolatey installer for chocolatey.2.6.0.nupkg
Bugfix concerning the elevated mode checking.
Copyright year update.
Switched from tox to Nox for project automation.
The documentation has been moved from Read the Docs to GitHub Pages.
Setup update (mainly dependencies).
0.9.0 (2025-09-19)¶
Making and mark the package typed.
Upgrade chocolatey installer for chocolatey.2.5.1.nupkg
Add license() command. Available since Chocolatey v2.5.0
Add support() command. Available since Chocolatey v2.5.0
Fix an error in export(): was include_version -> include_version_numbers.
Remove all_versions option from installed(). Dropped in Chocolatey v2.0.0
- The ignore_pinned option is now supported in installed(). Available sinceChocolatey v2.5.0
Added the ‘tool.tox.env.cleanup’ test environment.
Setup update (mainly dependencies) and fixes.
0.8.2 (2025-05-15)¶
The distribution is now built using ‘build’ instead of ‘setuptools’.
Setup update (mainly dependencies) (due to regressions in tox and setuptools).
0.8.1 (2025-05-04)¶
Setup update (mainly dependencies).
0.8.0 (2025-04-28)¶
Added support for Python 3.14
Dropped support for Python 3.9 (due to compatibility issues).
Updated Read the Docs’ Python version to 3.13
Updated tox’s base_python to version 3.13
Setup update (mainly dependencies).
0.7.1 (2025-03-20)¶
Upgrade chocolatey installer for chocolatey.2.4.3.nupkg
Added support for PyPy 3.11
Dropped support for PyPy 3.9
Setup update (mainly dependencies).
0.7.0 (2025-02-01)¶
Bugfix for feature_get().
Bugfix for config_set().
Bugfix for search().
Bugfix for template_info().
Copyright year update.
- Remove ‘unpackself’ command - because deprecate, see:
Upgrade chocolatey installer for chocolatey.2.4.2.nupkg
More unittests.
100% code linting.
100% code coverage.
Setup update (mainly dependencies).
0.6.1 (2024-12-13)¶
Source distribution (*.tar.gz now) is compliant with PEP-0625.
Setup update (mainly dependencies).
0.6.0 (2024-12-10)¶
Upgrade chocolatey installer for chocolatey.2.4.1.nupkg
More unittests.
Tox configuration is now in native (toml) format.
Setup update (mainly dependencies).
0.5.0 (2024-10-30)¶
Added support for Python 3.13
Dropped support for Python 3.8
Setup update (mainly dependencies).
0.4.1 (2024-06-20)¶
Upgrade chocolatey installer for chocolatey.2.3.0.nupkg
Setup update (mainly dependencies).
0.4.0 (2024-01-26)¶
Setup update (now based on tox >= 4.0).
Added support for Python 3.12
Added support for PyPy 3.9 and 3.10
Copyright year update.
Cleanup.
0.3.1 (2023-11-24)¶
Fix for info(). Now works for local_only=True.
Setup cleanup.
0.3.0 (2023-11-22)¶
Dropped support for Python 3.7.
Setup update (mainly dependencies).
0.2.2 (2023-10-27)¶
Added –yes option as default for push().
0.2.1 (2023-10-13)¶
Fix for setup.
0.2.0 (2023-10-12)¶
Added Chocolatey.setup() for install chocolatey.
0.1.2 (2023-10-11)¶
Fixes for many functions that failed when the source was set.
0.1.1 (2023-10-11)¶
Added missing source_add().
Fixes for source(s). Now works on unelevated mode.
0.1.0 (2023-10-09)¶
First working release.
Added support for non-elevated mode.
Added (mostly raw) unittests.
Small fix for run().
0.0.0 (2023-07-07)¶
Initial commit.