build: bump version 0.4.2 -> 0.5.0

This commit is contained in:
2025-01-01 06:16:33 +00:00
parent 25616485c8
commit 7294e00f4f
3 changed files with 12 additions and 2 deletions

View File

@ -4,5 +4,5 @@ commitizen:
prerelease_offset: 1 prerelease_offset: 1
tag_format: $version tag_format: $version
update_changelog_on_bump: false update_changelog_on_bump: false
version: 0.4.2 version: 0.5.0
version_scheme: semver version_scheme: semver

View File

@ -1,3 +1,13 @@
## 0.5.0 (2025-01-01)
### Feat
- **playbook**: Add Trace output for inventory upload
### Fix
- **playbook**: Correct Centurion ENV Vars
## 0.4.2 (2024-12-31) ## 0.4.2 (2024-12-31)
### Fix ### Fix

View File

@ -8,7 +8,7 @@ namespace: nofusscomputing
name: centurion name: centurion
# The version of the collection. Must be compatible with semantic versioning # The version of the collection. Must be compatible with semantic versioning
version: 0.4.2 version: 0.5.0
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection # The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md readme: README.md