@@ -8,18 +8,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
99## [ Unreleased]
1010
11- - ⚠️ Changed license from ` Apache 2.0 ` to ` GPL-3.0-or-later `
12- - ⚠️ Note for developers: ` master ` branch was renamed to ` main ` .
13- - collection_default: Added first version.
14- - role_default: use internal variable for platform compatibility check, (d0ed55c, #4 )
15- - role_default: Use argument validation instead of ` {{ role_name }}_required_vars ` / assert. (e729a5d, #1 )
16- - role_default: Implement automatic search for platform specific variables. (d783728, #12 )
11+ - Nothing worth mentioning yet.
12+
13+
14+ ## [ 2.0.0] - 2025-02-17
15+
16+ ### Added
17+
18+ - collection_default: Added first version (#2 )
19+ - role_default: Check for used facts and gather this subset if needed. (6191b1a, #13 )
20+ - role_default: Implement automatic search for platform-specific variables. (d783728, #12 )
21+
22+ ### Changed
23+
24+ - ⚠️ Changed license from ` Apache 2.0 ` to ` GPL-3.0-or-later ` .
25+ - ⚠️ Note for developers: the ` master ` branch was renamed to ` main ` .
26+ - role_default: Use an internal variable for platform compatibility checks. (d0ed55c, #4 )
27+ - role_default: Use argument validation instead of ` {{ role_name }}_required_vars ` / ` assert ` . (e729a5d, #1 )
1728- role_default: Remove internal check to prevent calling task files directly. (70bf734, #9 )
18- - role_default: Check for used facts, gather this subset if needed. (6191b1a, #13 )
19- - role_default: Fix tag usage. (59bf486, #11 )
20- - role_default: Implement automatic search for platform specific tasks. (b75018e, #14 )
21- - Use fully-qualified collection names (FQCN) everywhere.
2229
30+ ### Fixed
31+
32+ - role_default: Fixed tag usage. (59bf486, #11 )
33+ - Use fully qualified collection names (FQCN) everywhere.
2334
2435
2536## [ 1.0.0] - 2020-09-24
@@ -29,5 +40,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2940- All functionality and files, ` role_default `
3041
3142
32- [ unreleased ] : https://github.com/foundata/ansible-skeletons/compare/v1.0.0...HEAD
43+ [ unreleased ] : https://github.com/foundata/ansible-skeletons/compare/v2.0.0...HEAD
44+ [ 2.0.0 ] : https://github.com/foundata/ansible-skeletons/releases/tag/v2.0.0
3345[ 1.0.0 ] : https://github.com/foundata/ansible-skeletons/releases/tag/v1.0.0
0 commit comments