Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Dec 27, 2020
1 parent 94fb3c2 commit 20ee047
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

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

## v0.2.0 (2020-12-27)
### Feature
* Add per subject progress bar ([`792982a`](https://github.com/keelerm84/surveydoc/commit/792982a560cbd25c32d5aca1e6c3950ff15696cb))

### Fix
* Handle returns in open ended questions ([`28c9f12`](https://github.com/keelerm84/surveydoc/commit/28c9f12c27ae98cc9cf02c09fc2060b9ec92c109))

### Documentation
* Add GitHub action badge ([`94fb3c2`](https://github.com/keelerm84/surveydoc/commit/94fb3c24eb8bc2f789f3cdd32dff0ddbeb91af7f))
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

__version__ = '0.1.0'
__version__ = '0.2.0'

setup(
name='surveydoc',
Expand Down

0 comments on commit 20ee047

Please sign in to comment.