From 08407005bbc120dcc92197936c7b379fa6759493 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81rni=20Dagur?= Date: Wed, 16 Dec 2020 16:53:05 +0000 Subject: Bump version number to 0.4.0 --- CHANGELOG.md | 16 +++++++++++++++- Cargo.lock | 16 ++++++++-------- Cargo.toml | 2 +- pyproject.toml | 2 +- 4 files changed, 25 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63c9cd0..2bd8cfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,11 @@ 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 --- ### New -* Maintain a `CHANGELOG.md` file. ### Changes @@ -17,6 +17,20 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch ### Breaks +## 0.4.0 - (2020-12-16) +--- + +### New +* Maintain a `CHANGELOG.md` file. +* Include `generichide` field in `UrlSpecificResources`. + +### Fixes +* Include `Cargo.lock` in source control, fixing incorrect dependency resolution [#15](https://github.com/ArniDagur/python-adblock/issues/15). + +### Breaks +* Remove `explicit_cancel` field from `BlockerResult`, as it has been removed upstream. + + ## 0.3.2 - (2020-09-22) --- diff --git a/Cargo.lock b/Cargo.lock index b76d9ac..fe787aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,13 +1,5 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -[[package]] -name = "adblock" -version = "0.3.2" -dependencies = [ - "adblock 0.3.4", - "pyo3", -] - [[package]] name = "adblock" version = "0.3.4" @@ -30,6 +22,14 @@ dependencies = [ "url 2.2.0", ] +[[package]] +name = "adblock" +version = "0.4.0" +dependencies = [ + "adblock 0.3.4", + "pyo3", +] + [[package]] name = "addr" version = "0.2.0" diff --git a/Cargo.toml b/Cargo.toml index e0f1831..372030b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "adblock" publish = false -version = "0.3.2" +version = "0.4.0" authors = ["Árni Dagur "] license = "MIT OR Apache-2.0" -- cgit v1.2.3