Releases: brettcannon/mousebender
Releases · brettcannon/mousebender
2023.2
What's Changed
🎉 New Features
- Add
ProjectFileDetails
by @brettcannon in #109
Full Changelog: v2023.1...v2023.2
2023.1
What's Changed
🎉 New Features
- Implement PEP 714, drop Python 3.7, and add Python 3.12 by @brettcannon in #107
🪲 Bug Fixes
New Contributors
Full Changelog: v2023.0.0...v2023.1
2023.0.0
What's Changed
🎉 New Features
- Support PEP 629 by @brettcannon in #100
🪲 Bug Fixes
- Remove an unused import by @pradyunsg in #96
New Contributors
- @pradyunsg made their first contribution in #96
Full Changelog: v2022.1.0...v2023.0.0
2022.1.0
What's Changed
🎉 New Features
- Provide support code for making HTTP requests and processing the responses by @brettcannon in #89
- Add support for [PEP 700]( by @brettcannon in #93
Full Changelog: v2022.0.0...v2022.1.0)
v2022.0.0
- Completely redo
mousebender.simple
to support PEP 691 (thanks ElwoodOAM and brettcannon) - Write documentation and publish them to https://mousebender.readthedocs.io/ (thanks d3r3kk and brettcannon)
v2.0.0
- PR #22: Support Python 3.6 and newer (thanks d3r3kk)
- PR #25: Support PEP 592: yanked (thanks brettcannon
v1.0.1
- PR #18: Support relative URLs in a repo index page (thanks brettcannon)
v0.1.0.post1
- PR #16: Tweak the README (thanks brettcannon)