Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 22 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,28 @@ Changelog
We annotate all changes here, keep in mind that the high version may not be
the one you find pypi, but its the one in development.

0.14.0
=====
* allow SDObject and Unit to be pickled

0.13.4
=====
* add apt-get update to release

0.13.3
=====
* Fix deprecation warning: LICENSE is autodetected
* fixing DbusRemote
* enable user_mode in futures

0.13.2
=====
* selecting all .pyi files

0.13.1
=====
* fix setup.py

0.13.0
=====
* adding coverage information
Expand All @@ -15,7 +37,6 @@ the one you find pypi, but its the one in development.
=====
* initial support for pystemd.futures


0.11.0
=====
* native support for stop_cmd, (pre|post)_start_cmd and post_stop_cmd in pystemd.run.
Expand Down