Skip to content

Commit

Permalink
Bump 4.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd committed Mar 23, 2019
1 parent a0f42ef commit 4ee1718
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 4.7.3 (March 23,2019)

- Add shorter output when comparing long strings [#1248](https://github.com/pester/Pester/pull/1248)
- Add platform specific tags for PSGallery
- Fix manifest to avoid loading the module unnecessarily [#1259](https://github.com/pester/Pester/pull/1259)
- Fix typos in release script

## 4.7.2 (March 8, 2019)

- Fix stripping last character in parameter filter [#1258](https://github.com/pester/Pester/pull/1258)
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.7.2'
ModuleVersion = '4.7.3'

# ID used to uniquely identify this module
GUID = 'a699dea5-2c73-4616-a270-1f7abb777e71'
Expand Down Expand Up @@ -127,7 +127,7 @@
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.7.2'
ReleaseNotes = 'https://github.com/pester/Pester/releases/tag/4.7.3'

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

0 comments on commit 4ee1718

Please sign in to comment.