Skip to content

Commit f476a77

Browse files
Return to development (#4191)
1 parent 6b61622 commit f476a77

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.61.0] - 2025-11-25
48

59
- Disable format on unknown or invalid syntax.
@@ -1447,6 +1451,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
14471451

14481452
Initial beta release.
14491453

1454+
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.61.0...HEAD
14501455
[v1.61.0]: https://github.com/bufbuild/buf/compare/v1.60.0...v1.61.0
14511456
[v1.60.0]: https://github.com/bufbuild/buf/compare/v1.59.0...v1.60.0
14521457
[v1.59.0]: https://github.com/bufbuild/buf/compare/v1.58.0...v1.59.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.61.0"
18+
const Version = "1.61.1-dev"

0 commit comments

Comments
 (0)