Skip to content

Commit

Permalink
Releasing 3.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dlwyatt committed Aug 14, 2015
1 parent 2445711 commit 70635a6
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.3.10 (August 14, 2015)
- Fully qualified calls to Get-Content within Mocking code, to avoid triggering client's mocked versions of that command. [GH-362]
- Fixed a scoping error when calling the original command if no parameter filters match the call. [GH-362]
- Added Ignore alias for -Skip on the It command, and updated NUnit output to flag these tests as Ignored instead of Skipped, for better integration with things like TeamCity. [GH-368]
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.3.9'
ModuleVersion = '3.3.10'

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

0 comments on commit 70635a6

Please sign in to comment.