Skip to content

Commit

Permalink
Release v1.20.0 (#2135)
Browse files Browse the repository at this point in the history
Release prepared for 1.20.0

---------

Co-authored-by: joshcarp <[email protected]>
Co-authored-by: joshcarp <[email protected]>
Co-authored-by: Joshua Carpeggiani <[email protected]>
  • Loading branch information
4 people committed May 30, 2023
1 parent 7939681 commit f67ed67
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.20.0] - 2023-05-30

- Add `--emit-defaults` flag to `buf curl` to emit default values in JSON-encoded responses.
- Indent JSON-encoded responses from `buf curl` by default.
Expand Down Expand Up @@ -885,7 +885,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto

Initial beta release.

[Unreleased]: https://github.com/bufbuild/buf/compare/v1.19.0...HEAD
[v1.20.0]: https://github.com/bufbuild/buf/compare/v1.19.0...v1.20.0
[v1.19.0]: https://github.com/bufbuild/buf/compare/v1.18.0...v1.19.0
[v1.18.0]: https://github.com/bufbuild/buf/compare/v1.17.0...v1.18.0
[v1.17.0]: https://github.com/bufbuild/buf/compare/v1.16.0...v1.17.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.19.0-blue)][badges_homebrew]
[![Homebrew](https://img.shields.io/badge/homebrew-v1.20.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 @@ -63,7 +63,7 @@ import (

const (
// Version is the CLI version of buf.
Version = "1.19.1-dev"
Version = "1.20.0"

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

0 comments on commit f67ed67

Please sign in to comment.