Skip to content

Commit

Permalink
Release 0.1.6 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
aklajnert authored Sep 6, 2022
1 parent 8f2b65f commit 767a89d
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 25 deletions.
13 changes: 11 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
History
=======

unreleased (2020-02-29)
-----------------------
0.1.6 (2022-09-06)
------------------

Features
~~~~~~~~
* `#21 <https://github.com/aklajnert/changelogd/pull/21>`_: Add support for computed values.

Minor improvements
~~~~~~~~~~~~~~~~~~
* `#7 <https://github.com/aklajnert/changelogd/pull/7>`_: Add a readme file that will be put into the changelogd config directory.

Other changes
~~~~~~~~~~~~~
* `#19 <https://github.com/aklajnert/changelogd/pull/19>`_: Remove invalid pytest option.
* `#18 <https://github.com/aklajnert/changelogd/pull/18>`_: Add support for python 3.9 and 3.10, fix tests.

0.1.5 (2020-01-30)
------------------

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ For full documentation, please see https://changelogd.readthedocs.io/en/latest/.
License
-------

Distributed under the terms of the `MIT`_ license, "pytest-subprocess" is free and open source software
Distributed under the terms of the `MIT`_ license, "changelogd" is free and open source software

Issues
------
Expand Down
5 changes: 0 additions & 5 deletions changelog.d/feature.efedac04.entry.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changelog.d/minor.4d746617.entry.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changelog.d/other.a5f18a62.entry.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changelog.d/other.f76d056b.entry.yaml

This file was deleted.

24 changes: 24 additions & 0 deletions changelog.d/releases/5.0.1.6.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
entries:
feature:
- message: Add support for computed values.
pr_ids:
- '21'
timestamp: 1662456941
minor:
- message: Add a readme file that will be put into the changelogd config directory.
pr_ids:
- '7'
timestamp: 1582975986
other:
- message: Remove invalid pytest option.
pr_ids:
- '19'
timestamp: 1661314815
- message: Add support for python 3.9 and 3.10, fix tests.
pr_ids:
- '18'
timestamp: 1661257022
previous_release: 0.1.5
release_date: '2022-09-06'
release_description: ''
release_version: 0.1.6
2 changes: 1 addition & 1 deletion changelogd/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
"""Top-level package for changelogd."""

__version__ = "0.1.5"
__version__ = "0.1.6"
2 changes: 1 addition & 1 deletion changelogd/templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pip install --upgrade changelogd
# Creating a new changelogd entry

To create a new entry, use `changelogd entry` command. After replying to a few
questions, the entry file will be created in the `changnelog.d` directory.
questions, the entry file will be created in the `changelog.d` directory.

# Releasing a new version

Expand Down

0 comments on commit 767a89d

Please sign in to comment.