Skip to content

Commit

Permalink
release v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
flosse committed May 13, 2018
1 parent 21ff4b3 commit d4ca6cd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.3.6 (2018-05-13)

- new(csv-export): export average rating of an entry
- chore(web): update `rocket` to `v0.3.10`
- chore(*): update dependencies

## v0.3.5 (2018-04-27)

- new(csv-export): export category names instead of IDs
Expand Down
2 changes: 1 addition & 1 deletion 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.5"
version = "0.3.6"
authors = ["Markus Kohlhase <mail@markus-kohlhase.de>"]

[dependencies]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ written in [Rust](http://rustlang.org/).
## Quick start

Download the latest build
[openfairdb-x86_64-linux-v0.3.5.tar.gz](https://github.com/flosse/openfairdb/releases/download/v0.3.5/openfairdb-x86_64-linux-v0.3.5.tar.gz),
[openfairdb-x86_64-linux-v0.3.6.tar.gz](https://github.com/flosse/openfairdb/releases/download/v0.3.6/openfairdb-x86_64-linux-v0.3.6.tar.gz),
unpack and start it:

wget https://github.com/flosse/openfairdb/releases/download/v0.3.5/openfairdb-x86_64-linux-v0.3.5.tar.gz
tar xzf openfairdb-x86_64-linux-v0.3.5.tar.gz
wget https://github.com/flosse/openfairdb/releases/download/v0.3.6/openfairdb-x86_64-linux-v0.3.6.tar.gz
tar xzf openfairdb-x86_64-linux-v0.3.6.tar.gz
./openfairdb

The API is now available at `http://127.0.0.1:676`.
Expand Down

0 comments on commit d4ca6cd

Please sign in to comment.