diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8ed8372 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.0.2] - 2020-11-03 +- Fixed property tree cleaning +- Add simple verbose mode, only prints xfconf-query commands. + +## [0.0.1] - 2020-10-01 +- Refer to the README for initial features. diff --git a/setup.cfg b/setup.cfg index c904081..9c1f7a0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = xion -version = 0.0.1 +version = 0.0.2 description = JSON interface to Xfconf long_description = file: README.md license = MIT