Skip to content

Commit e9b9e5c

Browse files
authored
Merge pull request #119 from alta/release/v0.5.2
Release v0.5.2
2 parents 2cb4f0b + 9003ac6 commit e9b9e5c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.vscode/settings.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@
6868
"MD010": false,
6969
"MD022": false,
7070
"MD024": false,
71-
"MD032": false
71+
"MD032": false,
72+
"MD053": false,
7273
},
7374
//
7475
// Protos

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.5.2] — 2023-04-28
66

77
### Updated
88
- google.golang.org/protobuf v1.28.1 → v1.30.0
@@ -92,7 +92,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
9292
- [#21](https://github.com/alta/protopatch/issues/21) — Running `protoc` plugins other than `go` breaks on missing symbols.
9393
- [#15](https://github.com/alta/protopatch/pull/15) — It’s not currently possible to mix or replace existing generated struct tags.
9494

95-
[Unreleased]: <https://github.com/alta/protopatch/compare/v0.5.1...HEAD>
95+
[Unreleased]: <https://github.com/alta/protopatch/compare/v0.5.2...HEAD>
96+
[v0.5.2]: <https://github.com/alta/protopatch/compare/v0.5.1...v0.5.2>
9697
[v0.5.1]: <https://github.com/alta/protopatch/compare/v0.5.0...v0.5.1>
9798
[v0.5.0]: <https://github.com/alta/protopatch/compare/v0.4.0...v0.5.0>
9899
[v0.4.0]: <https://github.com/alta/protopatch/compare/v0.3.4...v0.4.0>

0 commit comments

Comments
 (0)