Skip to content

Commit

Permalink
Release v0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde committed Jul 24, 2019
1 parent 41b8dda commit 19ab93e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Changelog

## v0.5.6 (2019-07-24)

- new(deploy): Multi-stage Docker build
- fix(db): Improved scoring of search results
- fix(db): Increased maximum number of search results from 100 to 250

## v0.5.5 (2019-06-14)

- fix(frontend): show archive buttons to scouts
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openfairdb"
version = "0.5.5"
version = "0.5.6"
authors = ["Markus Kohlhase <[email protected]>", "slowtec GmbH <[email protected]>"]
keywords = ["geo", "fair", "sustainability"]
homepage = "https://github.com/slowtec/openfairdb"
Expand Down
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.2
info:
title: OpenFairDB API
version: 0.5.5
version: 0.5.6
contact:
name: slowtec GmbH
url: 'https://slowtec.de'
Expand Down

0 comments on commit 19ab93e

Please sign in to comment.