From e8c923f69388dcff2c7805bec2269db2cc61d0c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81rni=20Dagur?= Date: Mon, 18 Jul 2022 00:48:58 +0200 Subject: [PATCH] Bump version to 0.6.0 --- CHANGELOG.md | 4 +++- Cargo.lock | 16 ++++++++-------- Cargo.toml | 4 ++-- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e66291bf..90616340f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch ## Unreleased --- + +## 0.6.0 - (2022-07-17) +--- ### Added * Added `aliases` optional argument to `Engine.add_resource` @@ -16,7 +19,6 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch * Minimum Rust version is now `1.53`. * Minimum Python version is now `3.7`. - ## 0.5.2 - (2022-03-01) --- * Include complete redirect rule feature ([#59](https://github.com/ArniDagur/python-adblock/pull/59)). Thanks @x0day! diff --git a/Cargo.lock b/Cargo.lock index cc2596af9..999805e46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,14 +2,6 @@ # It is not intended for manual editing. version = 3 -[[package]] -name = "adblock" -version = "0.5.2" -dependencies = [ - "adblock 0.5.6", - "pyo3", -] - [[package]] name = "adblock" version = "0.5.6" @@ -33,6 +25,14 @@ dependencies = [ "url", ] +[[package]] +name = "adblock" +version = "0.6.0" +dependencies = [ + "adblock 0.5.6", + "pyo3", +] + [[package]] name = "addr" version = "0.14.0" diff --git a/Cargo.toml b/Cargo.toml index bf51c19de..f1ed52e7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] publish = false name = "adblock" -version = "0.5.2" +version = "0.6.0" edition = "2018" authors = ["Árni Dagur "] license = "MIT OR Apache-2.0" @@ -16,7 +16,7 @@ classifier = [ "License :: OSI Approved :: MIT License", "License :: OSI Approved :: Apache Software License", ] -requires-python = ">=3.6" +requires-python = ">=3.7" [profile.release] debug = true