Skip to content

v0.0.66

Compare
Choose a tag to compare
@michalc michalc released this 05 Aug 13:06
· 109 commits to main since this release
d439d2a

What's Changed

Most changes are to docs or ci. The only very small change to the final package is the move from setup.py to pyproject.toml, which shouldn't effect most users.

  • docs: details on streaming to avoid gotachs on the no compression modes by @michalc in #64
  • docs: fix typo by @michalc in #65
  • docs: put file mode in recipe by @michalc in #66
  • docs: list features in README like in stream-unzip by @michalc in #67
  • build(deps): bump certifi from 2022.12.7 to 2023.7.22 by @dependabot in #69
  • build(deps): bump pygments from 2.14.0 to 2.15.0 by @dependabot in #68
  • docs: tidy sections by @michalc in #71
  • docs: rename recipes to examples, and separate input and output for a flatter structure by @michalc in #72
  • docs: update publishing a release instructions by @michalc in #73
  • docs: clearer section name for getting the source code by @michalc in #74
  • docs: fix and clarify exception hierarchy by @michalc in #75
  • docs: fix contributing instructions by @michalc in #76
  • ci: workflow tidy by @michalc in #77
  • docs: publish docs not via a branch by @michalc in #78
  • docs: fix test badge by @michalc in #79
  • ci: add url to PyPI environment and improve consistency by @michalc in #80
  • ci: tweak workflow names by @michalc in #81
  • build: move to pyproject.toml by @michalc in #82

Full Changelog: v0.0.65...v0.0.66