Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 25 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,22 @@

**Topics**

- <a href="#v0-2-1">v0\.2\.1</a>
- <a href="#v0-2-2">v0\.2\.2</a>
- <a href="#release-summary">Release Summary</a>
- <a href="#bugfixes">Bugfixes</a>
- <a href="#v0-2-0">v0\.2\.0</a>
- <a href="#v0-2-1">v0\.2\.1</a>
- <a href="#release-summary-1">Release Summary</a>
- <a href="#bugfixes-1">Bugfixes</a>
- <a href="#v0-2-0">v0\.2\.0</a>
- <a href="#release-summary-2">Release Summary</a>
- <a href="#minor-changes">Minor Changes</a>
- <a href="#new-modules">New Modules</a>
- <a href="#v0-1-0">v0\.1\.0</a>
- <a href="#release-summary-2">Release Summary</a>
- <a href="#release-summary-3">Release Summary</a>
- <a href="#new-modules-1">New Modules</a>

<a id="v0-2-1"></a>
## v0\.2\.1
<a id="v0-2-2"></a>
## v0\.2\.2

<a id="release-summary"></a>
### Release Summary
Expand All @@ -25,12 +28,27 @@ The changelog describes all changes made to the modules and plugins included in
<a id="bugfixes"></a>
### Bugfixes

* charts \- apply new <code>plotly</code> and <code>kaleido</code> version restriction\. Fix <code>plotly\_get\_chrome</code> \([https\://github\.com/3A2DEV/ans2dev\.general/pull/193](https\://github\.com/3A2DEV/ans2dev\.general/pull/193)\)\.
* charts \- remove <code>plotly</code> version restriction\. charts module now works fine with plotly <code>6\.1\.1</code> \([https\://github\.com/3A2DEV/ans2dev\.general/pull/191](https\://github\.com/3A2DEV/ans2dev\.general/pull/191)\)\.

<a id="v0-2-1"></a>
## v0\.2\.1

<a id="release-summary-1"></a>
### Release Summary

New release of the <code>ans2dev\.general</code> collection\.
The changelog describes all changes made to the modules and plugins included in this collection\.

<a id="bugfixes-1"></a>
### Bugfixes

* charts \- restrict <code>plotly</code> version to \< <code>6\.1\.0</code> \([https\://github\.com/3A2DEV/ans2dev\.general/pull/184](https\://github\.com/3A2DEV/ans2dev\.general/pull/184)\)\.

<a id="v0-2-0"></a>
## v0\.2\.0

<a id="release-summary-1"></a>
<a id="release-summary-2"></a>
### Release Summary

New release of the <code>ans2dev\.general</code> collection\.
Expand All @@ -56,7 +74,7 @@ Official documentation is now avaible at [https\://3a2dev\.github\.io/ans2dev\.g
<a id="v0-1-0"></a>
## v0\.1\.0

<a id="release-summary-2"></a>
<a id="release-summary-3"></a>
### Release Summary

This is the first proper release of the <code>ans2dev\.general</code> collection\.
Expand Down
16 changes: 16 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,19 @@ releases:
- 0.2.1.yml
- 184-charts-restrict-plotly.yml
release_date: '2025-05-16'
0.2.2:
changes:
bugfixes:
- charts - apply new ``plotly`` and ``kaleido`` version restriction. Fix ``plotly_get_chrome``
(https://github.com/3A2DEV/ans2dev.general/pull/193).
- charts - remove ``plotly`` version restriction. charts module now works fine
with plotly ``6.1.1`` (https://github.com/3A2DEV/ans2dev.general/pull/191).
release_summary: 'New release of the ``ans2dev.general`` collection.

The changelog describes all changes made to the modules and plugins included
in this collection.'
fragments:
- 0.2.2.yml
- 191-charts-remove-plotly-restriction.yml
- 193-charts-apply-new-plotly-restriction.yml
release_date: '2025-07-03'
3 changes: 0 additions & 3 deletions changelogs/fragments/0.2.2.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/191-charts-remove-plotly-restriction.yml

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace: ans2dev
name: general
version: 0.2.1
version: 0.2.2
readme: README.md
authors:
- NomakCooper (github.com/NomakCooper)
Expand All @@ -15,7 +15,7 @@ tags:
- ans2dev
- general
repository: https://github.com/3A2DEV/ans2dev.general
#documentation: https://github.com/ansible-collection-migration/community.REPO_NAME/tree/main/docs
documentation: https://3a2dev.github.io/ans2dev.general/branch/main/
homepage: https://github.com/3A2DEV/ans2dev.general
issues: https://github.com/3A2DEV/ans2dev.general/issues
build_ignore:
Expand Down