Skip to content

Commit f0b425a

Browse files
committed
CHANGELOG: updates for v0.4.0
1 parent 427695e commit f0b425a

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.4.0] — 2021-09-23
66

77
### Added
88
- [#65](https://github.com/alta/protopatch/pull/56): embedded message fields. Set `(go.field).embed = true` to embed a message field in the generated Go struct. The resulting field will be a pointer to and sharing a name with the generated Go struct.
@@ -65,7 +65,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6565
- [#21](https://github.com/alta/protopatch/issues/21) — Running `protoc` plugins other than `go` breaks on missing symbols.
6666
- [#15](https://github.com/alta/protopatch/pull/15) — It’s not currently possible to mix or replace existing generated struct tags.
6767

68-
[Unreleased]: <https://github.com/alta/protopatch/compare/v0.3.4...HEAD>
68+
[Unreleased]: <https://github.com/alta/protopatch/compare/v0.4.0...HEAD>
69+
[v0.4.0]: <https://github.com/alta/protopatch/compare/v0.3.4...v0.4.0>
6970
[v0.3.4]: <https://github.com/alta/protopatch/compare/v0.3.3...v0.3.4>
7071
[v0.3.3]: <https://github.com/alta/protopatch/compare/v0.3.2...v0.3.3>
7172
[v0.3.2]: <https://github.com/alta/protopatch/compare/v0.3.1...v0.3.2>

0 commit comments

Comments
 (0)