File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,19 @@ 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.6.0 (18 Aug 2025)
7+ ### Added
8+ - [ #258 ] [ ] : Archive mode: a new mockgen mode that generates mocks out of archive files.
9+ - [ #262 ] [ ] : Support for specifying mock names when using the ` _gomock_archive ` bazel rule.
810
9- ## 0.5.2 (28 Apr 2025)
11+ ### Fixed
12+ - [ #276 ] [ ] : Fixed mockgen errors with go1.25 due to outdated golang.org/x/tools dependency.
1013
14+ [ #258 ] : https://github.com/uber-go/mock/pull/258
15+ [ #262 ] : https://github.com/uber-go/mock/pull/262
16+ [ #276 ] : https://github.com/uber-go/mock/pull/276
17+
18+ ## 0.5.2 (28 Apr 2025)
1119### Fixed
1220- [ #248 ] [ ] : Fixed an issue with type aliases not being included in generated code correctly.
1321
You can’t perform that action at this time.
0 commit comments