-
-
Notifications
You must be signed in to change notification settings - Fork 209
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
30 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
rem https://github.com/StefH/GitHubReleaseNotes | ||
|
||
SET version=1.6.4 | ||
SET version=1.6.5 | ||
|
||
GitHubReleaseNotes --output CHANGELOG.md --skip-empty-releases --exclude-labels question invalid doc duplicate example environment --version %version% --token %GH_TOKEN% | ||
GitHubReleaseNotes --output CHANGELOG.md --skip-empty-releases --exclude-labels test question invalid doc duplicate example environment --version %version% --token %GH_TOKEN% | ||
|
||
GitHubReleaseNotes --output PackageReleaseNotes.txt --skip-empty-releases --exclude-labels question invalid doc duplicate example environment --template PackageReleaseNotes.template --version %version% --token %GH_TOKEN% | ||
GitHubReleaseNotes --output PackageReleaseNotes.txt --skip-empty-releases --exclude-labels test question invalid doc duplicate example environment --template PackageReleaseNotes.template --version %version% --token %GH_TOKEN% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,6 @@ | ||
# 1.6.4 (25 September 2024) | ||
- #1169 Allow mapping without Path or Url [bug] | ||
- #1170 Update the .NET Aspire tests [feature] | ||
- #1172 Fix JSON parsing of text/plain content type [bug] | ||
- #1177 Unpin Testcontainers version and upgrade to version 3.10.0 [bug] | ||
- #1178 Upgrade CS-Script to version 4.8.17 [feature] | ||
- #1179 Add WireMock.Net.TUnit project [feature] | ||
- #1146 Bump Request CS-Script 4.8.13 to 4.8.17 [feature] | ||
- #1167 Admin API fails to create a mapping with Request Header matching using WildCardMatcher [bug] | ||
- #1168 Numbers in text/plain content is parsed as JSON. [bug] | ||
- #1176 WireMock.NET TestContainer Dependency Constraint Issue [bug] | ||
# 1.6.5 (28 September 2024) | ||
- #1175 Add WireMock.Net.AspNetCore.Middleware [feature] | ||
- #1181 WireMock.Net.Testcontainers: Use 'sheyenrath/wiremock.net-alpine' image as default for Linux [feature] | ||
- #1182 pass in the request when no matching is found to the warn logger [feature] | ||
|
||
The full release notes can be found here: https://github.com/WireMock-Net/WireMock.Net/blob/master/CHANGELOG.md |
Oops, something went wrong.