We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94fb3c2 commit 20ee047Copy full SHA for 20ee047
docs/CHANGELOG.md
@@ -0,0 +1,13 @@
1
+# Changelog
2
+
3
+<!--next-version-placeholder-->
4
5
+## v0.2.0 (2020-12-27)
6
+### Feature
7
+* Add per subject progress bar ([`792982a`](https://github.com/keelerm84/surveydoc/commit/792982a560cbd25c32d5aca1e6c3950ff15696cb))
8
9
+### Fix
10
+* Handle returns in open ended questions ([`28c9f12`](https://github.com/keelerm84/surveydoc/commit/28c9f12c27ae98cc9cf02c09fc2060b9ec92c109))
11
12
+### Documentation
13
+* Add GitHub action badge ([`94fb3c2`](https://github.com/keelerm84/surveydoc/commit/94fb3c24eb8bc2f789f3cdd32dff0ddbeb91af7f))
setup.py
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup
-__version__ = '0.1.0'
+__version__ = '0.2.0'
setup(
name='surveydoc',
0 commit comments