Releases: ithaka/apiron
Releases · ithaka/apiron
v8.0.0-post.1
Merge pull request #141 from ithaka/chore/release-8.0.0-post.1 Prep release 8.0.0-post.1
v8.0.0
[8.0.0] - 2024-09-04
Changed
- Updated to simpler typing syntax for optional arguments and iterable types using
pyupgrade
- Reformatted files constrained to Python 3.8+ syntax using
black
- Updated documentation to prefer
tox
usage - Updated documentation dependencies and removed upper bounds on their versions
- Add support for Python 3.12
- Remove upper bound on dependencies
Removed
- apiron no longer supports Python 3.7, which reached end of life on 2023-06-27
- apiron no longer supports Python 3.8, which reaches end of life on 2024-10-31
v7.1.0-post.3
[7.1.0-post.3] - 2023-06-20
Fixed
- Update permissions in publishing workflow to allow publishing of files to GitHub releases
v7.1.0-post.2
[7.1.0-post.2] - 2023-06-14
Changed
- Use
package
andwheel_build_env
to speed up tests as this is a pure Python package. See the tox docs for more detail.
v7.1.0-post.1
[7.1.0-post.1] - 2023-04-24
Changed
- Use PyPI trusted publishing instead of manual token authentication
v7.1.0
v7.0.0
[7.0.0] - 2022-12-07
Fixed
- Ensure
py.typed
files end up in binary wheel distribution, which may break type checking for consumers
What's Changed
- Update copyright year in README and LICENSE by @daneah in #112
- Run Actions on pull requests from public forks by @daneah in #115
- Fix copy/paste issue for Python version in matrix by @daneah in #116
- Create paramspec for
Endpoint.__get__
by @tusharsadhwani in #114 - Build wheel from sdist instead of from source by @daneah in #118
- Improve internal and downstream type checking by @daneah in #121
- Update release date in CHANGELOG by @daneah in #122
- Trigger GitHub Actions when tags created by @daneah in #123
New Contributors
- @tusharsadhwani made their first contribution in #114
Full Changelog: v6.1.0...v7.0.0
v6.1.0
v6.0.1
v6.0.0-post.1
[6.0.0-post.1] - 2021-06-21
Changed
- Move from Travis CI to GitHub Actions for testing and publishing
- Use PEP 517 builds