@@ -10,6 +10,18 @@ All notable changes to this project will be documented in this file.
10
10
11
11
### Changed
12
12
13
+
14
+ ## [ 0.3.5] - 2015-11-25
15
+ ### Added
16
+ - Add static buildpack and test
17
+
18
+ ### Changed
19
+ - Increased CURL_TIMEOUT env var in buildpacks from the default 30 to 180
20
+ - Update python buildpack to v70
21
+ - Update static buildpack to v5
22
+ - Update local build env to docker 1.9.1
23
+
24
+
13
25
## [ 0.3.4] - 2015-10-23
14
26
### Changed
15
27
- Upgrade clojure buildpack to version 70
@@ -21,6 +33,7 @@ All notable changes to this project will be documented in this file.
21
33
- Update ruby buildpack to version 140
22
34
- Update scala buildpack to version 63
23
35
36
+
24
37
## [ 0.3.3] - 2015-09-10
25
38
### Added
26
39
- Use exec to run procfile entries
@@ -104,7 +117,9 @@ All notable changes to this project will be documented in this file.
104
117
- User for ` buildpack-build ` is ` $USER ` or randomized
105
118
- User for ` procfile-exec ` is ` $USER ` or detected from ` /app `
106
119
107
- [ unreleased ] : https://github.com/gliderlabs/herokuish/compare/v0.3.3...HEAD
120
+ [ unreleased ] : https://github.com/gliderlabs/herokuish/compare/v0.3.5...HEAD
121
+ [ 0.3.5 ] : https://github.com/gliderlabs/herokuish/compare/v0.3.4...v0.3.5
122
+ [ 0.3.4 ] : https://github.com/gliderlabs/herokuish/compare/v0.3.3...v0.3.4
108
123
[ 0.3.3 ] : https://github.com/gliderlabs/herokuish/compare/v0.3.2...v0.3.3
109
124
[ 0.3.2 ] : https://github.com/gliderlabs/herokuish/compare/v0.3.1...v0.3.2
110
125
[ 0.3.1 ] : https://github.com/gliderlabs/herokuish/compare/v0.3.0...v0.3.1
0 commit comments