Skip to content

Commit

Permalink
Back to development
Browse files Browse the repository at this point in the history
  • Loading branch information
bufdev committed Sep 17, 2018
1 parent 14153bf commit b6799a7
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.3.0] - 2018-09-17
### Added
- Accept `prototool.json` files for configuation in addition to
Expand Down Expand Up @@ -158,6 +162,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.3.0...HEAD
[1.3.0]: https://github.com/uber/prototool/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/uber/prototool/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/uber/prototool/compare/v1.0.0...v1.1.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 @@ -25,7 +25,7 @@ package vars

const (
// Version is the current version.
Version = "1.3.0"
Version = "1.4.0-dev"

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

0 comments on commit b6799a7

Please sign in to comment.