summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorÁrni Dagur <arni@dagur.eu>2020-12-16 16:53:05 +0000
committerÁrni Dagur <arni@dagur.eu>2020-12-16 16:53:05 +0000
commit08407005bbc120dcc92197936c7b379fa6759493 (patch)
tree95154f2c09e39bbb4ba817ef124016cefdca065a /CHANGELOG.md
parentf4c92cf91ef7356cff19ce79d61193d76881c221 (diff)
Bump version number to 0.4.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md16
1 files changed, 15 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 63c9cd0..2bd8cfa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,11 +4,11 @@ All notable changes to this project will be documented in this file.
4This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Changelog](http://keepachangelog.com/). 4This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Changelog](http://keepachangelog.com/).
5 5
6 6
7
7## Unreleased 8## Unreleased
8--- 9---
9 10
10### New 11### New
11* Maintain a `CHANGELOG.md` file.
12 12
13### Changes 13### Changes
14 14
@@ -17,6 +17,20 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch
17### Breaks 17### Breaks
18 18
19 19
20## 0.4.0 - (2020-12-16)
21---
22
23### New
24* Maintain a `CHANGELOG.md` file.
25* Include `generichide` field in `UrlSpecificResources`.
26
27### Fixes
28* Include `Cargo.lock` in source control, fixing incorrect dependency resolution [#15](https://github.com/ArniDagur/python-adblock/issues/15).
29
30### Breaks
31* Remove `explicit_cancel` field from `BlockerResult`, as it has been removed upstream.
32
33
20## 0.3.2 - (2020-09-22) 34## 0.3.2 - (2020-09-22)
21--- 35---
22 36