Bump up version

This commit is contained in:
Filip Gralinski 2021-08-21 18:58:44 +02:00
parent 6af80e0467
commit 76976795dc
3 changed files with 22 additions and 2 deletions

View File

@ -1,3 +1,23 @@
## 3.7.0 (2021-08-21)
Enhancements:
* Add PerplexityHashed metric
* Add MENULESS option
* Introduce no-internal-git-server scheme
* Announcements can be sent to Discord
Fixes:
* Fix how-to for submitting solutions
* Fix the way scores are formatted for announcements
Changes (might be considered compatibility breaks):
* change `NEW_BEST_RESULT_SLACK_HOOK` to more general `ANNOUNCEMENT_HOOK`
* details for all submissions are shown (including outputs)
* only outputs for the main test set are hidden
## 3.6.1 (2021-08-09)
Improvements:

View File

@ -53,7 +53,7 @@ database:
database: "_env:PGDATABASE:gonito"
poolsize: "_env:PGPOOLSIZE:10"
copyright: © Filip Graliński, Gonito ver. 3.6.1
copyright: © Filip Graliński, Gonito ver. 3.7.0
admin-user: "_env:ADMINUSER:"
admin-password: "_env:ADMINPASS:"

View File

@ -1,5 +1,5 @@
name: gonito
version: 3.6.1
version: 3.7.0
cabal-version: >= 1.8
build-type: Simple
homepage: http://gonito.net