Skip to content

Commit ddbb5b4

Browse files
committed
Update version number
1 parent 75e0c4c commit ddbb5b4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.org

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ $Global:GetChildItemColorVerticalSpace = 1
111111
* Authors
112112
- [[http://github.com/joonro][Joon Ro]].
113113
* Changelog
114+
** v3.2.0
115+
- Make ~Get-ChildItemColor~ a proxy function of ~~Get-ChildItem~, so
116+
~Get-ChildItemColor~ supports all the parameters of the original function.
114117
** v3.1.0
115118
- ~Get-ChildItemColor~ only highlights names instead of highlighting the whole row. ([[https://github.com/joonro/Get-ChildItemColor/issues/30][#30]])
116119
** v3.0.0

src/Get-ChildItemColor.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
RootModule = 'Get-ChildItemColor.psm1'
1111

1212
# Version number of this module.
13-
ModuleVersion = '3.1.0'
13+
ModuleVersion = '3.2.0'
1414

1515
# Supported PSEditions
1616
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)