From ddbb5b4c05bc285e319157858071e490801d7425 Mon Sep 17 00:00:00 2001 From: Joon Ro Date: Wed, 8 Jun 2022 18:39:22 +0900 Subject: [PATCH] Update version number --- README.org | 3 +++ src/Get-ChildItemColor.psd1 | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 7142694..bf9b811 100644 --- a/README.org +++ b/README.org @@ -111,6 +111,9 @@ $Global:GetChildItemColorVerticalSpace = 1 * Authors - [[http://github.com/joonro][Joon Ro]]. * Changelog +** v3.2.0 +- Make ~Get-ChildItemColor~ a proxy function of ~~Get-ChildItem~, so + ~Get-ChildItemColor~ supports all the parameters of the original function. ** v3.1.0 - ~Get-ChildItemColor~ only highlights names instead of highlighting the whole row. ([[https://github.com/joonro/Get-ChildItemColor/issues/30][#30]]) ** v3.0.0 diff --git a/src/Get-ChildItemColor.psd1 b/src/Get-ChildItemColor.psd1 index 4a33218..3a7e573 100644 --- a/src/Get-ChildItemColor.psd1 +++ b/src/Get-ChildItemColor.psd1 @@ -10,7 +10,7 @@ RootModule = 'Get-ChildItemColor.psm1' # Version number of this module. -ModuleVersion = '3.1.0' +ModuleVersion = '3.2.0' # Supported PSEditions # CompatiblePSEditions = @()