Skip to content

Commit

Permalink
Update version to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd committed Sep 8, 2014
1 parent 58d48e0 commit 36499d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 3.0.2 (September 8, 2014)
- Coverage Analysis now ignores closing conditions of do/while and do/until loops, which were giving false failures. [GH-200]
- Calls to Functions and Cmdlets with dynamic parameters can now be mocked. [GH-203]
- Mock now avoids assigning strings to items in the Function provider, bypassing a PowerShell 3.0 bug.
Expand Down
2 changes: 1 addition & 1 deletion 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 = '3.0.1.1'
ModuleVersion = '3.0.2'

# ID used to uniquely identify this module
GUID = 'a699dea5-2c73-4616-a270-1f7abb777e71'
Expand Down

0 comments on commit 36499d6

Please sign in to comment.