From ccf86762a14caaba82bc373fe0265f244db72000 Mon Sep 17 00:00:00 2001 From: Manish R Jain <manish@dgraph.io> Date: Tue, 24 May 2016 18:00:24 +1000 Subject: [PATCH] Update README and Docker echo statement --- Dockerfile | 2 +- README.md | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 724bcd96..603cdaaf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ ENV LD_LIBRARY_PATH "/usr/local/lib" # Install DGraph and update dependencies to right versions. RUN go get -v github.com/dgraph-io/dgraph/... && \ go build -v github.com/dgraph-io/dgraph/... && \ - go test github.com/dgraph-io/dgraph/... && echo "v0.2.3" + go test github.com/dgraph-io/dgraph/... && echo "v0.3" # Create the dgraph and data directory. These directories should be mapped # to host machine for persistence. diff --git a/README.md b/README.md index c7e73fcc..cee4269c 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,15 @@ The README is divided into these sections: *Check out [the demo at dgraph.io](http://dgraph.io).* -`Upcoming v0.3` -Track progress on [our Trello Board](https://trello.com/b/PF4nZ1vH). +`Upcoming - v0.4` +[Follow our Trello board](https://trello.com/b/TRVKizWt) for progress. Got questions or issues? Talk to us [via discuss](https://discuss.dgraph.io). +`May 2016 - Tag v0.3` +This release contains more efficient binary protocol client and ability to query `first:N` results. +Please see [Release notes](https://github.com/dgraph-io/dgraph/releases/tag/v0.3) +and [Trello board](https://trello.com/b/PF4nZ1vH) for more information. + `Mar 2016 - Branch v0.2` This is the first truly distributed version of DGraph. Please see the [release notes here](https://discuss.dgraph.io/t/dgraph-v0-2-release/17). -- GitLab