Skip to content

Commit

Permalink
release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flosse committed Jan 19, 2018
1 parent cd55da1 commit 67a1fce
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 19 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## v0.3.0 (2018-01-19)

- new(db): remove neo4j support (SQLite is now required)
- new(db): add functionality to import OSM nodes
- new(*): Improve sorting & search algorithms
- refactor(db): freeze initial DB-Schema
- refactor(*): remove tripples (make relations explicit)
- refactor(*): tidy up & format code & rename some functions
- chore(email): make email functionality optional
- chore(web): update `rocket` to `v0.3.6`
- chore(web): update `diesel` to `v1.1.1`
- fix(*): use logging level from environment
- fix(sort): don't overflow on calculating the average rating

## v0.2.12 (2018-01-09)

- fix(*): use logging level from the environment

## v0.2.11 (2018-01-08)

- new(search): improve performance
- revert(db): use neo4j by default
- chore(*): update `rocket` to `v0.3.5`

## v0.2.10 (2017-12-06)

- new(db): use [SQLite](https://sqlite.org/) and [diesel](https://diesel.rs)
Expand Down
37 changes: 19 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.3.0-dev"
version = "0.3.0"
authors = ["Markus Kohlhase <[email protected]>"]

[dependencies]
Expand Down

0 comments on commit 67a1fce

Please sign in to comment.