You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18-17
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,34 @@
1
-
<aname="1.0.1"></a>
1
+
# Change Log
2
+
All notable changes to this project will be documented in this file.
3
+
4
+
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
+
and this project adheres to [Semantic Versioning](http://semver.org/).
6
+
7
+
<!-- next-header -->
8
+
9
+
## [Unreleased] - ReleaseDate
10
+
11
+
#### Fixes
12
+
13
+
- Be explicit about spawn failure (closes [#109](https://github.com/assert-rs/assert_cmd/issues/109)).
14
+
2
15
## 1.0.1 (2020-03-30)
3
16
4
17
#### Fixes
5
18
6
19
- Reduce dependencies.
7
20
8
-
<aname="1.0.0"></a>
9
21
## 1.0.0 (2020-03-26)
10
22
11
23
Stable release!
12
24
13
-
<aname="0.12.2"></a>
14
25
## 0.12.2 (2020-03-26)
15
26
16
27
#### Features
17
28
18
29
***cmd**:
19
30
* Support timeouts (closes [#10](https://github.com/assert-rs/assert_cmd/issues/20)).
20
31
21
-
<aname="0.12.1"></a>
22
32
## 0.12.1 (2020-03-25)
23
33
24
34
@@ -27,7 +37,6 @@ Stable release!
27
37
***cmd**:
28
38
* Avoid stdin/stdout deadlocks by writing/reading in parallel (closes [#42](https://github.com/assert-rs/assert_cmd/issues/42)).
29
39
30
-
<aname="0.12.0"></a>
31
40
## 0.12.0 (2019-12-05)
32
41
33
42
@@ -43,7 +52,6 @@ Stable release!
43
52
44
53
45
54
46
-
<aname="0.11.1"></a>
47
55
## 0.11.1 (2019-03-23)
48
56
49
57
@@ -53,7 +61,6 @@ Stable release!
53
61
54
62
55
63
56
-
<aname="0.11.0"></a>
57
64
## 0.11.0 (2019-01-29)
58
65
59
66
@@ -68,7 +75,6 @@ Stable release!
68
75
* See the [`assert_cmd::cargo` docs](https://docs.rs/assert_cmd/0.11.0/assert_cmd/cargo/index.html) for trade-offs with when to use `escargot` vs `assert_cmd`
69
76
70
77
71
-
<aname="0.10.2"></a>
72
78
## 0.10.2 (2018-11-21)
73
79
74
80
@@ -81,7 +87,6 @@ Stable release!
81
87
82
88
83
89
84
-
<aname="0.10.1"></a>
85
90
## 0.10.1 (2018-10-10)
86
91
87
92
@@ -90,7 +95,6 @@ Stable release!
90
95
* Documentation fixes
91
96
92
97
93
-
<aname="0.10.0"></a>
94
98
## 0.10.0 (2018-10-10)
95
99
96
100
@@ -107,7 +111,6 @@ Stable release!
107
111
108
112
109
113
110
-
<aname="0.9.1"></a>
111
114
## 0.9.1 (2018-08-09)
112
115
113
116
@@ -117,7 +120,6 @@ Stable release!
117
120
118
121
119
122
120
-
<aname="0.9.0"></a>
121
123
## 0.9.0 (2018-08-02)
122
124
123
125
@@ -140,7 +142,6 @@ Stable release!
140
142
141
143
142
144
143
-
<aname="0.5.0"></a>
144
145
## 0.6.0 (2018-07-18)
145
146
146
147
@@ -154,7 +155,6 @@ Stable release!
154
155
155
156
156
157
157
-
<aname="0.5.0"></a>
158
158
## 0.5.0 (2018-07-13)
159
159
160
160
@@ -168,7 +168,6 @@ Stable release!
168
168
169
169
170
170
171
-
<aname="0.4.0"></a>
172
171
## 0.4.0 (2018-06-28)
173
172
174
173
@@ -188,7 +187,6 @@ Stable release!
188
187
189
188
190
189
191
-
<aname="0.3.0"></a>
192
190
## 0.3.0 (2018-06-07)
193
191
194
192
### Features
@@ -200,7 +198,6 @@ Stable release!
200
198
* Moved all cargo stuff under `cargo` module.
201
199
202
200
203
-
<aname="0.2.0"></a>
204
201
## 0.2.0 (2018-06-06)
205
202
206
203
@@ -216,3 +213,7 @@ Stable release!
216
213
217
214
* Change to predicates v0.5.0 ([5fa02435](https://github.com/assert-rs/assert_cmd/commit/5fa02435ffee0a3fb5f94fa374437ae71201f7d7))
0 commit comments