Skip to content

Commit

Permalink
Bump to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
houli authored and c-brenn committed Mar 5, 2017
1 parent 9c851e3 commit 112cfec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

## [Unreleased]
## [0.3] 2017-03-05

### Added
- Created Chiron: a new service for Querying DINTO built
Expand Down Expand Up @@ -72,7 +72,8 @@ All notable changes to this project will be documented in this file.
docker service: pathways.
- Installation instructions in README

[Unreleased]: https://github.com/tom-and-the-toothfairies/pathways/compare/0.2...iteration-3
[Unreleased]: https://github.com/tom-and-the-toothfairies/pathways/compare/0.3...release-1
[0.3]: https://github.com/tom-and-the-toothfairies/pathways/compare/0.2...0.3
[0.2]: https://github.com/tom-and-the-toothfairies/pathways/compare/0.1...0.2
[0.1]: https://github.com/tom-and-the-toothfairies/pathways/compare/0.0...0.1
[0.0]: https://github.com/tom-and-the-toothfairies/pathways/compare/faf0500c792aebbee26541ea2c25ad6ae274b2d5...0.0
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $ docker-compose down
To run a release other than the current you may manually checkout the release
tag and run ~docker-compose~
#+BEGIN_SRC bash
$ git checkout 0.2
$ git checkout 0.3
$ docker-compose up -d
#+END_SRC

Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ version: '2'

services:
asclepius:
image: tomtoothfairies/asclepius:0.2
image: tomtoothfairies/asclepius:0.3

panacea:
image: tomtoothfairies/panacea:0.2
image: tomtoothfairies/panacea:0.3
ports:
- '4000:4000'

Expand Down

0 comments on commit 112cfec

Please sign in to comment.