python-adblock

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

commit d0dbf823b7ce627ee77067cd87188fa9995ad783
parent a8844843a6751ae77697a731abffc50402cf008e
Author: Árni Dagur <arni@dagur.eu>
Date:   Wed, 27 Jan 2021 22:18:19 +0000

Bump version to 0.4.1 (#29)


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

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -3,19 +3,20 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Changelog](http://keepachangelog.com/). +## Unreleased +--- -## Unreleased +## 0.4.1 - (2021-01-27) --- ### New +* Windows 32-bit prebuilt wheels. ### Changes * Updated PyO3 to version `0.13`. * Changed `__repr__` methods of classes to be more idiomatic. -### Fixes - ### Breaks * Dropped Python `3.5` support. diff --git a/Cargo.lock b/Cargo.lock @@ -24,7 +24,7 @@ dependencies = [ [[package]] name = "adblock" -version = "0.4.0" +version = "0.4.1" dependencies = [ "adblock 0.3.4", "pyo3", diff --git a/Cargo.toml b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "adblock" publish = false -version = "0.4.0" +version = "0.4.1" authors = ["Árni Dagur <arni@dagur.eu"] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/pyproject.toml b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "adblock" -version = "0.4.0" +version = "0.4.1" description = "Brave's adblocking in Python" authors = ["Árni Dagur <arni@dagur.eu>"] license = "MIT OR Apache-2.0"