Skip to content

Commit 32ebb5a

Browse files
committed
Merge pull request #139 from gliderlabs/master
release 0.3.10
2 parents c111649 + ce49160 commit 32ebb5a

File tree

8 files changed

+18
-8
lines changed

8 files changed

+18
-8
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ All notable changes to this project will be documented in this file.
1111
### Changed
1212

1313

14+
## [0.3.10] - 2016-03-30
15+
### Changed
16+
- @michaelshobbs Update nodejs to version v89
17+
- @michaelshobbs Update php to version v99
18+
- @michaelshobbs Update python to version v79
19+
- @michaelshobbs Update ruby to version v146
20+
- @michaelshobbs Update scala to version v67
21+
22+
1423
## [0.3.9] - 2016-03-08
1524
### Fixed
1625
- @graphaelli clean up link warning
@@ -173,7 +182,8 @@ All notable changes to this project will be documented in this file.
173182
- User for `buildpack-build` is `$USER` or randomized
174183
- User for `procfile-exec` is `$USER` or detected from `/app`
175184

176-
[unreleased]: https://github.com/gliderlabs/herokuish/compare/v0.3.9...HEAD
185+
[unreleased]: https://github.com/gliderlabs/herokuish/compare/v0.3.10...HEAD
186+
[0.3.10]: https://github.com/gliderlabs/herokuish/compare/v0.3.9...v0.3.10
177187
[0.3.9]: https://github.com/gliderlabs/herokuish/compare/v0.3.8...v0.3.9
178188
[0.3.8]: https://github.com/gliderlabs/herokuish/compare/v0.3.7...v0.3.8
179189
[0.3.7]: https://github.com/gliderlabs/herokuish/compare/v0.3.6...v0.3.7

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM heroku/cedar:14
2-
RUN curl https://github.com/gliderlabs/herokuish/releases/download/v0.3.9/herokuish_0.3.9_linux_x86_64.tgz \
2+
RUN curl https://github.com/gliderlabs/herokuish/releases/download/v0.3.10/herokuish_0.3.10_linux_x86_64.tgz \
33
--silent -L | tar -xzC /bin
44
RUN /bin/herokuish buildpack install \
55
&& ln -s /bin/herokuish /build \

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
NAME = herokuish
22
HARDWARE = $(shell uname -m)
3-
VERSION ?= 0.3.9
3+
VERSION ?= 0.3.10
44
IMAGE_NAME ?= $(NAME)
55
BUILD_TAG ?= dev
66

Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v88
1+
v89
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v95
1+
v99
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v77
1+
v79
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v145
1+
v146
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v66
1+
v67

0 commit comments

Comments
 (0)