Skip to content

Releases: pabluk/pygments-promql

Version 0.1.1

04 Nov 10:37
28914f8
Compare
Choose a tag to compare

Minor changes

  • Fix release issue 28914f8 blocking publishing of 0.1.0 on PyPi.

Version 0.1.0

04 Nov 10:30
74e73d6
Compare
Choose a tag to compare

Bug fixes, CI improvements or minor changes

  • Update list of supported Python versions: Python 3.7 was deprecated, and support for 3.11 and 3.12 was added.
  • Bump pillow from 9.3.0 to 10.0.1, for security reasons #20
  • Update requirements versions 74e73d6

Version 0.0.9

15 Feb 21:18
b7968fc
Compare
Choose a tag to compare

Bug fixes, CI improvements or minor changes

Version 0.0.8

17 Jan 12:24
Compare
Choose a tag to compare

Bug fixes, CI improvements or minor changes

  • Update list of supported Python versions, versions <=3.6 were deprecated.
  • Bump pillow from 8.3.2 to 9.0.0, for security reasons
  • Update pytest to 6.2.5 to support Python 3.10

Version 0.0.7

27 Apr 21:43
Compare
Choose a tag to compare

Bug fixes, CI improvements or minor changes

  • Fix issue with multiple comma-separated function arguments (#7) Thanks to @ocervell
  • All Python files were reformatted using black

Version 0.0.6

23 Apr 19:52
Compare
Choose a tag to compare

Bug fixes, CI improvements or minor changes

  • Improve complex expression parsing (#4) Thanks to @ocervell
  • Add Github Actions workflow to automate package publishing (#6)
  • Remove unsupported Python version 3.5