Skip to content

Commit 5747390

Browse files
committed
v1.4.3 release
### Changed - Updated `RequiredModules` for PScribo 0.11.1
1 parent 22ee256 commit 5747390

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

AsBuiltReport.Core.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
# Version number of this module.
1515

16-
ModuleVersion = '1.4.2.1'
16+
ModuleVersion = '1.4.3'
1717

1818
# Supported PSEditions
1919
# CompatiblePSEditions = 'Desktop'
@@ -55,7 +55,7 @@
5555
RequiredModules = @(
5656
@{
5757
ModuleName = 'PScribo';
58-
ModuleVersion = '0.10.0'
58+
ModuleVersion = '0.11.1'
5959
}
6060
)
6161

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.4.3] - 2025-03-08
9+
10+
### Changed
11+
- Updated `RequiredModules` for PScribo 0.11.1
12+
813
## [1.4.2.1] - 2025-02-22
914

1015
### Changed

0 commit comments

Comments
 (0)