summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e13cd84..0bd65e4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,10 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch
6## Unreleased 6## Unreleased
7--- 7---
8 8
9## 0.5.2 - (2022-03-01)
10---
11* Include complete redirect rule feature ([#59](https://github.com/ArniDagur/python-adblock/pull/59)). Thanks @x0day!
12
9## 0.5.1 - (2021-06-26) 13## 0.5.1 - (2021-06-26)
10--- 14---
11### Fixes 15### Fixes
diff --git a/Cargo.lock b/Cargo.lock
index d6438cd..7c5bbc8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -27,7 +27,7 @@ dependencies = [
27 27
28[[package]] 28[[package]]
29name = "adblock" 29name = "adblock"
30version = "0.5.1" 30version = "0.5.2"
31dependencies = [ 31dependencies = [
32 "adblock 0.4.3", 32 "adblock 0.4.3",
33 "pyo3", 33 "pyo3",
diff --git a/Cargo.toml b/Cargo.toml
index 858d4f6..73d41e8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
1[package] 1[package]
2publish = false 2publish = false
3name = "adblock" 3name = "adblock"
4version = "0.5.1" 4version = "0.5.2"
5edition = "2018" 5edition = "2018"
6authors = ["Árni Dagur <arni@dagur.eu>"] 6authors = ["Árni Dagur <arni@dagur.eu>"]
7license = "MIT OR Apache-2.0" 7license = "MIT OR Apache-2.0"