@@ -3,8 +3,29 @@ All notable changes to this project will be documented in this file.
33
44This project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
55
6- ## Unreleased
7- - No changes yet.
6+ ## 0.4.0 (12 Dec 2023)
7+ ### Added
8+ - [ #63 ] [ ] : ` AnyOf ` matcher for values that satisfy at least one matcher.
9+ - [ #114 ] [ ] : ` Regex ` matcher.
10+
11+ ### Fixed
12+ - [ #93 ] [ ] : Ignore interfaces that contain type constraints.
13+ - [ #101 ] [ ] : Fix race condition on Controller.Satisfied.
14+ - [ #121 ] [ ] : Fix paths for windows.
15+ - [ #127 ] [ ] : Propogate -mock_names to Recorder and ReturnCall types.
16+ - [ #132 ] [ ] : Sanitize "any" package names.
17+
18+ [ #63 ] : https://github.com/uber-go/mock/pull/63
19+ [ #93 ] : https://github.com/uber-go/mock/pull/93
20+ [ #101 ] : https://github.com/uber-go/mock/pull/101
21+ [ #114 ] : https://github.com/uber-go/mock/pull/114
22+ [ #121 ] : https://github.com/uber-go/mock/pull/121
23+ [ #127 ] : https://github.com/uber-go/mock/pull/127
24+ [ #132 ] : https://github.com/uber-go/mock/pull/132
25+
26+ Thanks to @favonia @hoonmin @pshopper @davidharrigan @dlsniper @merrett010
27+ @craig65535 @chemidy @tulzke @UnAfraid @JacobOaks @sywhang for their
28+ contributions this release.
829
930## 0.3.0 (15 Sep 2023)
1031### Added
@@ -13,7 +34,7 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
1334 in the generated code.
1435- [ #46 ] [ ] : ` -write-generate-directive ` for generating go: generate directives into
1536 the generated mock.
16- - [ #60 ] [ ] : ` Cond ` matcher for specifying a conditional matcher as the result of a
37+ - [ #60 ] [ ] : ` Cond ` matcher for specifying a conditional matcher as the result of a
1738 given function.
1839- [ #72 ] [ ] : ` exclude_interfaces ` flag for specifying list of interfaces to exclude
1940 from mock generation.
0 commit comments