Skip to content

Commit

Permalink
Merge pull request #139 from gliderlabs/master
Browse files Browse the repository at this point in the history
release 0.3.10
  • Loading branch information
michaelshobbs committed Mar 30, 2016
2 parents c111649 + ce49160 commit 32ebb5a
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 8 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ All notable changes to this project will be documented in this file.
### Changed


## [0.3.10] - 2016-03-30
### Changed
- @michaelshobbs Update nodejs to version v89
- @michaelshobbs Update php to version v99
- @michaelshobbs Update python to version v79
- @michaelshobbs Update ruby to version v146
- @michaelshobbs Update scala to version v67


## [0.3.9] - 2016-03-08
### Fixed
- @graphaelli clean up link warning
Expand Down Expand Up @@ -173,7 +182,8 @@ All notable changes to this project will be documented in this file.
- User for `buildpack-build` is `$USER` or randomized
- User for `procfile-exec` is `$USER` or detected from `/app`

[unreleased]: https://github.com/gliderlabs/herokuish/compare/v0.3.9...HEAD
[unreleased]: https://github.com/gliderlabs/herokuish/compare/v0.3.10...HEAD
[0.3.10]: https://github.com/gliderlabs/herokuish/compare/v0.3.9...v0.3.10
[0.3.9]: https://github.com/gliderlabs/herokuish/compare/v0.3.8...v0.3.9
[0.3.8]: https://github.com/gliderlabs/herokuish/compare/v0.3.7...v0.3.8
[0.3.7]: https://github.com/gliderlabs/herokuish/compare/v0.3.6...v0.3.7
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM heroku/cedar:14
RUN curl https://github.com/gliderlabs/herokuish/releases/download/v0.3.9/herokuish_0.3.9_linux_x86_64.tgz \
RUN curl https://github.com/gliderlabs/herokuish/releases/download/v0.3.10/herokuish_0.3.10_linux_x86_64.tgz \
--silent -L | tar -xzC /bin
RUN /bin/herokuish buildpack install \
&& ln -s /bin/herokuish /build \
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
NAME = herokuish
HARDWARE = $(shell uname -m)
VERSION ?= 0.3.9
VERSION ?= 0.3.10
IMAGE_NAME ?= $(NAME)
BUILD_TAG ?= dev

Expand Down
2 changes: 1 addition & 1 deletion buildpacks/buildpack-nodejs/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v88
v89
2 changes: 1 addition & 1 deletion buildpacks/buildpack-php/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v95
v99
2 changes: 1 addition & 1 deletion buildpacks/buildpack-python/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v77
v79
2 changes: 1 addition & 1 deletion buildpacks/buildpack-ruby/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v145
v146
2 changes: 1 addition & 1 deletion buildpacks/buildpack-scala/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v66
v67

0 comments on commit 32ebb5a

Please sign in to comment.