Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
efritz committed Jun 9, 2022
1 parent a48c4ac commit 47d19db
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]

No changes yet.

## [v1.3.2] - 2022-06-09

### Added

- Added support for `sources` in config file. [#33](https://github.com/derision-test/go-mockgen/pull/33)
Expand Down Expand Up @@ -71,7 +75,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.1...HEAD
[Unreleased]: https://github.com/derision-test/go-mockgen/compare/v1.3.2...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 @@ -80,3 +84,4 @@ No significant changes (only corrected version output).
[v1.2.0]: https://github.com/derision-test/go-mockgen/compare/v1.1.4...v1.2.0
[v1.3.0]: https://github.com/derision-test/go-mockgen/compare/v1.2.0...v1.3.0
[v1.3.1]: https://github.com/derision-test/go-mockgen/compare/v1.3.0...v1.3.1
[v1.3.2]: https://github.com/derision-test/go-mockgen/compare/v1.3.1...v1.3.2
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.1"
Version = "1.3.2"
)

0 comments on commit 47d19db

Please sign in to comment.