Skip to content

Commit 9a95c0e

Browse files
committed
release 0.3.11 (#142)
* Update php to version v100 (#140) * Update python to version v80 (#141) * release 0.3.11
1 parent 32ebb5a commit 9a95c0e

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ All notable changes to this project will be documented in this file.
1111
### Changed
1212

1313

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+
1420
## [0.3.10] - 2016-03-30
1521
### Changed
1622
- @michaelshobbs Update nodejs to version v89
@@ -182,7 +188,8 @@ All notable changes to this project will be documented in this file.
182188
- User for `buildpack-build` is `$USER` or randomized
183189
- User for `procfile-exec` is `$USER` or detected from `/app`
184190

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
186193
[0.3.10]: https://github.com/gliderlabs/herokuish/compare/v0.3.9...v0.3.10
187194
[0.3.9]: https://github.com/gliderlabs/herokuish/compare/v0.3.8...v0.3.9
188195
[0.3.8]: https://github.com/gliderlabs/herokuish/compare/v0.3.7...v0.3.8

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.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 \
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.10
3+
VERSION ?= 0.3.11
44
IMAGE_NAME ?= $(NAME)
55
BUILD_TAG ?= dev
66

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v99
1+
v100
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v79
1+
v80

0 commit comments

Comments
 (0)