Skip to content

Commit

Permalink
Release v1.19.0 (#2100)
Browse files Browse the repository at this point in the history
Release prepared for 1.19.0

Reminder: Update the changelog

---------

Co-authored-by: joshcarp <[email protected]>
Co-authored-by: joshcarp <[email protected]>
  • Loading branch information
3 people committed May 17, 2023
1 parent a4791a4 commit 24160b7
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.19.0] - 2023-05-17

- Add `--create` flag to `buf push` to create a repository if it does not exist. The user
is also required to specify the visibility using `--create-visibility`.
Expand Down Expand Up @@ -878,7 +878,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto

Initial beta release.

[Unreleased]: https://github.com/bufbuild/buf/compare/v1.18.0...HEAD
[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
[v1.16.0]: https://github.com/bufbuild/buf/compare/v1.15.1...v1.16.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.18.0-blue)][badges_homebrew]
[![Homebrew](https://img.shields.io/badge/homebrew-v1.19.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.18.1-dev"
Version = "1.19.0"

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

0 comments on commit 24160b7

Please sign in to comment.