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
+14-17Lines changed: 14 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,30 @@
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
+
2
11
## 1.0.1 (2020-03-30)
3
12
4
13
#### Fixes
5
14
6
15
- Reduce dependencies.
7
16
8
-
<aname="1.0.0"></a>
9
17
## 1.0.0 (2020-03-26)
10
18
11
19
Stable release!
12
20
13
-
<aname="0.12.2"></a>
14
21
## 0.12.2 (2020-03-26)
15
22
16
23
#### Features
17
24
18
25
***cmd**:
19
26
* Support timeouts (closes [#10](https://github.com/assert-rs/assert_cmd/issues/20)).
20
27
21
-
<aname="0.12.1"></a>
22
28
## 0.12.1 (2020-03-25)
23
29
24
30
@@ -27,7 +33,6 @@ Stable release!
27
33
***cmd**:
28
34
* Avoid stdin/stdout deadlocks by writing/reading in parallel (closes [#42](https://github.com/assert-rs/assert_cmd/issues/42)).
29
35
30
-
<aname="0.12.0"></a>
31
36
## 0.12.0 (2019-12-05)
32
37
33
38
@@ -43,7 +48,6 @@ Stable release!
43
48
44
49
45
50
46
-
<aname="0.11.1"></a>
47
51
## 0.11.1 (2019-03-23)
48
52
49
53
@@ -53,7 +57,6 @@ Stable release!
53
57
54
58
55
59
56
-
<aname="0.11.0"></a>
57
60
## 0.11.0 (2019-01-29)
58
61
59
62
@@ -68,7 +71,6 @@ Stable release!
68
71
* 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
72
70
73
71
-
<aname="0.10.2"></a>
72
74
## 0.10.2 (2018-11-21)
73
75
74
76
@@ -81,7 +83,6 @@ Stable release!
81
83
82
84
83
85
84
-
<aname="0.10.1"></a>
85
86
## 0.10.1 (2018-10-10)
86
87
87
88
@@ -90,7 +91,6 @@ Stable release!
90
91
* Documentation fixes
91
92
92
93
93
-
<aname="0.10.0"></a>
94
94
## 0.10.0 (2018-10-10)
95
95
96
96
@@ -107,7 +107,6 @@ Stable release!
107
107
108
108
109
109
110
-
<aname="0.9.1"></a>
111
110
## 0.9.1 (2018-08-09)
112
111
113
112
@@ -117,7 +116,6 @@ Stable release!
117
116
118
117
119
118
120
-
<aname="0.9.0"></a>
121
119
## 0.9.0 (2018-08-02)
122
120
123
121
@@ -140,7 +138,6 @@ Stable release!
140
138
141
139
142
140
143
-
<aname="0.5.0"></a>
144
141
## 0.6.0 (2018-07-18)
145
142
146
143
@@ -154,7 +151,6 @@ Stable release!
154
151
155
152
156
153
157
-
<aname="0.5.0"></a>
158
154
## 0.5.0 (2018-07-13)
159
155
160
156
@@ -168,7 +164,6 @@ Stable release!
168
164
169
165
170
166
171
-
<aname="0.4.0"></a>
172
167
## 0.4.0 (2018-06-28)
173
168
174
169
@@ -188,7 +183,6 @@ Stable release!
188
183
189
184
190
185
191
-
<aname="0.3.0"></a>
192
186
## 0.3.0 (2018-06-07)
193
187
194
188
### Features
@@ -200,7 +194,6 @@ Stable release!
200
194
* Moved all cargo stuff under `cargo` module.
201
195
202
196
203
-
<aname="0.2.0"></a>
204
197
## 0.2.0 (2018-06-06)
205
198
206
199
@@ -216,3 +209,7 @@ Stable release!
216
209
217
210
* Change to predicates v0.5.0 ([5fa02435](https://github.com/assert-rs/assert_cmd/commit/5fa02435ffee0a3fb5f94fa374437ae71201f7d7))
0 commit comments