Skip to content

Releases: jorenham/mainpy

v1.3.1

15 Jul 21:10
91d941b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

01 May 16:33
4de53fc
Compare
Choose a tag to compare

Breaking changes

  • typing_extensions is now also a required dependency on Python 3.10

What's Changed

Full Changelog: v1.2.1...v1.3.0

v1.2.1

29 Feb 21:50
a7dd4c0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

29 Feb 21:41
2db2a05
Compare
Choose a tag to compare

What's Changed

  • Official Python 3.12 support
  • Use asyncio.Runner instead of asyncio.run on Python 3.11+
  • Optional context kwarg on Python 3.11 for passing contextlib.Context
  • Better @mainpy.main type hints
  • Several documentation improvements
  • Improved CI workflow
  • Configured dependabot

Fixes

  • Fix DeprecationWarning with uvloop on Python 3.12+

Full Changelog: v1.1.0...v1.2.0

v1.1.0

18 Jul 14:26
060f0fe
Compare
Choose a tag to compare

What's Changed

  • Added support for running externally defined functions by @wolph in #1

New Contributors

  • @wolph made his first contribution in #1

Full Changelog: v1.0.0...v1.1.0

1.0.0

02 Apr 20:55
7c2200d
Compare
Choose a tag to compare

First release 🎉