diff options
| -rw-r--r-- | CHANGELOG.md | 5 | ||||
| -rw-r--r-- | Cargo.lock | 6 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
3 files changed, 9 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 67fc4e1..e13cd84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
| @@ -6,6 +6,11 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch | |||
| 6 | ## Unreleased | 6 | ## Unreleased |
| 7 | --- | 7 | --- |
| 8 | 8 | ||
| 9 | ## 0.5.1 - (2021-06-26) | ||
| 10 | --- | ||
| 11 | ### Fixes | ||
| 12 | * Fix test suite for Python `3.10`. | ||
| 13 | |||
| 9 | ## 0.5.0 - (2021-06-26) | 14 | ## 0.5.0 - (2021-06-26) |
| 10 | --- | 15 | --- |
| 11 | ### Breaks | 16 | ### Breaks |
| @@ -26,7 +26,7 @@ dependencies = [ | |||
| 26 | 26 | ||
| 27 | [[package]] | 27 | [[package]] |
| 28 | name = "adblock" | 28 | name = "adblock" |
| 29 | version = "0.5.0" | 29 | version = "0.5.1" |
| 30 | dependencies = [ | 30 | dependencies = [ |
| 31 | "adblock 0.3.13", | 31 | "adblock 0.3.13", |
| 32 | "pyo3", | 32 | "pyo3", |
| @@ -224,9 +224,9 @@ dependencies = [ | |||
| 224 | 224 | ||
| 225 | [[package]] | 225 | [[package]] |
| 226 | name = "once_cell" | 226 | name = "once_cell" |
| 227 | version = "1.7.2" | 227 | version = "1.8.0" |
| 228 | source = "registry+https://github.com/rust-lang/crates.io-index" | 228 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 229 | checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3" | 229 | checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56" |
| 230 | 230 | ||
| 231 | [[package]] | 231 | [[package]] |
| 232 | name = "parking_lot" | 232 | name = "parking_lot" |
| @@ -1,7 +1,7 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | publish = false | 2 | publish = false |
| 3 | name = "adblock" | 3 | name = "adblock" |
| 4 | version = "0.5.0" | 4 | version = "0.5.1" |
| 5 | edition = "2018" | 5 | edition = "2018" |
| 6 | authors = ["Árni Dagur <arni@dagur.eu>"] | 6 | authors = ["Árni Dagur <arni@dagur.eu>"] |
| 7 | license = "MIT OR Apache-2.0" | 7 | license = "MIT OR Apache-2.0" |
