File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [[ 3.0.0]] - 2019-10-12
11
+
10
12
### Added
11
13
12
14
- Add CLI flag to dump reports with parsing errors on disk. This also adds helper functions and tests to simplify the
@@ -168,6 +170,7 @@ This first version allows a user to retrieve traffic fatality repports for a cer
168
170
[ 2.0.0 ] : https://github.com/scrapd/scrapd/releases/2.0.0
169
171
[ 2.1.0 ] : https://github.com/scrapd/scrapd/releases/2.1.0
170
172
[ 2.1.1 ] : https://github.com/scrapd/scrapd/releases/2.1.1
173
+ [ 3.0.0 ] : https://github.com/scrapd/scrapd/releases/3.0.0
171
174
172
175
[ // ] : # ( Issue/PR links )
173
176
[ #13 ] : https://github.com/scrapd/scrapd/issues/13
@@ -209,7 +212,9 @@ This first version allows a user to retrieve traffic fatality repports for a cer
209
212
[ #171 ] : https://github.com/scrapd/scrapd/pull/171
210
213
[ #172 ] : https://github.com/scrapd/scrapd/pull/172
211
214
[ #178 ] : https://github.com/scrapd/scrapd/pull/178
215
+ [ #199 ] : https://github.com/scrapd/scrapd/pull/199
212
216
[ #203 ] : https://github.com/scrapd/scrapd/issues/203
213
217
[ #204 ] : https://github.com/scrapd/scrapd/issues/204
214
218
[ #208 ] : https://github.com/scrapd/scrapd/pull/208
215
219
[ #210 ] : https://github.com/scrapd/scrapd/pull/210
220
+ [ #214 ] : https://github.com/scrapd/scrapd/pull/214
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ results by specifying simple options.
9
9
10
10
Available formats are:
11
11
12
- * `Count `: is a special format which simply counts the number of fatalities within the time range.
12
+ * `Count `: is a special format which simply counts the number of crashes within the time range.
13
13
* `CSV `: is a delimited text file that uses a comma to separate values.
14
14
* `JSON `: is an open-standard file format that uses human-readable text to transmit data
15
15
objects consisting of attribute–value pairs and array data types.
@@ -54,7 +54,7 @@ The log level can be adjusted by adding/removing `-v` flags:
54
54
For 2 `-v ` and more, the log format also changes from compact to verbose.
55
55
56
56
The `dump ` option is intended to be used by developpers only. If the parser encounters an error, it will dump the
57
- content of the HTML page on disk, into a `.dump ` directory. See the :ref: `contributing-dumping ` for more information.
57
+ content of the HTML page on disk, into a `.dump ` directory. See the :ref: `contributing-dumping ` section for more information.
58
58
59
59
docker
60
60
------
You can’t perform that action at this time.
0 commit comments