python-adblock

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

commit cac1537967e0153a07c2cc59c310637f03cc6df4
parent ab8d5f19b48e20458513c458efef075586224e6d
Author: Árni Dagur <arni@dagur.eu>
Date:   Tue,  1 Mar 2022 13:01:33 +0100

Bump version to 0.5.2

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

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -6,6 +6,10 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch ## Unreleased --- +## 0.5.2 - (2022-03-01) +--- +* Include complete redirect rule feature ([#59](https://github.com/ArniDagur/python-adblock/pull/59)). Thanks @x0day! + ## 0.5.1 - (2021-06-26) --- ### Fixes diff --git a/Cargo.lock b/Cargo.lock @@ -27,7 +27,7 @@ dependencies = [ [[package]] name = "adblock" -version = "0.5.1" +version = "0.5.2" dependencies = [ "adblock 0.4.3", "pyo3", diff --git a/Cargo.toml b/Cargo.toml @@ -1,7 +1,7 @@ [package] publish = false name = "adblock" -version = "0.5.1" +version = "0.5.2" edition = "2018" authors = ["Árni Dagur <arni@dagur.eu>"] license = "MIT OR Apache-2.0"