Skip to content
This repository has been archived by the owner on Mar 4, 2022. It is now read-only.

Commit

Permalink
Preparing release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bufdev committed Jun 14, 2018
1 parent dd2869d commit bedcd20
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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]
## [0.3.0] - 2018-06-14
### Added
- Linters to verify that `java_multiple_files` and `java_outer_classname` are
unset.
Expand Down Expand Up @@ -39,5 +39,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- Initial release.

[Unreleased]: https://github.com/uber/prototool/compare/v0.2.0...HEAD
[0.3.0]: https://github.com/uber/prototool/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/uber/prototool/compare/v0.1.0...v0.2.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Prototool is stil in the early alpha stages, and should not be used in productio
Install Prototool from GitHub Releases.

```
curl -sSL https://github.com/uber/prototool/releases/download/v0.2.0/prototool-$(uname -s)-$(uname -m) \
curl -sSL https://github.com/uber/prototool/releases/download/v0.3.0/prototool-$(uname -s)-$(uname -m) \
-o /usr/local/bin/prototool && \
chmod +x /usr/local/bin/prototool
```
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 = "0.3.0-dev"
Version = "0.3.0"

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

0 comments on commit bedcd20

Please sign in to comment.