File tree 5 files changed +12
-5
lines changed
5 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,12 @@ All notable changes to this project will be documented in this file.
11
11
### Changed
12
12
13
13
14
+ ## [ 0.3.11] - 2016-04-07
15
+ ### Changed
16
+ - @michaelshobbs Update php to version v100 (#140 )
17
+ - @michaelshobbs Update python to version v80 (#141 )
18
+
19
+
14
20
## [ 0.3.10] - 2016-03-30
15
21
### Changed
16
22
- @michaelshobbs Update nodejs to version v89
@@ -182,7 +188,8 @@ All notable changes to this project will be documented in this file.
182
188
- User for ` buildpack-build ` is ` $USER ` or randomized
183
189
- User for ` procfile-exec ` is ` $USER ` or detected from ` /app `
184
190
185
- [ unreleased ] : https://github.com/gliderlabs/herokuish/compare/v0.3.10...HEAD
191
+ [ unreleased ] : https://github.com/gliderlabs/herokuish/compare/v0.3.11...HEAD
192
+ [ 0.3.11 ] : https://github.com/gliderlabs/herokuish/compare/v0.3.10...v0.3.11
186
193
[ 0.3.10 ] : https://github.com/gliderlabs/herokuish/compare/v0.3.9...v0.3.10
187
194
[ 0.3.9 ] : https://github.com/gliderlabs/herokuish/compare/v0.3.8...v0.3.9
188
195
[ 0.3.8 ] : https://github.com/gliderlabs/herokuish/compare/v0.3.7...v0.3.8
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.10 /herokuish_0.3.10_linux_x86_64 .tgz \
2
+ RUN curl https://github.com/gliderlabs/herokuish/releases/download/v0.3.11 /herokuish_0.3.11_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.10
3
+ VERSION ?= 0.3.11
4
4
IMAGE_NAME ?= $(NAME )
5
5
BUILD_TAG ?= dev
6
6
Original file line number Diff line number Diff line change 1
- v99
1
+ v100
Original file line number Diff line number Diff line change 1
- v79
1
+ v80
You can’t perform that action at this time.
0 commit comments