From 6236a1c00786703f76fcb068e63edb63af193335 Mon Sep 17 00:00:00 2001 From: Telekom MMS GmbH Date: Thu, 22 Aug 2024 12:09:45 +0000 Subject: [PATCH] update changelog --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++-- pyproject.toml | 2 +- 2 files changed, 30 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ce7354..df9883f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,35 @@ # Changelog -## [1.0.0](https://github.com/telekom-mms/aar_doc/tree/1.0.0) (2023-08-08) +## [1.0.3](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation/tree/1.0.3) (2023-11-03) -[Full Changelog](https://github.com/telekom-mms/aar_doc/compare/c419c32eb35222ffe48c80e869c34d3676a675a5...1.0.0) +[Full Changelog](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation/compare/1.0.2...1.0.3) + +## [1.0.2](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation/tree/1.0.2) (2023-11-02) + +[Full Changelog](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation/compare/1.0.1...1.0.2) + +**Merged pull requests:** + +- Update dependency pytest to v7.4.3 [\#14](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation/pull/14) ([renovate[bot]](https://github.com/apps/renovate)) +- Update dependency black to v23.10.1 [\#13](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation/pull/13) ([renovate[bot]](https://github.com/apps/renovate)) +- Update dependency black to v23 [\#11](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation/pull/11) ([renovate[bot]](https://github.com/apps/renovate)) +- Update actions/checkout action to v4 [\#10](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation/pull/10) ([renovate[bot]](https://github.com/apps/renovate)) +- Update dependency typer to ^0.9.0 [\#9](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation/pull/9) ([renovate[bot]](https://github.com/apps/renovate)) +- Update dependency pytest-cov to v4.1.0 [\#8](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation/pull/8) ([renovate[bot]](https://github.com/apps/renovate)) +- Update dependency pytest to v7.4.2 [\#7](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation/pull/7) ([renovate[bot]](https://github.com/apps/renovate)) +- Update dependency isort to v5.12.0 [\#6](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation/pull/6) ([renovate[bot]](https://github.com/apps/renovate)) +- Update dependency black to v22.12.0 [\#5](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation/pull/5) ([renovate[bot]](https://github.com/apps/renovate)) +- Update dependency click to v8.1.7 [\#3](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation/pull/3) ([renovate[bot]](https://github.com/apps/renovate)) +- Update dependency PyYAML to v6.0.1 [\#2](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation/pull/2) ([renovate[bot]](https://github.com/apps/renovate)) +- Configure Renovate [\#1](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation/pull/1) ([renovate[bot]](https://github.com/apps/renovate)) + +## [1.0.1](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation/tree/1.0.1) (2023-08-08) + +[Full Changelog](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation/compare/1.0.0...1.0.1) + +## [1.0.0](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation/tree/1.0.0) (2023-08-08) + +[Full Changelog](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation/compare/c419c32eb35222ffe48c80e869c34d3676a675a5...1.0.0) diff --git a/pyproject.toml b/pyproject.toml index 61124ca..901af09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aar_doc" -version = "1.0.3" +version = "1.0.4" description = "A tool for generating docs for Ansible roles" readme = "README.md" authors = ["Miika Kankare ", "Sebastian Gumprich "]