Skip to content

Commit

Permalink
RELEASE 0.9.9 version
Browse files Browse the repository at this point in the history
  • Loading branch information
unixsurfer committed Oct 19, 2024
1 parent 0af86ca commit e31315d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
3 changes: 3 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
Andras Temesvary <andras.temesvary@booking.com>
Carlo Rengo <sevencastles@users.noreply.github.com>
Corubba <97832352+corubba@users.noreply.github.com>
Daniel Hermann <daniel.hermann@ionos.com>
Greg Cox <gcox@mozilla.com>
Jose Pedro Oliveira <jose.p.oliveira.oss@gmail.com>
José Pedro Oliveira <jose.p.oliveira.oss@gmail.com>
Kostis Fardelas <dante1234@gmail.com>
Maximilian Wilhelm <max@sdn.clinic>
Miro Hrončok <miro@hroncok.cz>
Expand Down
17 changes: 17 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
CHANGES
=======

0.9.9
-----

* RELEASE 0.9.9 version
* Honor appropriately the value of ip\_check\_disabled (#51)
* Convert several .format strings to f-strings (#48)
* pylint workflow tweaks (#47)
* Sort imports (#46)
* Add prometheus-client to the requirements.txt file (#45)
* Run all checks with a signal (#44)
* Update pylint.yml
* Create pylint.yml github workflow
* Improve logging (#43)
* Fix default settings in README (#42)
* Update debian packaging (#41)
* Update README

0.9.8
-----

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

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

0 comments on commit e31315d

Please sign in to comment.