Releases: hugovk/pypistats
Releases · hugovk/pypistats
1.7.0
Added
- Generate digital attestations for PyPI (PEP 740) (#451) @hugovk
Changed
- Drop support for Python 3.8 (#448) @hugovk
- Generate
__version__
at build to avoid slow importlib.metadata
(#446) @hugovk
1.5.0
Added
- Add validators for 'python_major' and 'python_minor' arguments (#402) @lnxpy
Fixed
1.3.0
Added
Changed
- Publish to PyPI via OpenID Connect (#382) @hugovk
- Make headers bold and let termcolor 2.1 determine if colour can be used (#377) @hugovk
Fixed
1.2.1
Fixed
- Rename
--format border
to --format pretty
(#367) @hugovk
1.2.0
Added
- Add and use PrettyTable's
SINGLE_BORDER
as the default (#347) @hugovk
Changed
- Migrate from setuptools + setuptools_scm to hatchling + hatch-vcs (#355) @hugovk
- Migrate
setup.cfg
to pyproject.toml
(#354) @hugovk
Fixed
- Remove redundant
wheel
dependency from pyproject.toml
(#332) @hugovk
1.1.0
Added
Fixed
- Bump to 'Development Status :: 5 - Production/Stable' for 1.0 (#295) @hugovk
0.15.0
Changed
- Speedup: Replace modules and use lazy imports (#289) @hugovk
Fixed
- Specify build backend for editable installs (#280) @hugovk