Skip to content

Releases: tobywf/pasteboard

v0.4.0 (2024-01-14)

15 Jan 01:56
5c985c6
Compare
Choose a tag to compare

No code changes, but - thanks to @fangchenli - releases for Python 3.8, 3.9, 3.10, 3.11, and 3.12. Plus universal wheels for Python 3.11 and 3.12.

v0.3.3 (2021-01-29)

29 Jan 08:18
aa4ff31
Compare
Choose a tag to compare
  • Fix PEP 517 installation (#7)
  • Add support for getting (multiple) FileURLs (#9)

v0.3.2 (2020-10-23)

24 Oct 00:56
Compare
Choose a tag to compare

Update to fix/make package PEP-517 compatible and not fail to install on Python 3.9.

v0.3.1 (2020-02-20)

21 Feb 05:06
8b010f0
Compare
Choose a tag to compare

Now with type hints!

v0.3.0 (2020-02-18)

19 Feb 08:23
49ecae8
Compare
Choose a tag to compare

Pasteboard 0.3.0

  • Now licensed under Mozilla Public License Version 2.0
  • Fixed missing PY_SSIZE_T_CLEAN define
  • Moved to poetry/pyproject.toml. This required a small wrapper around the extension module, and moving that to a sub-package called "_native"
  • Move CI to GitHub workflows