Skip to content

Commit f637988

Browse files
committed
Bump version to 1.0.1 and update changelog with release details
1 parent fe926b4 commit f637988

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.0.1

docs/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## 1.0.1
6+
Release Date: 12-09-2025
7+
1. CI/CD Workflow Upgrades:
8+
2. HA constants, validation logic updates and validation enhancements
9+
3. SAP Automation Script Improvements
510

611
## 1.0.0
712
Release Date: 11-04-2025

src/modules/configuration_check_module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@ def run(self):
997997
"duration_seconds": execution_duration,
998998
"total_checks_attempted": len(self.checks),
999999
"checks_completed": len(result.get("check_results", [])),
1000-
"python_module_version": "1.0.0",
1000+
"python_module_version": "1.0.1",
10011001
"execution_mode": (
10021002
"parallel"
10031003
if self.module_params.get("parallel_execution", False)

0 commit comments

Comments
 (0)