Skip to content

Commit f91edf0

Browse files
committed
chore: bump to v0.9.2
1 parent 8c6131e commit f91edf0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG

+8
Original file line numberDiff line numberDiff line change
@@ -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+
19
0.9.1 (Aug 12, 2023)
210
--------------------
311

xenon/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
The latter is the entry point for the command line program.
33
'''
44

5-
__version__ = '0.9.1'
5+
__version__ = '0.9.2'
66

77
import os
88
import sys

0 commit comments

Comments
 (0)