Skip to content

Commit cad0d23

Browse files
Release v1.21.0 (#2157)
Release 1.21.0
1 parent 78537dd commit cad0d23

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [v1.21.0] - 2023-06-05
44

55
- Fix issue where locally-produced images did not have module information if the corresponding
66
module was stored in the new cache.
@@ -894,7 +894,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
894894

895895
Initial beta release.
896896

897-
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.20.0...HEAD
897+
[v1.21.0]: https://github.com/bufbuild/buf/compare/v1.20.0...v1.21.0
898898
[v1.20.0]: https://github.com/bufbuild/buf/compare/v1.19.0...v1.20.0
899899
[v1.19.0]: https://github.com/bufbuild/buf/compare/v1.18.0...v1.19.0
900900
[v1.18.0]: https://github.com/bufbuild/buf/compare/v1.17.0...v1.18.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Release](https://img.shields.io/github/v/release/bufbuild/buf?include_prereleases)][badges_release]
77
[![CI](https://github.com/bufbuild/buf/workflows/ci/badge.svg)][badges_ci]
88
[![Docker](https://img.shields.io/docker/pulls/bufbuild/buf)][badges_docker]
9-
[![Homebrew](https://img.shields.io/badge/homebrew-v1.19.0-blue)][badges_homebrew]
9+
[![Homebrew](https://img.shields.io/homebrew/v/buf)][badges_homebrew]
1010
[![AUR](https://img.shields.io/aur/version/buf)][badges_aur]
1111
[![Slack](https://img.shields.io/badge/slack-buf-%23e01563)][badges_slack]
1212

private/buf/bufcli/bufcli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ import (
6363

6464
const (
6565
// Version is the CLI version of buf.
66-
Version = "1.20.1-dev"
66+
Version = "1.21.0"
6767

6868
inputHTTPSUsernameEnvKey = "BUF_INPUT_HTTPS_USERNAME"
6969
inputHTTPSPasswordEnvKey = "BUF_INPUT_HTTPS_PASSWORD"

0 commit comments

Comments
 (0)