Skip to content

Commit

Permalink
Merge pull request #38 from alta/release/v0.3.0
Browse files Browse the repository at this point in the history
v0.3.0 changes
  • Loading branch information
ydnar authored Jan 4, 2021
2 parents 60f01d8 + 5aae6ec commit 07a8b89
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.0]

### Added
- [#37](https://github.com/alta/protopatch/pull/32): new file-level `go.lint` option. When specified, `protoc-gen-go-patch` will attempt to fix generated Go names to their idiomatic equivalents, e.g. `Id``ID`, `Url``URL`, etc. It will also eliminate stutter from enum values, e.g. `Foo_FOO_UNKNOWN``FooUnknown`. Thanks to [@Green7](https://github.com/Green7) for the initial implementation in [#22](https://github.com/alta/protopatch/pull/22).
Expand Down Expand Up @@ -30,6 +30,7 @@ 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.2.0...HEAD>
[Unreleased]: <https://github.com/alta/protopatch/compare/v0.3.0...HEAD>
[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>
[v0.1.0]: <https://github.com/alta/protopatch/tree/v0.1.0>

0 comments on commit 07a8b89

Please sign in to comment.