Skip to content

Commit d0dbf82

Browse files
authored
Bump version to 0.4.1 (#29)
1 parent a884484 commit d0dbf82

4 files changed

Lines changed: 7 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Changelog](http://keepachangelog.com/).
55

6+
## Unreleased
7+
---
68

79

8-
## Unreleased
10+
## 0.4.1 - (2021-01-27)
911
---
1012

1113
### New
14+
* Windows 32-bit prebuilt wheels.
1215

1316
### Changes
1417
* Updated PyO3 to version `0.13`.
1518
* Changed `__repr__` methods of classes to be more idiomatic.
1619

17-
### Fixes
18-
1920
### Breaks
2021
* Dropped Python `3.5` support.
2122

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "adblock"
33
publish = false
4-
version = "0.4.0"
4+
version = "0.4.1"
55
authors = ["Árni Dagur <arni@dagur.eu"]
66
edition = "2018"
77
license = "MIT OR Apache-2.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "adblock"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "Brave's adblocking in Python"
55
authors = ["Árni Dagur <arni@dagur.eu>"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)