summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÁrni Dagur <arni@dagur.eu>2021-06-26 20:50:00 +0000
committerÁrni Dagur <arni@dagur.eu>2021-06-26 20:50:00 +0000
commit06f0782a460edb4dec786842a9f52b9429a4d7e8 (patch)
treed8213ca7114a61788993ff693ed4c59244067f1c
parentd42162d21d5fe0408d02966c9180817d54bcb66e (diff)
Bump version to 0.5.0
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml4
3 files changed, 6 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a62516d..67fc4e1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,10 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch
5 5
6## Unreleased 6## Unreleased
7--- 7---
8
9## 0.5.0 - (2021-06-26)
10---
8### Breaks 11### Breaks
9* Library now throws the custom `adblock.AdblockException` exception, instead of `ValueError`. 12* Library now throws the custom `adblock.AdblockException` exception, instead of `ValueError`.
10 13
11
12## 0.4.4 - (2021-04-13) 14## 0.4.4 - (2021-04-13)
13--- 15---
14### Changes 16### Changes
diff --git a/Cargo.lock b/Cargo.lock
index e244898..956a3e9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -26,7 +26,7 @@ dependencies = [
26 26
27[[package]] 27[[package]]
28name = "adblock" 28name = "adblock"
29version = "0.4.4" 29version = "0.5.0"
30dependencies = [ 30dependencies = [
31 "adblock 0.3.13", 31 "adblock 0.3.13",
32 "pyo3", 32 "pyo3",
diff --git a/Cargo.toml b/Cargo.toml
index aab0751..cea74dc 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.4.4" 4version = "0.5.0"
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"
@@ -27,4 +27,4 @@ pyo3 = { version = "0.13", features = ["abi3-py36", "extension-module"] }
27 27
28[lib] 28[lib]
29name = "adblock" 29name = "adblock"
30crate-type = ["rlib", "cdylib"] \ No newline at end of file 30crate-type = ["rlib", "cdylib"]