Skip to content

Commit

Permalink
Bump version to 1.2.0 and update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
merofeev committed Dec 19, 2018
1 parent 5372a62 commit 083be29
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ Do not monitor files/directories matching ``*.git*`` and ``*build*`` patterns:
docker-volume-watcher -e "*.git*" "*build*"
If you experience duplicate notification issue (e.g. #13), try event debounce feature:

.. code:: bat
docker-volume-watcher --debounce 0.1
Use flag ``-v`` to enable verbose output: the script will report start/stop events of eligible containers and print all detected file changes.

Limitations
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
long_description = file.read()

setup(name='docker-windows-volume-watcher',
version='1.1.0',
version='1.2.0',
packages=find_packages(),
entry_points={
'console_scripts': ['docker-volume-watcher=docker_volume_watcher.cli:main'],
Expand Down

0 comments on commit 083be29

Please sign in to comment.