Skip to content

Commit 19d17b4

Browse files
committed
chore: Bumped the version number in the Cargo.toml and the SECURITY.md files and updated the README.md in order to prepare the next release
1 parent bc24e45 commit 19d17b4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cc-downloader"
3-
version = "0.5.2"
3+
version = "0.6.0"
44
edition = "2024"
55
authors = ["Pedro Ortiz Suarez <pedro@commoncrawl.org>"]
66
description = "A polite and user-friendly downloader for Common Crawl data."

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Download paths for a given crawl
4343
Usage: cc-downloader download-paths <CRAWL> <SUBSET> <DESTINATION>
4444
4545
Arguments:
46-
<CRAWL> Crawl reference, e.g. CC-MAIN-2021-04
46+
<CRAWL> Crawl reference, e.g. CC-MAIN-2021-04 or CC-NEWS-2025-01
4747
<SUBSET> Data type [possible values: segment, warc, wat, wet, robotstxt, non200responses, cc-index, cc-index-table]
4848
<DESTINATION> Destination folder
4949

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Only the latest minor version is being supported
66

77
| Version | Supported |
88
| ------- | ------------------ |
9-
| 0.5.x | :white_check_mark: |
10-
| < 0.5.0 | :x: |
9+
| 0.6.x | :white_check_mark: |
10+
| < 0.6.0 | :x: |
1111

1212
## Reporting a Vulnerability
1313

0 commit comments

Comments
 (0)