build: bump version 0.2.0-a1 -> 0.2.0-a2

!9
This commit is contained in:
2024-02-23 08:24:29 +00:00
parent 8f042b008e
commit 8b65ba0341
3 changed files with 14 additions and 2 deletions

View File

@ -4,5 +4,5 @@ commitizen:
prerelease_offset: 1
tag_format: $version
update_changelog_on_bump: false
version: 0.2.0-a1
version: 0.2.0-a2
version_scheme: semver

View File

@ -1,3 +1,15 @@
## 0.2.0-a2 (2024-02-23)
### Feat
- **server**: update subnet discovery date/time
- **server**: move config of variables to vars file
- **agent**: move config of variables to vars file
### Refactor
- **server**: don't process scan results in parallel
## 0.2.0-a1 (2024-02-22)
### Feat

View File

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