Skip to content

Commit

Permalink
RELEASE 0.8.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
unixsurfer committed Nov 28, 2017
1 parent 5bc1df0 commit cdf7c18
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Carlo Rengo <sevencastles@users.noreply.github.com>
Pavlos Parissis <pavlos.parissis@booking.com>
Pavlos Parissis <pavlos.parissis@gmail.com>
Ralf Ertzinger <ralf@skytale.net>
Expand Down
20 changes: 20 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
CHANGES
=======

0.8.0
-----

* RELEASE 0.8.0 version
* Fix a typo in README
* Remove trailing whitespace character
* Add Carlo Rengo in the contributers list
* Grammar fixes to improve readability
* Remove unnecessary sub-classing
* Remove unnecessary pylint config
* Dynamically set width in log formatter
* Fix typo in comment
* Print a more meaningful message
* Catch the case where pid is higher than allowed
* Rephrase some docstrings
* Remove from local_run.sh redundant settings
* Refuse to start if one IP address is used by multiple service checks
* MAJOR: Drop support for daemonization
* Make docstrings compatible with EP257

0.7.4
-----

Expand Down
2 changes: 1 addition & 1 deletion anycast_healthchecker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__title__ = 'anycast_healthchecker'
__author__ = 'Pavlos Parissis'
__license__ = 'Apache 2.0'
__version__ = '0.7.4'
__version__ = '0.8.0'
__copyright__ = 'Copyright 2015-2017 Pavlos Parissis'

PROGRAM_NAME = __title__.replace('_', '-')
Expand Down

0 comments on commit cdf7c18

Please sign in to comment.