Releases: pabluk/pygments-promql
Releases · pabluk/pygments-promql
Version 0.1.1
Minor changes
- Fix release issue 28914f8 blocking publishing of 0.1.0 on PyPi.
Version 0.1.0
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
Bug fixes, CI improvements or minor changes
Version 0.0.8
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
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
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