UNPKG

3.79 kBMarkdownView Raw
1# Change Log
2
3All notable changes to this project will be documented in this file.
4See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
6<a name="7.4.0"></a>
7# [7.4.0](https://github.com/heroku/cli/compare/v7.3.0...v7.4.0) (2018-06-19)
8
9
10### Bug Fixes
11
12* repo name ([c306c78](https://github.com/heroku/cli/commit/c306c78))
13
14
15
16
17<a name="3.8.9"></a>
18## [3.8.9](https://github.com/heroku/heroku-run/compare/v3.8.8...v3.8.9) (2018-05-31)
19
20
21### Bug Fixes
22
23* example docs ([0802cb5](https://github.com/heroku/heroku-run/commit/0802cb5))
24
25<a name="3.8.7"></a>
26## [3.8.7](https://github.com/heroku/heroku-run/compare/v3.8.6...v3.8.7) (2018-05-29)
27
28
29### Bug Fixes
30
31* updated deps ([b0039b2](https://github.com/heroku/heroku-run/commit/b0039b2))
32
33<a name="3.8.6"></a>
34## [3.8.6](https://github.com/heroku/heroku-run/compare/v3.8.5...v3.8.6) (2018-05-23)
35
36
37### Bug Fixes
38
39* release fixes ([6d5b06e](https://github.com/heroku/heroku-run/commit/6d5b06e))
40
41<a name="3.8.5"></a>
42## [3.8.5](https://github.com/heroku/heroku-run/compare/v3.8.4...v3.8.5) (2018-05-23)
43
44
45### Bug Fixes
46
47* only prune carriage returns if not tty ([e6b11fa](https://github.com/heroku/heroku-run/commit/e6b11fa))
48* private spaces with -x flag ([99512f3](https://github.com/heroku/heroku-run/commit/99512f3))
49
50<a name="3.8.3"></a>
51## [3.8.3](https://github.com/heroku/heroku-run/compare/v3.8.2...v3.8.3) (2018-05-10)
52
53
54### Bug Fixes
55
56* use proxy for evented logs ([91ae450](https://github.com/heroku/heroku-run/commit/91ae450))
57
58<a name="3.8.2"></a>
59## [3.8.2](https://github.com/heroku/heroku-run/compare/v3.8.1...v3.8.2) (2018-05-08)
60
61
62### Bug Fixes
63
64* empty log lines ([b5f5506](https://github.com/heroku/heroku-run/commit/b5f5506))
65
66<a name="3.8.1"></a>
67## [3.8.1](https://github.com/heroku/heroku-run/compare/v3.8.0...v3.8.1) (2018-05-07)
68
69
70### Bug Fixes
71
72* color tweaks ([42abf06](https://github.com/heroku/heroku-run/commit/42abf06))
73
74<a name="3.8.0"></a>
75# [3.8.0](https://github.com/heroku/heroku-run/compare/v3.7.0...v3.8.0) (2018-05-07)
76
77
78### Features
79
80* colorizing work ([98f520f](https://github.com/heroku/heroku-run/commit/98f520f))
81
82<a name="3.7.0"></a>
83# [3.7.0](https://github.com/heroku/heroku-run/compare/v3.6.3...v3.7.0) (2018-05-07)
84
85
86### Features
87
88* added apache colorized logs ([a988448](https://github.com/heroku/heroku-run/commit/a988448))
89
90<a name="3.6.3"></a>
91## [3.6.3](https://github.com/heroku/heroku-run/compare/v3.6.2...v3.6.3) (2018-05-04)
92
93
94### Bug Fixes
95
96* fix process substitution hanging ([1e5a492](https://github.com/heroku/heroku-run/commit/1e5a492))
97
98<a name="3.6.2"></a>
99## [3.6.2](https://github.com/heroku/heroku-run/compare/v3.6.1...v3.6.2) (2018-05-02)
100
101
102### Bug Fixes
103
104* EPIPE is not a failing condition ([ee5d5f2](https://github.com/heroku/heroku-run/commit/ee5d5f2))
105
106<a name="3.6.0"></a>
107# [3.6.0](https://github.com/heroku/heroku-run/compare/v3.5.14...v3.6.0) (2018-04-06)
108
109
110### Bug Fixes
111
112* detect ssh public key errors and give some debugging information ([#44](https://github.com/heroku/heroku-run/issues/44)) ([5af2b5a](https://github.com/heroku/heroku-run/commit/5af2b5a))
113* disable notification sound for now ([809514a](https://github.com/heroku/heroku-run/commit/809514a))
114* fixed CI build ([372a8a2](https://github.com/heroku/heroku-run/commit/372a8a2))
115* move to [@heroku-cli](https://github.com/heroku-cli)/command ([c8a1db5](https://github.com/heroku/heroku-run/commit/c8a1db5))
116* remove bin/run test ([6a5664f](https://github.com/heroku/heroku-run/commit/6a5664f))
117* updated deps ([024e0c6](https://github.com/heroku/heroku-run/commit/024e0c6))
118
119
120### Features
121
122* notification if dyno takes longer than 20 seconds to start ([#45](https://github.com/heroku/heroku-run/issues/45)) ([4827413](https://github.com/heroku/heroku-run/commit/4827413))