File tree 6 files changed +13
-6
lines changed
6 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,12 @@ All notable changes to this project will be documented in this file.
10
10
11
11
### Changed
12
12
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
+
13
19
## [ 0.3.7] - 2015-12-31
14
20
### Fixed
15
21
- @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.
142
148
- User for ` buildpack-build ` is ` $USER ` or randomized
143
149
- User for ` procfile-exec ` is ` $USER ` or detected from ` /app `
144
150
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
146
153
[ 0.3.7 ] : https://github.com/gliderlabs/herokuish/compare/v0.3.6...v0.3.7
147
154
[ 0.3.6 ] : https://github.com/gliderlabs/herokuish/compare/v0.3.5...v0.3.6
148
155
[ 0.3.5 ] : https://github.com/gliderlabs/herokuish/compare/v0.3.4...v0.3.5
Original file line number Diff line number Diff line change 1
1
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 \
3
3
--silent -L | tar -xzC /bin
4
4
RUN /bin/herokuish buildpack install \
5
5
&& ln -s /bin/herokuish /build \
Original file line number Diff line number Diff line change 1
1
NAME = herokuish
2
2
HARDWARE = $(shell uname -m)
3
- VERSION ?= 0.3.7
3
+ VERSION ?= 0.3.8
4
4
IMAGE_NAME ?= $(NAME )
5
5
BUILD_TAG ?= dev
6
6
Original file line number Diff line number Diff line change 1
- v16
1
+ v17
Original file line number Diff line number Diff line change 1
- v41
1
+ v42
Original file line number Diff line number Diff line change 1
- v63
1
+ v64
You can’t perform that action at this time.
0 commit comments