Skip to content

Commit 633214f

Browse files
committed
Manually update CHANGELOG.md for now
At present, the changelog.yml workflow isn't running successfully to completion (see https://github.com/moq/moq/actions/runs/5836450586/job/16054293256), so manually copy over the markdown from the past few releases for transparency. Fixes #1406
1 parent 1c27e24 commit 633214f

File tree

1 file changed

+26
-4
lines changed

1 file changed

+26
-4
lines changed

CHANGELOG.md

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,42 @@ All notable changes to this project will be documented in this file.
44

55
The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66

7+
## 4.20.69 (2023-08-11)
78

8-
## Unreleased
9+
* Removed SponsorLink https://github.com/moq/moq/pull/1375
10+
* Remove AWS sponsorship from readme by @kzu in https://github.com/moq/moq/pull/1383
11+
* Add everyone how now DOES sponsor 🫶
912

10-
#### Added
13+
## 4.20.2 (2023-08-09)
14+
### 🐛 Fixed bugs
15+
* Remove SponsorLink since it breaks MacOS restore by @kzu in https://github.com/moq/moq/pull/1375
16+
17+
> NOTE: in addition, there were potential privacy issues raised with regards to the SHA256 hashing of
18+
> user' email to check for sponsorship, so it won't be coming back until that's properly addressed
19+
20+
## 4.20.1 (2023-08-08)
21+
### ✨ Implemented enhancements
22+
* Add Sponsor button to package readme 💜
1123

24+
## 4.20.0 (2023-08-07)
25+
26+
### ✨ Implemented enhancements
1227
* `Mock<T>.RaiseAsync` method for raising "async" events, i.e. events that use a `Func<..., Task>` or `Func<..., ValueTask>` delegate. (@stakx, #1313)
1328
* `setup.Verifiable(Times times, [string failMessage])` method to specify the expected number of calls upfront. `mock.Verify[All]` can then be used to check whether the setup was called that many times. The upper bound (maximum allowed number of calls) will be checked right away, i.e. whenever a setup gets called. (@stakx, #1319)
14-
* Add `ThrowsAsync` methods for non-generic `ValueTask` (@johnthcall, #1235)
29+
30+
### 🔨 Other
31+
* Add `ThrowsAsync` for non-generic `ValueTask` by @johnthcall in https://github.com/moq/moq/pull/1235
32+
* Use PackageLicenseExpression instead of PackageLicenseUrl by @wismann in https://github.com/moq/moq/pull/1322
33+
* Don't throw away generic type arguments in one `mock.Protected().Verify<T>()` method overload by @stakx in https://github.com/moq/moq/pull/1325
34+
* #1340 updated appveyor.yml with workaround to make builds work again by @david-kalbermatten in https://github.com/moq/moq/pull/1346
35+
* Revamp structure, apply oss template, cleanup projects/imports by @kzu in https://github.com/moq/moq/pull/1358
36+
* Add 💜 SponsorLink support by @kzu in https://github.com/moq/moq/pull/1363
37+
* fix website url by @tibel in https://github.com/moq/moq/pull/1364
1538

1639
#### Fixed
1740

1841
* Verifying a protected generic method that returns a value is broken (@nthornton2010, #1314)
1942

20-
2143
## 4.18.4 (2022-12-30)
2244

2345
#### Changed

0 commit comments

Comments
 (0)