Releases: jorenham/mainpy
Releases · jorenham/mainpy
v1.4.0
v1.3.2
What's Changed
- Bump the actions group with 4 updates by @dependabot in #28
- simplified vscode config by @jorenham in #29
- update dev deps by @jorenham in #30
- add a sponsor button by @jorenham in #31
- type-check with
--verifytypes
(stubtest) by @jorenham in #32 - fancification of the readme by @jorenham in #33
Full Changelog: v1.3.1...v1.3.2
v1.3.1
What's Changed
- Update dependencies by @jorenham in Update dependencies
- Simplify tox config by @jorenham in #27
Full Changelog: v1.3.0...v1.3.1
v1.3.0
Breaking changes
typing_extensions
is now also a required dependency on Python 3.10
What's Changed
- git-flow by @jorenham in #12
- ruff 0.4.2 by @jorenham in #13
- basedpyright by @jorenham in #14
- pre-commit by @jorenham in #15
- tox by @jorenham in #16
- repo-review by @jorenham in #17
- markdownlint by @jorenham in #18
- contributing guidelines & code of conduct by @jorenham in #19
- python 3.13 support by @jorenham in #20
Full Changelog: v1.2.1...v1.3.0
v1.2.1
What's Changed
- Bump actions/stale from 8 to 9 by @dependabot
- Fix links in README.md by @jorenham
New Contributors
- @dependabot made their first contribution in #4
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- Official Python 3.12 support
- Use
asyncio.Runner
instead ofasyncio.run
on Python 3.11+ - Optional
context
kwarg on Python 3.11 for passingcontextlib.Context
- Better
@mainpy.main
type hints - Several documentation improvements
- Improved CI workflow
- Configured dependabot
Fixes
- Fix
DeprecationWarning
withuvloop
on Python 3.12+
Full Changelog: v1.1.0...v1.2.0