Skip to content

Commit

Permalink
Bump to 4.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd committed Oct 3, 2018
1 parent 61801a0 commit 517f40c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.4.2 (October 3, 2018)
- Remove single quotes when expanding strings in test name [GH-1090]
- Get environment info on non-windows platforms [GH-1105]

## 4.4.1 (September 20, 2018)
- Fix describe tags [GH-1098]
- Capitalize name and test parameters [GH-1080]
Expand Down
2 changes: 1 addition & 1 deletion Functions/It.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ function ItImpl
{
Format-Nicely $value
}
else
else
{
$value
}
Expand Down
4 changes: 2 additions & 2 deletions Pester.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
ModuleToProcess = 'Pester.psm1'

# Version number of this module.
ModuleVersion = '4.4.1'
ModuleVersion = '4.4.2'

# ID used to uniquely identify this module
GUID = 'a699dea5-2c73-4616-a270-1f7abb777e71'
Expand Down Expand Up @@ -122,7 +122,7 @@ PrivateData = @{
LicenseUri = "https://www.apache.org/licenses/LICENSE-2.0.html"

# Release notes for this particular version of the module
ReleaseNotes = 'https://github.com/pester/Pester/releases/tag/4.4.1'
ReleaseNotes = 'https://github.com/pester/Pester/releases/tag/4.4.2'

# Prerelease string of this module
Prerelease = ''
Expand Down

0 comments on commit 517f40c

Please sign in to comment.