Bump up version
This commit is contained in:
parent
3f0d0ecff3
commit
2afeabff0a
12
CHANGELOG.md
12
CHANGELOG.md
@ -1,3 +1,15 @@
|
|||||||
|
## 3.8.0 (2021-08-31)
|
||||||
|
|
||||||
|
Enhancements:
|
||||||
|
|
||||||
|
* Add end-point for returning the token for triggering evaluations
|
||||||
|
* Line-by-line mode can use expected data from the public challenge
|
||||||
|
repository if needed
|
||||||
|
|
||||||
|
Fixes:
|
||||||
|
|
||||||
|
* Pretty metric names are used in announcements
|
||||||
|
|
||||||
## 3.7.0 (2021-08-21)
|
## 3.7.0 (2021-08-21)
|
||||||
|
|
||||||
Enhancements:
|
Enhancements:
|
||||||
|
@ -41,4 +41,4 @@ generalApi :: Swagger
|
|||||||
generalApi = (mempty :: Swagger)
|
generalApi = (mempty :: Swagger)
|
||||||
& info .~ (mempty &
|
& info .~ (mempty &
|
||||||
title .~ "Gonito API" &
|
title .~ "Gonito API" &
|
||||||
version .~ "3.6.1")
|
version .~ "3.8.0")
|
||||||
|
@ -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.7.0
|
copyright: © Filip Graliński, Gonito ver. 3.8.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.7.0
|
version: 3.8.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