Skip to content

Commit

Permalink
Merge pull request #119 from alta/release/v0.5.2
Browse files Browse the repository at this point in the history
Release v0.5.2
  • Loading branch information
ydnar authored Apr 28, 2023
2 parents 2cb4f0b + 9003ac6 commit e9b9e5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
"MD010": false,
"MD022": false,
"MD024": false,
"MD032": false
"MD032": false,
"MD053": false,
},
//
// Protos
Expand Down
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.5.2] — 2023-04-28

### Updated
- google.golang.org/protobuf v1.28.1 → v1.30.0
Expand Down Expand Up @@ -92,7 +92,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.5.1...HEAD>
[Unreleased]: <https://github.com/alta/protopatch/compare/v0.5.2...HEAD>
[v0.5.2]: <https://github.com/alta/protopatch/compare/v0.5.1...v0.5.2>
[v0.5.1]: <https://github.com/alta/protopatch/compare/v0.5.0...v0.5.1>
[v0.5.0]: <https://github.com/alta/protopatch/compare/v0.4.0...v0.5.0>
[v0.4.0]: <https://github.com/alta/protopatch/compare/v0.3.4...v0.4.0>
Expand Down

0 comments on commit e9b9e5c

Please sign in to comment.