chore: release #30

Merged
jon_nfc merged 30 commits from development into master 2024-02-23 08:30:54 +00:00
24 changed files with 394 additions and 205 deletions
Showing only changes of commit 8b65ba0341 - Show all commits

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