Skip to content

Commit 942694f

Browse files
committed
Merge pull request #78 from gliderlabs/master
release 0.3.4
2 parents 262b587 + 5b81523 commit 942694f

File tree

12 files changed

+22
-11
lines changed

12 files changed

+22
-11
lines changed

CHANGELOG.md

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

1111
### Changed
1212

13+
## [0.3.4] - 2015-10-23
14+
### Changed
15+
- Upgrade clojure buildpack to version 70
16+
- Update go buildpack to version 18
17+
- Update java buildpack to version 40
18+
- Update nodejs buildpack to version 86
19+
- Update php buildpack to version 80
20+
- Update python buildpack to version 68
21+
- Update ruby buildpack to version 140
22+
- Update scala buildpack to version 63
23+
1324
## [0.3.3] - 2015-09-10
1425
### Added
1526
- Use exec to run procfile entries

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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ For help and discussion beyond Github Issues, join us on Freenode in `#gliderlab
182182

183183
## Releases
184184

185-
Anybody can propose a release. First bump the version in `Makefile`, make sure `CHANGELOG.md` is up to date, and make sure tests are passing. Then open a Pull Request from `master` into the `release` branch. Once a maintainer approves and merges, CircleCI will build a release and upload it to Github.
185+
Anybody can propose a release. First bump the version in `Makefile` and `Dockerfile`, make sure `CHANGELOG.md` is up to date, and make sure tests are passing. Then open a Pull Request from `master` into the `release` branch. Once a maintainer approves and merges, CircleCI will build a release and upload it to Github.
186186

187187
## Acknowledgements
188188

Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v67
1+
v70
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
fa0679c
1+
v18
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v38
1+
v40
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v76
1+
v86
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v70
1+
v80
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v61
1+
v68
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v138
1+
v140
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v60
1+
v63

0 commit comments

Comments
 (0)