Skip to content

Commit 2127dde

Browse files
Release v1.32.1 (#3004)
Release prepared for 1.32.1 Reminder: Verify the changelog Co-authored-by: doriable <[email protected]>
1 parent 5674e82 commit 2127dde

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.32.1] - 2024-05-21
44

55
- Fix archive and git inputs so that `--path` and `--exclude-path` paths are relative to
66
the `#subdir` rather than the root of the input. This fixes an unintended behavior change
@@ -1118,7 +1118,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
11181118

11191119
Initial beta release.
11201120

1121-
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.32.0...HEAD
1121+
[v1.32.1]: https://github.com/bufbuild/buf/compare/v1.32.0...v1.32.1
11221122
[v1.32.0]: https://github.com/bufbuild/buf/compare/v1.32.0-beta.1...v1.32.0
11231123
[v1.32.0-beta.1]: https://github.com/bufbuild/buf/compare/v1.31.0...v1.32.0-beta.1
11241124
[v1.31.0]: https://github.com/bufbuild/buf/compare/v1.30.1...v1.31.0

private/buf/bufcli/bufcli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package bufcli
1616

1717
// Version is the CLI version of buf.
18-
const Version = "1.32.1-dev"
18+
const Version = "1.32.1"

0 commit comments

Comments
 (0)