python-adblock

Updated Brave adblock library for Python
Log | Files | Refs | README

commit 06f0782a460edb4dec786842a9f52b9429a4d7e8
parent d42162d21d5fe0408d02966c9180817d54bcb66e
Author: Árni Dagur <arni@dagur.eu>
Date:   Sat, 26 Jun 2021 20:50:00 +0000

Bump version to 0.5.0

Diffstat:
MCHANGELOG.md | 4+++-
MCargo.lock | 2+-
MCargo.toml | 5++---
3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -5,10 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch ## Unreleased --- + +## 0.5.0 - (2021-06-26) +--- ### Breaks * Library now throws the custom `adblock.AdblockException` exception, instead of `ValueError`. - ## 0.4.4 - (2021-04-13) --- ### Changes diff --git a/Cargo.lock b/Cargo.lock @@ -26,7 +26,7 @@ dependencies = [ [[package]] name = "adblock" -version = "0.4.4" +version = "0.5.0" dependencies = [ "adblock 0.3.13", "pyo3", diff --git a/Cargo.toml b/Cargo.toml @@ -1,7 +1,7 @@ [package] publish = false name = "adblock" -version = "0.4.4" +version = "0.5.0" edition = "2018" authors = ["Árni Dagur <arni@dagur.eu>"] license = "MIT OR Apache-2.0" @@ -27,4 +27,4 @@ pyo3 = { version = "0.13", features = ["abi3-py36", "extension-module"] } [lib] name = "adblock" -crate-type = ["rlib", "cdylib"] -\ No newline at end of file +crate-type = ["rlib", "cdylib"]