Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ArniDagur committed Jul 17, 2022
1 parent 7cc01b8 commit e8c923f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch

## Unreleased
---

## 0.6.0 - (2022-07-17)
---
### Added
* Added `aliases` optional argument to `Engine.add_resource`

Expand All @@ -16,7 +19,6 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch
* Minimum Rust version is now `1.53`.
* Minimum Python version is now `3.7`.


## 0.5.2 - (2022-03-01)
---
* Include complete redirect rule feature ([#59](https://github.com/ArniDagur/python-adblock/pull/59)). Thanks @x0day!
Expand Down
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
publish = false
name = "adblock"
version = "0.5.2"
version = "0.6.0"
edition = "2018"
authors = ["Árni Dagur <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand All @@ -16,7 +16,7 @@ classifier = [
"License :: OSI Approved :: MIT License",
"License :: OSI Approved :: Apache Software License",
]
requires-python = ">=3.6"
requires-python = ">=3.7"

[profile.release]
debug = true
Expand Down

0 comments on commit e8c923f

Please sign in to comment.