Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
nfc-robot committed Aug 23, 2024
2 parents 30a00a7 + b1a1839 commit 4c9303c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ commitizen:
prerelease_offset: 1
tag_format: $version
update_changelog_on_bump: false
version: 0.4.0
version: 0.4.1
version_scheme: semver
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.4.1 (2024-08-23)

### Fix

- **ci**: set collection name

## 0.4.0 (2024-08-23)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace: nofusscomputing
name: centurion

# The version of the collection. Must be compatible with semantic versioning
version: 0.4.0
version: 0.4.1

Check warning on line 11 in galaxy.yml

View workflow job for this annotation

GitHub Actions / Ansible Collection / Lint (galaxy.yaml)

galaxy[version-incorrect]

collection version should be greater than or equal to 1.0.0

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down

0 comments on commit 4c9303c

Please sign in to comment.