From 70635a6e95da18dcaabf353d1fd52dc53b5e4b85 Mon Sep 17 00:00:00 2001 From: Dave Wyatt Date: Fri, 14 Aug 2015 14:25:31 -0400 Subject: [PATCH] Releasing 3.3.10 --- CHANGELOG.md | 2 +- Pester.psd1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2365ac946..6f6532868 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/Pester.psd1 b/Pester.psd1 index d18929d28..15665b138 100644 --- a/Pester.psd1 +++ b/Pester.psd1 @@ -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'