0.9.2 (Oct 20, 2024)
--------------------

* Add support for pyproject.toml configuration (@DolajoCZ): #41
* Support Python 3.10 - 3.12
* Add --paths-in-front option for PyCharm-friendly terminal logging (@izikeros): #50
* Fix .pre-commit-hooks.yaml configuration (@davetapley): #54

0.9.1 (Aug 12, 2023)
--------------------

* Update Radon pinned dependency.
* Replace regular YAML loader with safe one: #46

0.9.0 (Feb 24, 2022)
--------------------

* Update pinned requirements to allow PyYAML v6
* Monkey-patch test module to work around 'paramunittest' issues on Python 3.10

0.8.0 (Sep 03, 2021)
--------------------

* Widen requirements to allow Radon v5: #43, thanks to @dsch

0.7.3 (May 26, 2021)
--------------------

* Remove `[flake8]` extra requirement from Radon dependency: #40

0.7.2 (Sep 16, 2020)
--------------------

* Fix multiple paths as arguments: #21

0.7.1 (Sep 16, 2020)
--------------------

* Add `[flake8]` extra requirements to the radon dependency: #38

0.7.0 (Oct 08, 2019)
--------------------

* Allow xenon to be run as a module: #33, thanks @davegallant

0.6.0 (Oct 02, 2019)
--------------------

* Update pinned dependencies
* Fix CLI crash in some specific cases: #30, thanks @idmitrievsky


0.5.5 (Feb 3, 2019)
-------------------

* Fix PyYAML dependencies by removing the usafe one

0.5.0 (Aug 07, 2016)
--------------------

* Fix radon dependency: #15

0.3.4 (Apr 19, 2016)
--------------------

* Replace `sh` with subprocess: #12

0.3.3 (Jul 14, 2015)
--------------------

* Fix behaviour of `--no-assert`: #11

0.3.1 (Aug 20, 2014)
--------------------

* Add a missing dependency: #8.

0.3 (Aug 17, 2014)
------------------

* Add basic documentation: #3.
* Use HTTPretty in tests.
* Make Xenon stabler.

0.2.1 (Aug 16, 2014)
--------------------

* Add ``-u, --url`` option: #2.
* Add tests.

0.1 (Never)
-----------

There was no 0.1
