Skip to content

v1.15.1 - Maintenance

Compare
Choose a tag to compare
@tony tony released this 24 Sep 02:26
· 1067 commits to master since this release

Infrastructure

  • CI speedups (#819)

    • Split out release to separate job so the PyPI Upload docker image isn't pulled on normal runs

    • Clean up CodeQL

  • Bump poetry 1.1.x -> 1.2.x

  • Bump libtmux 0.15.1 -> 0.15.6

    • 0.15.7 (move .coveragerc -> pyproject.toml)

    • 0.15.6 (#823, pytest fixes, packaging improvements)

    • 0.15.3 (#821, pytest plugin improvements, root-level conftest.py)

  • Move .coveragerc -> pyproject.toml (#824)

Packaging

  • Remove MANIFEST.in

    This is handled by poetry's include in pyproject.toml.

  • Remove .tmuxp-before-script.sh from .tmuxp.yaml

Automated

  • Document conditions for suppress_history by @jpcirrus in #817
  • CI: Speed improvements by @tony in #819
  • build(deps): Bump libtmux 0.15.1 -> 0.15.3 by @tony in #821
  • build(deps): Bump libtmux to 0.15.6 by @tony in #823
  • build: Remove .coveragerc, use pyproject.toml by @tony in #824

New Contributors

Full Changelog: v1.15.0...v1.15.1