Skip to content

Releases: VCTLabs/pygtail

Release v0.14.0.3

Choose a tag to compare

@github-actions github-actions released this 19 Aug 18:37
3192902

0.14.0.3 (2025-08-19)

Fixes

  • Remove deprecated version attribute from package metadata. [Stephen L Arnold]

Release v0.14.0.2

Choose a tag to compare

@github-actions github-actions released this 18 Jul 18:23
cc62e86

0.14.0.2 (2025-07-18)

Changes

  • Move metadata to setup.cfg, get version from metadata. [Stephen L Arnold]

Release v0.14.0.1

Choose a tag to compare

@github-actions github-actions released this 03 Jun 18:53
7026c3a

0.14.0.1 (2025-06-03)

New

  • Add github workflows and simple conda recipe. [Stephen L Arnold]

Changes

  • (re)disable conda workflow on pull, use SPDX license string. [Stephen L Arnold]

    • conda build on windows takes slightly less than forever
    • add coverage ignore for test dir inside pkg, apparently
      toml coverage config is not quite working
  • Remove auto-approve workflow, remove requirement from rules. [Stephen L Arnold]

  • Use only license text table in toml config, at least for now. [Stephen L Arnold]

  • Add missing lint cmd, skip most log handling tests on windows. [Stephen L Arnold]

  • Update packaging, migrate README to rst, update tox file. [Stephen L Arnold]

    • note the legacy license format will need to be updated before
      the warning deprecation drop date

Fixes

  • Revert to older toml license format, cleanup conda build. [Stephen L Arnold]

    • remove pytest import and use unittest.skipIf instead
  • Update conda recipe, enable on pull_request for testing. [Stephen L Arnold]

Other

  • Update pypi instructions. [Brad Greenlee]