Skip to content

Commit

Permalink
Release 0.22.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
gotmax23 committed Jul 25, 2023
1 parent ff54c6e commit 3500539
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 13 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ Ansible Changelog Tool Release Notes
.. contents:: Topics


v0.22.0
=======

Release Summary
---------------

New feature release

Minor Changes
-------------

- Add ``antsibull-changelog-lint`` and ``antsibull-changelog-lint-changelog-yaml`` pre-commit.com hooks (https://github.com/ansible-community/antsibull-changelog/pull/125).
- Add ``toml`` extra to pull in a toml parser to use to guess the version based on ``pyproject.toml`` (https://github.com/ansible-community/antsibull-changelog/pull/126).

v0.21.0
=======

Expand Down
13 changes: 13 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,19 @@ releases:
- 0.21.0.yml
- 123-deprecate-classic.yml
release_date: '2023-06-27'
0.22.0:
changes:
minor_changes:
- Add ``antsibull-changelog-lint`` and ``antsibull-changelog-lint-changelog-yaml``
pre-commit.com hooks (https://github.com/ansible-community/antsibull-changelog/pull/125).
- Add ``toml`` extra to pull in a toml parser to use to guess the version based
on ``pyproject.toml`` (https://github.com/ansible-community/antsibull-changelog/pull/126).
release_summary: New feature release
fragments:
- 0.22.0.yml
- 125-pre-commit-hook.yaml
- 126-toml-extra.yaml
release_date: '2023-07-25'
0.3.0:
changes:
minor_changes:
Expand Down
2 changes: 0 additions & 2 deletions changelogs/fragments/0.22.0.yml

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/125-pre-commit-hook.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/126-toml-extra.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "hatchling.build"

[project]
name = "antsibull-changelog"
version = "0.21.0.post0"
version = "0.22.0"
description = "Changelog tool for Ansible-base and Ansible collections"
readme = "README.md"
requires-python = ">= 3.9.0"
Expand Down

0 comments on commit 3500539

Please sign in to comment.