We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 347bed7 commit 153d5a3Copy full SHA for 153d5a3
AnsibleCtl/AnsibleCtl.psd1
@@ -3,7 +3,7 @@
3
RootModule = 'AnsibleCtl.psm1'
4
5
# Version number of this module.
6
- ModuleVersion = '1.0.0'
+ ModuleVersion = '1.0.1'
7
8
# Supported PSEditions
9
# CompatiblePSEditions = @()
CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is mainly based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
-## Unreleased
+## 1.0.1 - 2025-09-19
10
- Fixed: Corrected the container image path to ghcr.io/claudiospizzi/ansiblectl in the Start-AnsibleCtl cmdlet
11
0 commit comments