Skip to content

Commit 957f882

Browse files
committed
Back to development
1 parent 186b026 commit 957f882

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## [Unreleased]
4+
5+
- No changes yet.
6+
37
## [v1.37.0] - 2024-08-16
48

59
- Add `STABLE_PACKAGE_NO_IMPORT_UNSTABLE` lint rule which disallows files from stable packages
@@ -1204,6 +1208,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
12041208

12051209
Initial beta release.
12061210

1211+
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.37.0...HEAD
12071212
[v1.37.0]: https://github.com/bufbuild/buf/compare/v1.36.0...v1.37.0
12081213
[v1.36.0]: https://github.com/bufbuild/buf/compare/v1.35.1...v1.36.0
12091214
[v1.35.1]: https://github.com/bufbuild/buf/compare/v1.35.0...v1.35.1

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.37.0"
18+
const Version = "1.37.1-dev"

0 commit comments

Comments
 (0)