Skip to content

Commit

Permalink
Back to development
Browse files Browse the repository at this point in the history
  • Loading branch information
bufdev committed Mar 19, 2019
1 parent ca7ea57 commit 1c2c34f
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.4.0] - 2019-03-19
- Add concept of lint groups. The default lint group is named `uber1`. The lint
group can be specified with the `lint.group` option.
Expand Down Expand Up @@ -219,6 +223,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.4.0...HEAD
[1.4.0]: https://github.com/uber/prototool/compare/v1.3.0...v1.4.0
[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
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.4.0"
Version = "1.5.0-dev"

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

0 comments on commit 1c2c34f

Please sign in to comment.