Skip to content

Commit 496f588

Browse files
Release v1.39.0 (#3272)
1 parent 681874a commit 496f588

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.39.0] - 2024-08-27
44

55
- Fix git input handling of relative HEAD refs without branch names.
66
- Add `includes` key to module configurations in v2 `buf.yaml`, accepting a list of directories.
@@ -1228,7 +1228,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
12281228

12291229
Initial beta release.
12301230

1231-
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.38.0...HEAD
1231+
[v1.39.0]: https://github.com/bufbuild/buf/compare/v1.38.0...v1.39.0
12321232
[v1.38.0]: https://github.com/bufbuild/buf/compare/v1.37.0...v1.38.0
12331233
[v1.37.0]: https://github.com/bufbuild/buf/compare/v1.36.0...v1.37.0
12341234
[v1.36.0]: https://github.com/bufbuild/buf/compare/v1.35.1...v1.36.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.38.1-dev"
18+
const Version = "1.39.0"

0 commit comments

Comments
 (0)