Skip to content

Commit 6a9b2ce

Browse files
Return to development (#3843)
1 parent e399520 commit 6a9b2ce

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.54.0] - 2025-05-12
48

59
- Add `CSR` category to breaking rules.
@@ -1371,6 +1375,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
13711375

13721376
Initial beta release.
13731377

1378+
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.54.0...HEAD
13741379
[v1.54.0]: https://github.com/bufbuild/buf/compare/v1.53.0...v1.54.0
13751380
[v1.53.0]: https://github.com/bufbuild/buf/compare/v1.52.1...v1.53.0
13761381
[v1.52.1]: https://github.com/bufbuild/buf/compare/v1.52.0...v1.52.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.54.0"
18+
const Version = "1.54.1-dev"

0 commit comments

Comments
 (0)