Skip to content

Releases: rzuckerm/glotter2

v0.17.0: Add 'repeat' item

10 May 16:14
43978ba

Choose a tag to compare

What's Changed

  • Add ability to repeat specified tests a specified number of times by @rzuckerm in #43

Full Changelog: v0.16.0...v0.17.0

v0.16.0: Drop python 3.9, use pytest 9.x

17 Apr 22:50
465102c

Choose a tag to compare

What's Changed

  • Drop support for python 3.9 and update to pytest 9.x by @rzuckerm in #41

Full Changelog: v0.15.0...v0.16.0

v0.15.0: Use glotter2-core

04 Mar 00:21
df3b649

Choose a tag to compare

What's Changed

Full Changelog: v0.14.0...v0.15.0

v0.14.0: Common test strings

19 Jan 22:05
df4f083

Choose a tag to compare

What's Changed

  • Update to uv 0.9.26 by @rzuckerm in #23
  • Try to fix GitHub pages publishing by @rzuckerm in #25
  • Add support for common test strings to reduce duplication in tests by @rzuckerm in #26

Full Changelog: v0.13.0...v0.14.0

v0.13.0: Python 3.14 support

08 Oct 18:01
261a73a

Choose a tag to compare

What's Changed

Full Changelog: v0.12.1...v0.13.0

v0.12.1: Fix serial download

27 Sep 16:49
9962b5d

Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.12.1

v0.12.0: Use pydantic v2

27 Sep 12:52

Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.12.0

v0.12.0a0: Use 'ruff format'

13 Sep 19:16
a0d3476

Choose a tag to compare

Pre-release

What's Changed

  • Convert to use uv instead of poetry by @rzuckerm in #10
  • Convert to use ruff for formatting, format checking, and linting by @rzuckerm in #11
  • Use 'ruff format' instead of 'black' (fixes #13) by @rzuckerm in #14

Full Changelog: v0.11.0...v0.12.0a0

v0.11.0: Strict 'self'

12 Apr 02:27
d591e33

Choose a tag to compare

What's Changed

  • Modify 'self' expected output to be more strict by @rzuckerm in #9

Full Changelog: v0.10.3...v0.11.0

v0.10.3: Fix test documentation bug

26 Mar 00:09
7e5025b

Choose a tag to compare

What's Changed

  • Quote and escape pipe character for test documentation by @rzuckerm in #8

Full Changelog: v0.10.2...v0.10.3