Skip to content

Commit 6a3ed3e

Browse files
committed
Merge pull request #109 from gliderlabs/master
release 0.3.8
2 parents 868cec3 + 5a8c21c commit 6a3ed3e

File tree

6 files changed

+13
-6
lines changed

6 files changed

+13
-6
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ All notable changes to this project will be documented in this file.
1010

1111
### Changed
1212

13+
## [0.3.8] - 2016-01-06
14+
### Changed
15+
- @josegonzalez Upgrade gradle buildpack version to 17
16+
- @josegonzalez Update java buildpack version to 42
17+
- @josegonzalez Update scala buildpack version to 64
18+
1319
## [0.3.7] - 2015-12-31
1420
### Fixed
1521
- @michaelshobbs force rebuild of packages that are already up to date
@@ -142,7 +148,8 @@ All notable changes to this project will be documented in this file.
142148
- User for `buildpack-build` is `$USER` or randomized
143149
- User for `procfile-exec` is `$USER` or detected from `/app`
144150

145-
[unreleased]: https://github.com/gliderlabs/herokuish/compare/v0.3.7...HEAD
151+
[unreleased]: https://github.com/gliderlabs/herokuish/compare/v0.3.8...HEAD
152+
[0.3.8]: https://github.com/gliderlabs/herokuish/compare/v0.3.7...v0.3.8
146153
[0.3.7]: https://github.com/gliderlabs/herokuish/compare/v0.3.6...v0.3.7
147154
[0.3.6]: https://github.com/gliderlabs/herokuish/compare/v0.3.5...v0.3.6
148155
[0.3.5]: https://github.com/gliderlabs/herokuish/compare/v0.3.4...v0.3.5

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.7/herokuish_0.3.7_linux_x86_64.tgz \
2+
RUN curl https://github.com/gliderlabs/herokuish/releases/download/v0.3.8/herokuish_0.3.8_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.7
3+
VERSION ?= 0.3.8
44
IMAGE_NAME ?= $(NAME)
55
BUILD_TAG ?= dev
66

Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v16
1+
v17
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v41
1+
v42
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v63
1+
v64

0 commit comments

Comments
 (0)