Skip to content

Commit cf6f33d

Browse files
authored
Prepare release v0.5.1 (#241)
Prepare the changelog for a v0.5.1 release which contains several bug fixes.
1 parent bb4128e commit cf6f33d

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,21 @@ 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.5.1 (7 Apr 2025)
7+
### Fixed
8+
9+
- [#220][]: Package mode will now generate code that uses aliases of types
10+
when they are used in the source.
11+
- [#219][]: Fixed a collision between function argument names and package names
12+
in generated code.
13+
- [#165][]: Fixed an issue where aliases specified by `-imports` were not being
14+
respected in generated code.
15+
16+
[#220]: https://github.com/uber-go/mock/pull/220
17+
[#219]: https://github.com/uber-go/mock/pull/219
18+
[#165]: https://github.com/uber-go/mock/pull/165
19+
20+
Thanks to @mtoader and @bstncartwright for their contributions to this release.
821

922
## 0.5.0 (15 Oct 2024)
1023
### Added

0 commit comments

Comments
 (0)