Skip to content

Commit 06fc636

Browse files
Merge pull request #185 from gliderlabs/master
release 0.3.19
2 parents 6cbbc72 + abc8a87 commit 06fc636

File tree

8 files changed

+20
-9
lines changed

8 files changed

+20
-9
lines changed

CHANGELOG.md

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

1313

14+
## [0.3.19] - 2016-09-20
15+
### Changed
16+
- @josegonzalez Update static buildpack to v6
17+
- @michaelshobbs Update gradle to version v18
18+
- @michaelshobbs Update java to version v46
19+
- @michaelshobbs Update php to version v110
20+
- @michaelshobbs Update python to version v82
21+
22+
1423
## [0.3.18] - 2016-07-29
1524
### Changed
1625
- @xtian Don't print .release file during build
1726
- @michaelshobbs Update php to version v109
18-
- @michaelshobbs michaelshobbs Update go to version v44
27+
- @michaelshobbs Update go to version v44
1928
- @michaelshobbs Update scala to version v72
2029

2130

@@ -255,7 +264,9 @@ All notable changes to this project will be documented in this file.
255264
- User for `buildpack-build` is `$USER` or randomized
256265
- User for `procfile-exec` is `$USER` or detected from `/app`
257266

258-
[unreleased]: https://github.com/gliderlabs/herokuish/compare/v0.3.17...HEAD
267+
[unreleased]: https://github.com/gliderlabs/herokuish/compare/v0.3.19...HEAD
268+
[0.3.19]: https://github.com/gliderlabs/herokuish/compare/v0.3.18...v0.3.19
269+
[0.3.18]: https://github.com/gliderlabs/herokuish/compare/v0.3.17...v0.3.18
259270
[0.3.17]: https://github.com/gliderlabs/herokuish/compare/v0.3.16...v0.3.17
260271
[0.3.16]: https://github.com/gliderlabs/herokuish/compare/v0.3.15...v0.3.16
261272
[0.3.15]: https://github.com/gliderlabs/herokuish/compare/v0.3.14...v0.3.15

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

Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v17
1+
v18
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v44
1+
v46
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v109
1+
v110
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v81
1+
v82
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v5
1+
v6

0 commit comments

Comments
 (0)