Skip to content

Commit

Permalink
Release v0.5.0 (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
tchung1118 authored Oct 17, 2024
1 parent d164a16 commit a9c44d9
Showing 1 changed file with 35 additions and 2 deletions.
37 changes: 35 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,41 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased
- No changes yet.
## 0.5.0 (15 Oct 2024)
### Added
- [#153][]: Add `--write_command_comment` flag to specify whether to include
`Generated by this command` comment.
- [#191][]: Add `--build_constraint` flag to add `//go:build` directives
to generated mocks
- [#214][]: Add gob mode to support custom package loading techniques in place
of --exec_only

### Changed
- [#181][]: Made mockgen faster by changing flags passed to `go list`.
- [#183][]: Made `Cond` matcher generic.
- [#204][]: Removed `ISGOMOCK()` from generated mocks.
- [#207][]: Deprecated reflect mode and replaced it with the new package mode.

### Fixed
- [#144][]: Fix a deadlock that can happen when mocking an interface that
matches `fmt.Stringer`.
- [#168][]: Fix an issue where the "generated by" comment was being included
in the package comment of generated mocks.

[#144]: https://github.com/uber-go/mock/pull/144
[#153]: https://github.com/uber-go/mock/pull/153
[#168]: https://github.com/uber-go/mock/pull/168
[#181]: https://github.com/uber-go/mock/pull/181
[#183]: https://github.com/uber-go/mock/pull/183
[#191]: https://github.com/uber-go/mock/pull/191
[#204]: https://github.com/uber-go/mock/pull/204
[#207]: https://github.com/uber-go/mock/pull/207
[#214]: https://github.com/uber-go/mock/pull/214

Thanks to @tulzke @JacobOaks @ARR4N @sashamelentyev @sywhang @fasmat
@eyasy1217 @ghouscht @tie @Neo2308 @carson-brill @alexandear @sodul
@nbgraham for their contributions this release.


## 0.4.0 (20 Dec 2023)
### Added
Expand Down

0 comments on commit a9c44d9

Please sign in to comment.