File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cc-downloader"
3
- version = " 0.4.1 "
3
+ version = " 0.5.0 "
4
4
edition = " 2021"
5
5
authors = [" Pedro Ortiz Suarez <pedro@commoncrawl.org>" ]
6
6
description = " A polite and user-friendly downloader for Common Crawl data."
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ This is an experimental polite downloader for Common Crawl data writter in `rust
7
7
- [ ] Add Python bindings
8
8
- [ ] Add tests
9
9
- [ ] Handle unrecoverable errors
10
- - [ ] Crosscompile and release binaries
11
10
12
11
## Installation
13
12
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ Only the latest minor version is being supported
6
6
7
7
| Version | Supported |
8
8
| ------- | ------------------ |
9
- | 0.4 .x | :white_check_mark : |
10
- | < 0.4.0 | :x : |
9
+ | 0.5 .x | :white_check_mark : |
10
+ | < 0.5.0 | :x : |
11
11
12
12
## Reporting a Vulnerability
13
13
You can’t perform that action at this time.
0 commit comments