Skip to content

Commit

Permalink
Changelog/version for v0.16.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fizzadar committed Jul 9, 2020
1 parent a16dcb8 commit e7c397e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# v0.16.2

+ Add `special_time` argument to `server.crontab` operation
+ Support public key filenames in `server.user`
+ Support BusyBox style `ls` time formats for `file`/`directory`/`link` facts
+ Fix uninstalling packages with `pip.packages` (@FooBarQuaxx)
+ Fix compatibility with older gevent versions
+ Fix typo in deploys doc (@harold-b)

# v0.16.1

+ Declare connectors as setuptools entrypoints (@FooBarQuaxx)
Expand Down
2 changes: 1 addition & 1 deletion pyinfra/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.16.1'
__version__ = '0.16.2'

0 comments on commit e7c397e

Please sign in to comment.