Skip to content

Commit 3125036

Browse files
buf-release-bot[bot]joshcarpjoshcarp
authored
Release v1.23.1 (#2250)
Release prepared for 1.23.1 --------- Co-authored-by: joshcarp <joshcarp@users.noreply.github.com> Co-authored-by: joshcarp <jcarpeggiani@buf.build>
1 parent e2c264f commit 3125036

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.23.1] - 2023-06-30
44

55
- Fix issue where `buf beta graph` would not print modules within a workspace that
66
had no dependencies or dependents.
@@ -910,7 +910,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
910910

911911
Initial beta release.
912912

913-
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.23.0...HEAD
913+
[v1.23.1]: https://github.com/bufbuild/buf/compare/v1.23.0...v1.23.1
914914
[v1.23.0]: https://github.com/bufbuild/buf/compare/v1.22.0...v1.23.0
915915
[v1.22.0]: https://github.com/bufbuild/buf/compare/v1.21.0...v1.22.0
916916
[v1.21.0]: https://github.com/bufbuild/buf/compare/v1.20.0...v1.21.0

private/buf/bufcli/bufcli.go

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

6666
const (
6767
// Version is the CLI version of buf.
68-
Version = "1.23.1-dev"
68+
Version = "1.23.1"
6969

7070
inputHTTPSUsernameEnvKey = "BUF_INPUT_HTTPS_USERNAME"
7171
inputHTTPSPasswordEnvKey = "BUF_INPUT_HTTPS_PASSWORD"

0 commit comments

Comments
 (0)