Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 1.77 KB

CHANGES.md

File metadata and controls

61 lines (39 loc) · 1.77 KB

Release History

dev

No significant changes since the last release

2.2.0

Released on Released by
2024-09-09 @gherceg
  • Add support for Python 3.12 (#227)
  • Build C files with Cython 0.29.37 (#225)

Contributors: @nickbaum

2.1.0

Released on Released by
2022-11-08 @dannyroberts
  • Add support for Python 3.11 (#205, #206)

2.0.0

Released on Released by
2022-04-08 @dannyroberts

This is a major release because it changes behavior in a way that we regard as fixing an unintuitive behavior but could technically be breaking if the previous behavior was relied upon.

  • Passing an iterable to the value type of a ListProperty (JsonArray(iterable)) returns a plain Python list rather than raising BadValueError. (#200)

1.0.0

Released on Released by
2022-03-14 @dannyroberts

This is a major release only because it officially drops support for Python 2.7, 3.5, and 3.6. There are no behavior changes, and no other breaking changes.

  • Add support for Python 3.10 and remove support for Python < 3.7 (past EOL)
  • Upgrade Cython for building .c files from 0.29.21 to 0.29.28

0.9.10

Released on Released by
2021-02-11 @czue
  • Add official support for python 3.7 through 3.9
  • Upgrade Cython for building .c files from 0.29.6 to 0.29.21
  • Do not produce "universal wheels" (#169)