Skip to content

Commit

Permalink
Bump version and prep changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
efritz committed Nov 11, 2022
1 parent edea660 commit 3195d11
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

Nothing yet!

## [v1.3.7] - 2022-11-11

- Fixed import cycle generated by generic param referencing local type. [#39](https://github.com/derision-test/go-mockgen/pull/39)

## [v1.3.6] - 2022-10-26
Expand Down Expand Up @@ -91,7 +95,7 @@ No significant changes (only corrected version output).
- We now run `goimports` over rendered files. [096f848](https://github.com/derision-test/go-mockgen/commit/096f848333579e185c8018ff2d17688e4b5f6f27)
- Fixed output paths when directories are generated. [#10](https://github.com/derision-test/go-mockgen/pull/10)

[Unreleased]: https://github.com/derision-test/go-mockgen/compare/v1.3.6...HEAD
[Unreleased]: https://github.com/derision-test/go-mockgen/compare/v1.3.7...HEAD
[v1.0.0]: https://github.com/derision-test/go-mockgen/releases/tag/v1.0.0
[v1.1.1]: https://github.com/derision-test/go-mockgen/compare/v1.0.0...v1.1.1
[v1.1.2]: https://github.com/derision-test/go-mockgen/compare/v1.1.1...v1.1.2
Expand All @@ -105,3 +109,4 @@ No significant changes (only corrected version output).
[v1.3.4]: https://github.com/derision-test/go-mockgen/compare/v1.3.3...v1.3.4
[v1.3.5]: https://github.com/derision-test/go-mockgen/compare/v1.3.4...v1.3.5
[v1.3.6]: https://github.com/derision-test/go-mockgen/compare/v1.3.5...v1.3.6
[v1.3.7]: https://github.com/derision-test/go-mockgen/compare/v1.3.6...v1.3.7
2 changes: 1 addition & 1 deletion internal/mockgen/consts/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ const (
Name = "go-mockgen"
PackageName = "github.com/derision-test/go-mockgen"
Description = "go-mockgen generates mock implementations from interface definitions."
Version = "1.3.6"
Version = "1.3.7"
)

0 comments on commit 3195d11

Please sign in to comment.