Bump up version
This commit is contained in:
parent
6af80e0467
commit
76976795dc
20
CHANGELOG.md
20
CHANGELOG.md
@ -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)
|
## 3.6.1 (2021-08-09)
|
||||||
|
|
||||||
Improvements:
|
Improvements:
|
||||||
|
@ -53,7 +53,7 @@ database:
|
|||||||
database: "_env:PGDATABASE:gonito"
|
database: "_env:PGDATABASE:gonito"
|
||||||
poolsize: "_env:PGPOOLSIZE:10"
|
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-user: "_env:ADMINUSER:"
|
||||||
admin-password: "_env:ADMINPASS:"
|
admin-password: "_env:ADMINPASS:"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: gonito
|
name: gonito
|
||||||
version: 3.6.1
|
version: 3.7.0
|
||||||
cabal-version: >= 1.8
|
cabal-version: >= 1.8
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
homepage: http://gonito.net
|
homepage: http://gonito.net
|
||||||
|
Loading…
Reference in New Issue
Block a user