Skip to content

Commit 0a76740

Browse files
committed
docs: Bumped version for first pre-release with pre-compile binaries
1 parent e42263f commit 0a76740

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-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.4.1"
3+
version = "0.5.0"
44
edition = "2021"
55
authors = ["Pedro Ortiz Suarez <pedro@commoncrawl.org>"]
66
description = "A polite and user-friendly downloader for Common Crawl data."

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ This is an experimental polite downloader for Common Crawl data writter in `rust
77
- [ ] Add Python bindings
88
- [ ] Add tests
99
- [ ] Handle unrecoverable errors
10-
- [ ] Crosscompile and release binaries
1110

1211
## Installation
1312

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.4.x | :white_check_mark: |
10-
| < 0.4.0 | :x: |
9+
| 0.5.x | :white_check_mark: |
10+
| < 0.5.0 | :x: |
1111

1212
## Reporting a Vulnerability
1313

0 commit comments

Comments
 (0)