Skip to content

Commit

Permalink
CHANGELOG: v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ydnar committed Mar 12, 2021
1 parent 7392ff8 commit 142fb32
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [v0.3.2] — 2021-03-12

### Fixed
- Scan Go packages in a deterministic order (FIFO) to fix a flaky recurrence of a bug related to the fix for [#40](https://github.com/alta/protopatch/issues/40).
Expand Down Expand Up @@ -40,7 +40,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- [#21](https://github.com/alta/protopatch/issues/21) — Running `protoc` plugins other than `go` breaks on missing symbols.
- [#15](https://github.com/alta/protopatch/pull/15) — It’s not currently possible to mix or replace existing generated struct tags.

[Unreleased]: <https://github.com/alta/protopatch/compare/v0.3.1...HEAD>
[Unreleased]: <https://github.com/alta/protopatch/compare/v0.3.2...HEAD>
[v0.3.2]: <https://github.com/alta/protopatch/compare/v0.3.1...v0.3.2>
[v0.3.1]: <https://github.com/alta/protopatch/compare/v0.3.0...v0.3.1>
[v0.3.0]: <https://github.com/alta/protopatch/compare/v0.2.0...v0.3.0>
[v0.2.0]: <https://github.com/alta/protopatch/compare/v0.1.0...v0.2.0>
Expand Down

0 comments on commit 142fb32

Please sign in to comment.