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.
3
3
4
4
This project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
5
5
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.
8
10
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.
10
13
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)
11
19
### Fixed
12
20
- [ #248 ] [ ] : Fixed an issue with type aliases not being included in generated code correctly.
13
21
You can’t perform that action at this time.
0 commit comments