We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c6131e commit f91edf0Copy full SHA for f91edf0
CHANGELOG
@@ -1,3 +1,11 @@
1
+0.9.2 (Oct 20, 2024)
2
+--------------------
3
+
4
+* Add support for pyproject.toml configuration (@DolajoCZ): #41
5
+* Support Python 3.10 - 3.12
6
+* Add --paths-in-front option for PyCharm-friendly terminal logging (@izikeros): #50
7
+* Fix .pre-commit-hooks.yaml configuration (@davetapley): #54
8
9
0.9.1 (Aug 12, 2023)
10
--------------------
11
xenon/__init__.py
@@ -2,7 +2,7 @@
The latter is the entry point for the command line program.
'''
-__version__ = '0.9.1'
+__version__ = '0.9.2'
import os
import sys
0 commit comments