Skip to content

Commit 00c9219

Browse files
author
Ed Page
committed
docs: Consistent keepachangelog
1 parent 2aa4f96 commit 00c9219

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

CHANGELOG.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,32 +13,32 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1313

1414
- Be explicit about spawn failure (closes [#109](https://github.com/assert-rs/assert_cmd/issues/109)).
1515

16-
## 1.0.1 (2020-03-30)
16+
## 1.0.1 - 2020-03-30
1717

1818
#### Fixes
1919

2020
- Reduce dependencies.
2121

22-
## 1.0.0 (2020-03-26)
22+
## 1.0.0 - 2020-03-26
2323

2424
Stable release!
2525

26-
## 0.12.2 (2020-03-26)
26+
## 0.12.2 - 2020-03-26
2727

2828
#### Features
2929

3030
* **cmd**:
3131
* Support timeouts (closes [#10](https://github.com/assert-rs/assert_cmd/issues/20)).
3232

33-
## 0.12.1 (2020-03-25)
33+
## 0.12.1 - 2020-03-25
3434

3535

3636
#### Bug Fixes
3737

3838
* **cmd**:
3939
* Avoid stdin/stdout deadlocks by writing/reading in parallel (closes [#42](https://github.com/assert-rs/assert_cmd/issues/42)).
4040

41-
## 0.12.0 (2019-12-05)
41+
## 0.12.0 - 2019-12-05
4242

4343

4444
#### Bug Fixes
@@ -53,7 +53,7 @@ Stable release!
5353

5454

5555

56-
## 0.11.1 (2019-03-23)
56+
## 0.11.1 - 2019-03-23
5757

5858

5959
#### Bug Fixes
@@ -62,7 +62,7 @@ Stable release!
6262

6363

6464

65-
## 0.11.0 (2019-01-29)
65+
## 0.11.0 - 2019-01-29
6666

6767

6868
#### Performance
@@ -76,7 +76,7 @@ Stable release!
7676
* 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`
7777

7878

79-
## 0.10.2 (2018-11-21)
79+
## 0.10.2 - 2018-11-21
8080

8181

8282
#### Bug Fixes
@@ -88,15 +88,15 @@ Stable release!
8888

8989

9090

91-
## 0.10.1 (2018-10-10)
91+
## 0.10.1 - 2018-10-10
9292

9393

9494
#### Bug Fixes
9595

9696
* Documentation fixes
9797

9898

99-
## 0.10.0 (2018-10-10)
99+
## 0.10.0 - 2018-10-10
100100

101101

102102
#### Breaking Changes
@@ -112,7 +112,7 @@ Stable release!
112112

113113

114114

115-
## 0.9.1 (2018-08-09)
115+
## 0.9.1 - 2018-08-09
116116

117117

118118
#### Bug Fixes
@@ -121,7 +121,7 @@ Stable release!
121121

122122

123123

124-
## 0.9.0 (2018-08-02)
124+
## 0.9.0 - 2018-08-02
125125

126126

127127
#### Breaking Changes
@@ -143,7 +143,7 @@ Stable release!
143143

144144

145145

146-
## 0.6.0 (2018-07-18)
146+
## 0.6.0 - 2018-07-18
147147

148148

149149
#### Features
@@ -156,7 +156,7 @@ Stable release!
156156

157157

158158

159-
## 0.5.0 (2018-07-13)
159+
## 0.5.0 - 2018-07-13
160160

161161

162162
#### Features
@@ -169,7 +169,7 @@ Stable release!
169169

170170

171171

172-
## 0.4.0 (2018-06-28)
172+
## 0.4.0 - 2018-06-28
173173

174174

175175
#### Features
@@ -188,7 +188,7 @@ Stable release!
188188

189189

190190

191-
## 0.3.0 (2018-06-07)
191+
## 0.3.0 - 2018-06-07
192192

193193
### Features
194194

@@ -199,7 +199,7 @@ Stable release!
199199
* Moved all cargo stuff under `cargo` module.
200200

201201

202-
## 0.2.0 (2018-06-06)
202+
## 0.2.0 - 2018-06-06
203203

204204

205205
#### Features

0 commit comments

Comments
 (0)