Skip to content

Commit 8c81fd7

Browse files
authored
Release version 0.1.7 (#27)
1 parent 0a20e70 commit 8c81fd7

File tree

5 files changed

+27
-11
lines changed

5 files changed

+27
-11
lines changed

HISTORY.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
History
22
=======
33

4+
0.1.7 (2022-10-10)
5+
------------------
6+
7+
Minor improvements
8+
~~~~~~~~~~~~~~~~~~
9+
* `#26 <https://github.com/aklajnert/changelogd/pull/26>`_: Trim whitespace from multi-value fields.
10+
11+
Other changes
12+
~~~~~~~~~~~~~
13+
* `#25 <https://github.com/aklajnert/changelogd/pull/25>`_: Switch to GitHub Actions.
14+
415
0.1.6 (2022-09-06)
516
------------------
617

changelog.d/minor.a6ea1885.entry.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

changelog.d/other.02a61369.entry.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

changelog.d/releases/6.0.1.7.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
entries:
2+
minor:
3+
- message: Trim whitespace from multi-value fields.
4+
pr_ids:
5+
- '26'
6+
timestamp: 1665243991
7+
other:
8+
- message: Switch to GitHub Actions.
9+
pr_ids:
10+
- '25'
11+
timestamp: 1664691880
12+
previous_release: 0.1.6
13+
release_date: '2022-10-10'
14+
release_description: ''
15+
release_version: 0.1.7

changelogd/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- coding: utf-8 -*-
22
"""Top-level package for changelogd."""
33

4-
__version__ = "0.1.6"
4+
__version__ = "0.1.7"

0 commit comments

Comments
 (0)