Skip to content

Commit

Permalink
build: bump version 0.0.1 -> 0.1.0
Browse files Browse the repository at this point in the history
!3
  • Loading branch information
nfc-robot committed Jul 31, 2024
1 parent 320c9b0 commit 83fae4d
Show file tree
Hide file tree
Showing 3 changed files with 13 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.0.1
version: 0.1.0
version_scheme: semver
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## 0.1.0 (2024-07-31)

### Feat

- **plugin**: Centurion ERP inventory plugin

### Fix

- **plugin**: correct plugin to use inventory file

## 0.0.1 (2024-07-03)
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.0.1
version: 0.1.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 83fae4d

Please sign in to comment.