Skip to content

Commit

Permalink
release v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flosse committed Feb 23, 2018
1 parent 92b47d3 commit 16e6388
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.3.3 (2018-02-23)

- fix(web): login with username instead of user id
- fix(web): create new account

## v0.3.2 (2018-02-12)

- fix(web): ignore tag duplicates
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.2"
version = "0.3.3"
authors = ["Markus Kohlhase <[email protected]>"]

[dependencies]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Download the latest build
[openfairdb-x86_64-linux-v0.3.2.tar.gz](https://github.com/flosse/openfairdb/releases/download/v0.3.2/openfairdb-x86_64-linux-v0.3.2.tar.gz),
unpack and start it:

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

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

0 comments on commit 16e6388

Please sign in to comment.