Skip to content

Releases: eindiran/smbus3

v0.5.5

29 Jun 01:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.4...v0.5.5

v0.5.4

14 Jun 05:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.3...v0.5.4

v0.5.3

14 Jun 01:13
Compare
Choose a tag to compare

v0.5.3

  • Fixes bug in 0.5.2 which caused the build to not include any relevant code
  • Add support for purging the pip cache with the testreleased task

Full original changelog: v0.5.2...v0.5.3

Changes from now yanked v0.5.2:

  • Switch to using setup.cfg for configuration metadata.
  • Ensure packages are generated without bdist_wheel option universal, as Python 2 and Windows aren't supported.
  • Add testing option in Makefile for using the PyPI package
  • Update documentation with current Makefile tasks

Full changelog: v0.5.1...v0.5.3

v0.5.1

13 Jun 04:27
Compare
Choose a tag to compare

v0.5.1

Patch release to update documentation post initial release.

v0.5.0

13 Jun 04:05
Compare
Choose a tag to compare

v0.5.0

Initial release of smbus3

  • Initial version of smbus3 published.
  • Split from smbus2 and refactor.
  • Remove Python 2 support and no longer list pre-3.9 Python 3s.
  • Add automated local dev tooling.
  • Reach 100% coverage in unit tests.
  • Add support for 10bit addressing.
  • Add support for setting retry count manually.
  • Add support for setting timeout manually.
  • Update type stubs.