Key changes since 1.1.1
Added
get_profile()to get information about current user by @BuilderJG in #213get_posts()to retrieve posts from group walls by @Starefossen in #219get_posts()andget_profile()examples tomanual_test_functions.pyscript by @elliot-100 in #218, #220- Move code examples to
examples/directory and upgrade to use Pathlib by @elliot-100 in #221, #215 - Typing: complete and enforce presence of return type annotations for public functions in main module by @elliot-100 in #171
- CI: add changelog to release by @Olen in #182
- CI: fetch tags on checkout by @Olen in #193
- CI: add Python 3.14 to matrix by @elliot-100 in #208
- CI: add permissions to
python-package.ymlworkflow by @elliot-100 in #217
Changed
- Require Python >= 3.10 by @elliot-100 in #214
- Simplify dependency ranges; bump dev dependencies to latest by @elliot-100 in #209
Fixed
- #194 Example
manual_test_functions.pyfails withNameErrorby @elliot-100 in #195 - Typing: incorrect
Spond.update_event()return hint by @elliot-100 in #222 - #174: CI: ruff step emits warning about version by @elliot-100 in #188
- #190: CI: release to PyPI workflow attempts to install from deleted dependency group by @elliot-100 in #191
- #186 CI attempts to publish to PyPI on pushing commits to main in forks by @Olen in #192
New Contributors
- @BuilderJG made their first contribution in #213
- @Starefossen made their first contribution in #219
Full Changelog: v1.1.1...v1.2.0