From bd0ab81eafccd9c7b7dc75aa45a76feb647d937d Mon Sep 17 00:00:00 2001 From: Telekom MMS GmbH Date: Sat, 9 Nov 2024 04:13:31 +0000 Subject: [PATCH] update changelog --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78dafaf..081374b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,17 @@ - \[Bug\] URL to role metadata in README.md broken [\#93](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation/issues/93) +**Merged pull requests:** + +- chore\(deps\): update dependency pytest-cov to v6 [\#96](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation/pull/96) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update actions/setup-python digest to 0b93645 [\#95](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation/pull/95) ([renovate[bot]](https://github.com/apps/renovate)) +- doc: Fix Ansible Galaxy role metadata URL [\#94](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation/pull/94) ([lingling9000](https://github.com/lingling9000)) +- chore\(deps\): update actions/checkout action to v4.2.2 [\#92](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation/pull/92) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update actions/checkout digest to 11bd719 [\#91](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation/pull/91) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update dependency mypy to v1.13.0 [\#90](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation/pull/90) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update dependency mypy to v1.12.1 [\#89](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation/pull/89) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update dependency mypy to v1.12.0 [\#88](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation/pull/88) ([renovate[bot]](https://github.com/apps/renovate)) + ## [2.0.0](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation/tree/2.0.0) (2024-10-14) [Full Changelog](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation/compare/1.2.0...2.0.0) diff --git a/pyproject.toml b/pyproject.toml index 228e27e..2c366da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aar_doc" -version = "2.0.1" +version = "2.0.2" description = "A tool for generating docs for Ansible roles" readme = "README.md" authors = ["Miika Kankare ", "Sebastian Gumprich "]