Skip to content

Commit

Permalink
Back to development
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Ayers committed Apr 5, 2019
1 parent add4d50 commit 442ff11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable 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/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
- No changes yet.


## [1.6.0] - 2019-04-05
- Dynamically resolve `google.protobuf.Any` values for gRPC error details.

Expand Down Expand Up @@ -232,6 +236,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- Initial release.

[Unreleased]: https://github.com/uber/prototool/compare/v1.6.0...HEAD
[1.6.0]: https://github.com/uber/prototool/compare/v1.5.0...v1.6.0
[1.5.0]: https://github.com/uber/prototool/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/uber/prototool/compare/v1.3.0...v1.4.0
Expand Down
2 changes: 1 addition & 1 deletion internal/vars/vars.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ package vars

const (
// Version is the current version.
Version = "1.6.0"
Version = "1.7.0-dev"

// DefaultProtocVersion is the default version of protoc from
// github.com/protocolbuffers/protobuf to use.
Expand Down

0 comments on commit 442ff11

Please sign in to comment.