From 20ee04738d1560e8714ef6f78c04a7b3784c6fc6 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 27 Dec 2020 05:53:08 +0000 Subject: [PATCH] 0.2.0 Automatically generated by python-semantic-release --- docs/CHANGELOG.md | 13 +++++++++++++ setup.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 docs/CHANGELOG.md diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md new file mode 100644 index 0000000..4500246 --- /dev/null +++ b/docs/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + + + +## 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)) diff --git a/setup.py b/setup.py index 9682df6..e7ca1de 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -__version__ = '0.1.0' +__version__ = '0.2.0' setup( name='surveydoc',