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 May 19, 2020
1 parent 1cf89f5 commit a6d0646
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,22 @@ 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).

## [1.10.0] - 2020-05-19
## [Unreleased]
- No changes yet.


## [1.10.0] - 2020-05-19
- Document all lint rules and their group memberships (#548)
- Add walk-timeout command line flag (#545)
- Fix directory structure example in Style Guide (#543)
- Add linter for ruby_package file option
- Update Prototool deps
- Update Prototool to go 1.14 and protoc 3.11.0
- Use a more stable build of Alpine as a base image
- Fix minor typos in style guide (#535)
- Added a regex check for a release candidate syntax in the protobuf version. If it exists, remove the hyphen for the version portion of the URL (#515)


## [1.9.0] - 2019-10-12
- Updated dependencies for Go 1.13

Expand Down Expand Up @@ -252,6 +264,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.10.0...HEAD
[1.10.0]: https://github.com/uber/prototool/compare/v1.9.0...v1.10.0
[1.9.0]: https://github.com/uber/prototool/compare/v1.8.0...v1.9.0
[1.8.0]: https://github.com/uber/prototool/compare/v1.7.0...v1.8.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.10.0"
Version = "1.11.0-dev"

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

0 comments on commit a6d0646

Please sign in to comment.