Skip to content

Commit

Permalink
Bump version to v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudomuto committed May 7, 2020
1 parent 557ff76 commit 56ed702
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,19 @@ All noteworthy changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) (as of Feb 2018)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/pseudomuto/protoc-gen-doc/compare/v1.3.1...master)
## [Unreleased](https://github.com/pseudomuto/protoc-gen-doc/compare/v1.3.2...master)

## [v1.3.2](https://github.com/pseudomuto/protoc-gen-doc/compare/v1.3.1...v1.3.2) - May 7, 2020

### Changed

* Stripped unnecessary whitespace from markdown templates
* Stripped unnecessary whitespace from markdown templates [#410](https://github.com/pseudomuto/protoc-gen-doc/pull/410)
* Renamed `lyft_validate` extension to `envoyproxy_validate`
[#392](https://github.com/pseudomuto/protoc-gen-doc/pull/392)
* Fixed `envoyproxy_validate` rules with slice values such as `in` and `not_in`
[#392](https://github.com/pseudomuto/protoc-gen-doc/pull/392)

## [v1.3.1](https://github.com/pseudomuto/protoc-gen-doc/compare/v1.3.0...v1.3.1)
## [v1.3.1](https://github.com/pseudomuto/protoc-gen-doc/compare/v1.3.0...v1.3.1) - March 3, 2020

### Changed

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gendoc

// VERSION is the version of protoc-gen-doc being used.
const VERSION = "1.3.1"
const VERSION = "1.3.2"

0 comments on commit 56ed702

Please sign in to comment.