From 06f0782a460edb4dec786842a9f52b9429a4d7e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81rni=20Dagur?= Date: Sat, 26 Jun 2021 20:50:00 +0000 Subject: Bump version to 0.5.0 --- CHANGELOG.md | 4 +++- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 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 ## Unreleased --- + +## 0.5.0 - (2021-06-26) +--- ### Breaks * Library now throws the custom `adblock.AdblockException` exception, instead of `ValueError`. - ## 0.4.4 - (2021-04-13) --- ### Changes diff --git a/Cargo.lock b/Cargo.lock index e244898..956a3e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -26,7 +26,7 @@ dependencies = [ [[package]] name = "adblock" -version = "0.4.4" +version = "0.5.0" dependencies = [ "adblock 0.3.13", "pyo3", diff --git a/Cargo.toml b/Cargo.toml index aab0751..cea74dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] publish = false name = "adblock" -version = "0.4.4" +version = "0.5.0" edition = "2018" authors = ["Árni Dagur "] license = "MIT OR Apache-2.0" @@ -27,4 +27,4 @@ pyo3 = { version = "0.13", features = ["abi3-py36", "extension-module"] } [lib] name = "adblock" -crate-type = ["rlib", "cdylib"] \ No newline at end of file +crate-type = ["rlib", "cdylib"] -- cgit v1.2.3