Skip to content

Commit 142fb32

Browse files
committed
CHANGELOG: v0.3.2
1 parent 7392ff8 commit 142fb32

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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).
44

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

77
### Fixed
88
- 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).
@@ -40,7 +40,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4040
- [#21](https://github.com/alta/protopatch/issues/21) — Running `protoc` plugins other than `go` breaks on missing symbols.
4141
- [#15](https://github.com/alta/protopatch/pull/15) — It’s not currently possible to mix or replace existing generated struct tags.
4242

43-
[Unreleased]: <https://github.com/alta/protopatch/compare/v0.3.1...HEAD>
43+
[Unreleased]: <https://github.com/alta/protopatch/compare/v0.3.2...HEAD>
44+
[v0.3.2]: <https://github.com/alta/protopatch/compare/v0.3.1...v0.3.2>
4445
[v0.3.1]: <https://github.com/alta/protopatch/compare/v0.3.0...v0.3.1>
4546
[v0.3.0]: <https://github.com/alta/protopatch/compare/v0.2.0...v0.3.0>
4647
[v0.2.0]: <https://github.com/alta/protopatch/compare/v0.1.0...v0.2.0>

0 commit comments

Comments
 (0)