Skip to content

Commit

Permalink
Changelog for v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Jan 13, 2024
1 parent 434d63e commit 88c15e9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,18 @@ various Issue Trackers.
Changelog
---------

v0.7.0 (14 Jan 2024)
~~~~~~~~~~~~~~~~~~~~

- 1-click bug report will now use ``execution.build.version.product`` instead
of ``execution.run.plan.product`` following changes in Kiwi TCMS, see:
<https://github.com/kiwitcms/Kiwi/commit/48a33a71e664c8c3ed2ceb298b5f1e19d0bddb52>_
and `PR #3439 <https://github.com/kiwitcms/Kiwi/pull/3439>`_ for more details
- Fix typo in markdown
- Build & test with Python 3.11
- Test with psycopg3


v0.6.0 (23 Nov 2023)
~~~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def get_install_requires(path):

setup(
name="kiwitcms-trackers-integration",
version="0.6.0",
version="0.7.0",
description="Integration between Kiwi TCMS and various Issue Trackers",
long_description=get_long_description(),
author="Kiwi TCMS",
Expand Down

0 comments on commit 88c15e9

Please sign in to comment.