Skip to content

Commit 3f756d2

Browse files
Return to development (#3885)
1 parent 5b843f1 commit 3f756d2

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.55.1] - 2025-06-17
48

59
- Fix language version for pre-commit hooks.
@@ -1383,6 +1387,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
13831387

13841388
Initial beta release.
13851389

1390+
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.55.1...HEAD
13861391
[v1.55.1]: https://github.com/bufbuild/buf/compare/v1.55.0...v1.55.1
13871392
[v1.55.0]: https://github.com/bufbuild/buf/compare/v1.54.0...v1.55.0
13881393
[v1.54.0]: https://github.com/bufbuild/buf/compare/v1.53.0...v1.54.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.55.1"
18+
const Version = "1.55.2-dev"

0 commit comments

Comments
 (0)