Skip to content

Commit

Permalink
Release v1.17.0 (#1976)
Browse files Browse the repository at this point in the history
Release prepared for 1.17.0

Reminder: Update the changelog

---------

Co-authored-by: joshcarp <[email protected]>
Co-authored-by: joshcarp <[email protected]>
  • Loading branch information
3 people committed Apr 5, 2023
1 parent 33844a8 commit 95ad890
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
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [v1.17.0] - 2023-04-05

- Fix issue with JSON marshalling of errors where line and column fields were
omitted when line and column information was empty.
Expand Down Expand Up @@ -852,7 +852,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto

Initial beta release.

[Unreleased]: https://github.com/bufbuild/buf/compare/v1.16.0...HEAD
[v1.17.0]: https://github.com/bufbuild/buf/compare/v1.16.0...v1.17.0
[v1.16.0]: https://github.com/bufbuild/buf/compare/v1.15.1...v1.16.0
[v1.15.1]: https://github.com/bufbuild/buf/compare/v1.15.0...v1.15.1
[v1.15.0]: https://github.com/bufbuild/buf/compare/v1.14.0...v1.15.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Release](https://img.shields.io/github/v/release/bufbuild/buf?include_prereleases)][badges_release]
[![CI](https://github.com/bufbuild/buf/workflows/ci/badge.svg)][badges_ci]
[![Docker](https://img.shields.io/docker/pulls/bufbuild/buf)][badges_docker]
[![Homebrew](https://img.shields.io/badge/homebrew-v1.16.0-blue)][badges_homebrew]
[![Homebrew](https://img.shields.io/badge/homebrew-v1.17.0-blue)][badges_homebrew]
[![AUR](https://img.shields.io/aur/version/buf)][badges_aur]
[![Slack](https://img.shields.io/badge/slack-buf-%23e01563)][badges_slack]

Expand Down
2 changes: 1 addition & 1 deletion private/buf/bufcli/bufcli.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ import (

const (
// Version is the CLI version of buf.
Version = "1.16.1-dev"
Version = "1.17.0"

inputHTTPSUsernameEnvKey = "BUF_INPUT_HTTPS_USERNAME"
inputHTTPSPasswordEnvKey = "BUF_INPUT_HTTPS_PASSWORD"
Expand Down

0 comments on commit 95ad890

Please sign in to comment.