Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Oct 21, 2020
1 parent bbe7a42 commit 0411dcf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

<!--next-version-placeholder-->

## v2.0.0 (2020-10-21)
### Feature
* Add hacktoberfest topic to the repo ([`666cd9f`](https://github.com/browniebroke/hacktoberfest-labeler-action/commit/666cd9faf9afb208f229b25ef3b999360d1bf6d5))

### Fix
* Use personal token ([`6d1adef`](https://github.com/browniebroke/hacktoberfest-labeler-action/commit/6d1adef42353c74bce9e86cc2dcd2464f527aa3b))

### Breaking
* introduced a date based behaviour to apply or revert based on the month of the year. ([`666cd9f`](https://github.com/browniebroke/hacktoberfest-labeler-action/commit/666cd9faf9afb208f229b25ef3b999360d1bf6d5))

### Documentation
* Explain PAT usage ([`bbe7a42`](https://github.com/browniebroke/hacktoberfest-labeler-action/commit/bbe7a426f48e2eeb05e050a75f8c32dd387032bc))

## v1.1.0 (2020-09-25)
### Fix
* Add version to `__init__` to fix deployment ([`9840351`](https://github.com/browniebroke/hacktoberfest-labeler-action/commit/984035145b8bea9e14fbd3036820a4eb57d119cf))
Expand Down
2 changes: 1 addition & 1 deletion src/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.0"
__version__ = "2.0.0"

0 comments on commit 0411dcf

Please sign in to comment.