Releases: nextline-dev/apluggy
Releases · nextline-dev/apluggy
v1.1.2
What's Changed
Changes 🚀
- Stop supporting Python 3.9 by @TaiSakuma in #233
- Remove code for Python 3.9 by @TaiSakuma in #235
- Update GitHub Actions workflows by @TaiSakuma in #236
- Update GitHub Actions by @TaiSakuma in #237
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
Changes 🚀
- Add tests on Python 3.14 in GitHub Actions by @TaiSakuma in #215
- Support Python 3.14 by @TaiSakuma in #217
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
Changes 🚀
- Improve coverage by @TaiSakuma in #93
- Update tests by @TaiSakuma in #99
- Require
hypothesis>=6.117in tests by @TaiSakuma in #100 - Fix a bug in a test reference function
dunder_enter_triple()by @TaiSakuma in #101 - Update tests by @TaiSakuma in #103
- Update tests by @TaiSakuma in #105
- Remove the no-op option
fix_reraisefromasync_stack_gen_ctxs()by @TaiSakuma in #106 - Remove the option
sequentialfromasync_stack_gen_ctxs()as always enabled by @TaiSakuma in #107 - Deprecate
apluggy.asynccontextmanagerandapluggy.contextmanagerby @TaiSakuma in #108 - Set
asyncio_default_fixture_loop_scopeby @TaiSakuma in #109
Full Changelog: v1.0.3...v1.1.0
v1.0.3
What's Changed
Changes 🚀
- Add tests on Python 3.13 in GitHub Actions by @TaiSakuma in #61
- Support Python 3.13 by @TaiSakuma in #62
Full Changelog: v1.0.2...v1.0.3
v1.0.2
v1.0.1
What's Changed
Changes 🚀
- Correct the minimum required version of
pluggyto1.3by @TaiSakuma in #21
New Contributors
- @dependabot made their first contribution in #12
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
Changes 🚀
- Move
hypothesisto optional dependencies by @TaiSakuma in #10 - Change Development Status to Production/Stable by @TaiSakuma in #11
Full Changelog: v0.9.9...v1.0.0
v0.9.9
What's Changed
Changes 🚀
- Have
register()return the plugin name by @TaiSakuma in #9
Full Changelog: v0.9.8...v0.9.9
v0.9.8
What's Changed
Changes 🚀
- Improve the
genattribute support of the context manager hook by @TaiSakuma in #5 - Simplify the implementation of the
gensupport by @TaiSakuma in #6 - Reorganize directory structure by @TaiSakuma in #7
- Add the
genattribute support to the async context manager hook by @TaiSakuma in #8
Full Changelog: v0.9.7...v0.9.8
v0.9.7
What's Changed
Changes 🚀
- Clean code by @TaiSakuma in #3
- Add options to nest context managers in the reverse order by @TaiSakuma in #4
Full Changelog: v0.9.6...v0.9.7