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

Commit

Permalink
Preparing release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex McKinney committed Aug 23, 2018
1 parent b844ae7 commit 695def1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ 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.0.0] - 2018-08-23
- Initial release.


## [1.0.0-rc1] 2018-08-16
Expand Down Expand Up @@ -138,7 +138,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.0.0-rc1...HEAD
[1.0.0]: https://github.com/uber/prototool/compare/v1.0.0-rc1...v1.0.0
[1.0.0-rc1]: https://github.com/uber/prototool/compare/v0.7.1...v1.0.0-rc1
[0.7.1]: https://github.com/uber/prototool/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/uber/prototool/compare/v0.6.0...v0.7.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Prototool accomplishes this by downloading and calling protoc on the fly for you
Install Prototool from GitHub Releases.

```
curl -sSL https://github.com/uber/prototool/releases/download/v1.0.0-rc1/prototool-$(uname -s)-$(uname -m) \
curl -sSL https://github.com/uber/prototool/releases/download/v1.0.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 = "1.0.0-dev"
Version = "1.0.0"

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

0 comments on commit 695def1

Please sign in to comment.