diff options
| author | Árni Dagur <arni@dagur.eu> | 2021-06-26 20:50:00 +0000 |
|---|---|---|
| committer | Árni Dagur <arni@dagur.eu> | 2021-06-26 20:50:00 +0000 |
| commit | 06f0782a460edb4dec786842a9f52b9429a4d7e8 (patch) | |
| tree | d8213ca7114a61788993ff693ed4c59244067f1c | |
| parent | d42162d21d5fe0408d02966c9180817d54bcb66e (diff) | |
Bump version to 0.5.0
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 4 |
3 files changed, 6 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a62516d..67fc4e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
| @@ -5,10 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch | |||
| 5 | 5 | ||
| 6 | ## Unreleased | 6 | ## Unreleased |
| 7 | --- | 7 | --- |
| 8 | |||
| 9 | ## 0.5.0 - (2021-06-26) | ||
| 10 | --- | ||
| 8 | ### Breaks | 11 | ### Breaks |
| 9 | * Library now throws the custom `adblock.AdblockException` exception, instead of `ValueError`. | 12 | * Library now throws the custom `adblock.AdblockException` exception, instead of `ValueError`. |
| 10 | 13 | ||
| 11 | |||
| 12 | ## 0.4.4 - (2021-04-13) | 14 | ## 0.4.4 - (2021-04-13) |
| 13 | --- | 15 | --- |
| 14 | ### Changes | 16 | ### Changes |
| @@ -26,7 +26,7 @@ dependencies = [ | |||
| 26 | 26 | ||
| 27 | [[package]] | 27 | [[package]] |
| 28 | name = "adblock" | 28 | name = "adblock" |
| 29 | version = "0.4.4" | 29 | version = "0.5.0" |
| 30 | dependencies = [ | 30 | dependencies = [ |
| 31 | "adblock 0.3.13", | 31 | "adblock 0.3.13", |
| 32 | "pyo3", | 32 | "pyo3", |
| @@ -1,7 +1,7 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | publish = false | 2 | publish = false |
| 3 | name = "adblock" | 3 | name = "adblock" |
| 4 | version = "0.4.4" | 4 | version = "0.5.0" |
| 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" |
| @@ -27,4 +27,4 @@ pyo3 = { version = "0.13", features = ["abi3-py36", "extension-module"] } | |||
| 27 | 27 | ||
| 28 | [lib] | 28 | [lib] |
| 29 | name = "adblock" | 29 | name = "adblock" |
| 30 | crate-type = ["rlib", "cdylib"] \ No newline at end of file | 30 | crate-type = ["rlib", "cdylib"] |
