Skip to content

Commit 2d1c581

Browse files
authored
Prepare release v0.6.0 (#278)
This includes fixes for go1.25 and the new archive mode.
1 parent c654195 commit 2d1c581

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,19 @@ All notable changes to this project will be documented in this file.
33

44
This 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

0 commit comments

Comments
 (0)