bomper 0.8.0

bumps versions in files
Documentation
1
2
3
4
5
6
7
8
9
10
## {{ entry.version }}
{% if entry.description %}
{{ entry.description }}
{% endif -%}
{% for commit_type, commits in entry.commits|items %}
### {{ commit_type }}
{% for commit in commits -%}
- {{ commit }}
{% endfor -%}
{% endfor -%}