Skip to content

Commit

Permalink
Bump to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd committed Nov 15, 2017
1 parent fc1f4ec commit fda3bfd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
## Unreleased
## 4.1.0 (November 15, 2017)
- Help for the Assert-VerifiableMocks function added [GH-883]
- Add-AssertionOperator can be called multiple times for identical parameters without errors. [GH-893]
- Syntax for the Should operator updated in Pester tests itself, an about_* documentation, examples
- Update Pester to work on PowerShell Core at Windows, Linux, macOS [GH-925]
- Throw on Assert-VerifiableMocks [GH-918]
- Update a syntax of Should for the Pester v4 notation [GH-903]
- Syntax for the Should operator updated in Pester tests itself, an about_* documentation, examples [GH-910]
- Remove progress to make execution faster and fix linux formatting [GH-938]
- Invoke-Pester -Strict fails with internal pester error [GH-886]
due to the prefered syntax change introduced in Pester v4 [GH-903]
- Support for PowerShell Core on Windows, Linux and macOS added [GH-639]
- Fix Gherkin for Linux [GH-937] and PS2 [GH-942]

## 4.0.8 (September 15, 2017)
- Add Assert-VerifiableMocks that throws [GH-881]
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.0.8'
ModuleVersion = '4.1.0'

# 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.0.8'
ReleaseNotes = 'https://github.com/pester/Pester/releases/tag/4.1.0'

# If true, the LicenseUrl points to an end-user license (not just a source license) which requires the user agreement before use.
# RequireLicenseAcceptance = ""
Expand Down

0 comments on commit fda3bfd

Please sign in to comment.