From d0dbf823b7ce627ee77067cd87188fa9995ad783 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81rni=20Dagur?= Date: Wed, 27 Jan 2021 22:18:19 +0000 Subject: Bump version to 0.4.1 (#29) --- CHANGELOG.md | 7 ++++--- Cargo.lock | 2 +- Cargo.toml | 2 +- pyproject.toml | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca861ed..6e603b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,19 +3,20 @@ 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 +--- -## Unreleased +## 0.4.1 - (2021-01-27) --- ### New +* Windows 32-bit prebuilt wheels. ### Changes * Updated PyO3 to version `0.13`. * Changed `__repr__` methods of classes to be more idiomatic. -### Fixes - ### Breaks * Dropped Python `3.5` support. diff --git a/Cargo.lock b/Cargo.lock index f94ffe6..3fdec81 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -24,7 +24,7 @@ dependencies = [ [[package]] name = "adblock" -version = "0.4.0" +version = "0.4.1" dependencies = [ "adblock 0.3.4", "pyo3", diff --git a/Cargo.toml b/Cargo.toml index 482c01f..a1947ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "adblock" publish = false -version = "0.4.0" +version = "0.4.1" authors = ["Árni Dagur "] license = "MIT OR Apache-2.0" -- cgit v1.2.3