Skip to content

Commit 6d91d81

Browse files
Return to development (#4045)
Co-authored-by: emcfarlane <[email protected]>
1 parent 106d265 commit 6d91d81

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.58.0] - 2025-10-09
48

59
- Update `PROTOVALIDATE` lint rule to check `IGNORE_IF_ZERO_VALUE` on fields that track presence.
@@ -1418,6 +1422,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
14181422

14191423
Initial beta release.
14201424

1425+
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.58.0...HEAD
14211426
[v1.58.0]: https://github.com/bufbuild/buf/compare/v1.57.2...v1.58.0
14221427
[v1.57.2]: https://github.com/bufbuild/buf/compare/v1.57.1...v1.57.2
14231428
[v1.57.1]: https://github.com/bufbuild/buf/compare/v1.57.0...v1.57.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.58.0"
18+
const Version = "1.58.1-dev"

0 commit comments

Comments
 (0)