Skip to content

Commit

Permalink
prepare 1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Jun 11, 2020
1 parent 01037b6 commit ac4ffcc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog for fishnet
=====================

v1.18.0
-------

* New command: Use `python -m fishnet systemd-user` to generate a systemd user
service file.
* New command: Use `python -m fishnet benchmark` to try running the engine
before getting a fishnet key.
* Fix process shutdown order with systemd.
* Fix race condition during shutdown on Python 2.7.
* Use `UCI_Elo` instead of `Skill Level` and expand the range significantly.
Low skill levels should now play much weaker.

v1.17.2
-------

Expand Down
2 changes: 1 addition & 1 deletion fishnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
DEAD_ENGINE_ERRORS = (EOFError, IOError)


__version__ = "1.17.2" # remember to update changelog
__version__ = "1.18.0" # remember to update changelog

__author__ = "Niklas Fiekas"
__email__ = "niklas.fiekas@backscattering.de"
Expand Down

0 comments on commit ac4ffcc

Please sign in to comment.