Releases: dubnom/pyhomeworks
Releases · dubnom/pyhomeworks
Release list
1.1.2
What's Changed
- Fix issue with unsupported floats (#43) @emontnemery
1.1.1
What's Changed
- Handle CR-only line endings (#42) @emontnemery
⬆️ Dependencies
3 changes
- Bump flake8 from 7.1.0 to 7.1.1 (#41) @dependabot
- Bump black from 24.4.2 to 24.8.0 (#40) @dependabot
- Bump mypy from 1.11.0 to 1.11.1 (#39) @dependabot
1.1.0
What's Changed
- Bump version to 1.1.0 (#38) @emontnemery
- Add support for formatting credential string (#37) @emontnemery
1.0.0
What's Changed
- Add support for login credentials (#35) @emontnemery
- Don't connect or start thread from Homeworks constructor (#34) @emontnemery
0.0.8
What's Changed
- Fix misleading comment in release drafter workflow (#31) @emontnemery
- Set timeout when connecting socket (#32) @emontnemery
- Read chunks of 1024 bytes instead of byte by byte (#30) @emontnemery
- Minor tweak of read loop (#29) @emontnemery
- Format code (#28) @emontnemery
- Add helper method for closing the socket (#27) @emontnemery
- Pass bytes to _process_received_data (#26) @emontnemery
- Don't warn when receiving known unhandled data (#25) @emontnemery
- Add helper method for disabling prompt and subscribing to events (#24) @emontnemery
0.0.7
What's Changed
- Remove MANIFEST.in (#23) @emontnemery
- Bump version to 0.0.7 (#22) @emontnemery
- Add pypi publish workflow (#19) @emontnemery
- Add py.typed (#18) @emontnemery
- Improve type annotations and run mypy in strict mode (#16) @emontnemery
- Add bugbear flake8 plugin (#17) @emontnemery
- Sort imports (#15) @emontnemery
- Enable CI test workflow (#12) @emontnemery
- Fix lint errors (#14) @emontnemery
- Format code with black (#13) @emontnemery
- Rename and move some files (#11) @emontnemery
- Enable release drafter workflow (#10) @emontnemery
- Enable dependabot (#9) @emontnemery
- Enable release drafter (#8) @emontnemery
- Add MANIFEST.in (#2) @fabaff
- Update title (#3) @fabaff
- Add license tag (#1) @fabaff
⬆️ Dependencies
2 changes
- Bump actions/setup-python from 5.0.0 to 5.1.1 (#20) @dependabot
- Bump actions/checkout from 4.1.1 to 4.1.7 (#21) @dependabot