Skip to content

Commit 7524a6a

Browse files
committed
Merge pull request #97 from gliderlabs/master
release 0.3.6
2 parents 616ec3f + 019888c commit 7524a6a

File tree

12 files changed

+25
-12
lines changed

12 files changed

+25
-12
lines changed

CHANGELOG.md

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

1111
### Changed
1212

13+
## [0.3.6] - 2015-12-14
14+
### Changed
15+
- Update php buildpack to version 87
16+
- Update clojure buildpack to version 73
17+
- Update golang buildpack to version 22
18+
- Update gradle buildpack to version 16
19+
- Update java buildpack to version 41
20+
- Update nodejs buildpack to version 87
21+
- Update python buildpack to version 73
22+
- Update ruby buildpack to version 141
23+
- Update multi buildpack to version v1.0.0
24+
1325

1426
## [0.3.5] - 2015-11-25
1527
### Added
@@ -117,7 +129,8 @@ All notable changes to this project will be documented in this file.
117129
- User for `buildpack-build` is `$USER` or randomized
118130
- User for `procfile-exec` is `$USER` or detected from `/app`
119131

120-
[unreleased]: https://github.com/gliderlabs/herokuish/compare/v0.3.5...HEAD
132+
[unreleased]: https://github.com/gliderlabs/herokuish/compare/v0.3.6...HEAD
133+
[0.3.6]: https://github.com/gliderlabs/herokuish/compare/v0.3.5...v0.3.6
121134
[0.3.5]: https://github.com/gliderlabs/herokuish/compare/v0.3.4...v0.3.5
122135
[0.3.4]: https://github.com/gliderlabs/herokuish/compare/v0.3.3...v0.3.4
123136
[0.3.3]: https://github.com/gliderlabs/herokuish/compare/v0.3.2...v0.3.3

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

Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v70
1+
v73
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18
1+
v22
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v12
1+
v16
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v40
1+
v41
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
26fa21a
1+
v1.0.0
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v86
1+
v87
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v80
1+
v87
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v70
1+
v73
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v140
1+
v141

0 commit comments

Comments
 (0)