Bump up version

This commit is contained in:
Filip Gralinski 2021-05-31 08:02:54 +02:00
parent c223765038
commit 9469bab681
4 changed files with 15 additions and 3 deletions

View File

@ -1,3 +1,15 @@
## 3.0.0
Breaking compatibility:
* "version" property is always a list of integers
Improvements:
* Clean up Swagger documentation
* Fix metric names to be shown
* Add the proper end-point for images
## 2.3.0 ## 2.3.0
Changes: Changes:

View File

@ -35,4 +35,4 @@ generalApi :: Swagger
generalApi = (mempty :: Swagger) generalApi = (mempty :: Swagger)
& info .~ (mempty & & info .~ (mempty &
title .~ "Gonito API" & title .~ "Gonito API" &
version .~ "2.3.0") version .~ "3.0.0")

View File

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

View File

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