From 4d45ba11cb7729b00878705bf4e66ad299f1e2f8 Mon Sep 17 00:00:00 2001 From: doriable Date: Tue, 14 Apr 2026 17:59:58 +0000 Subject: [PATCH] Back to development --- CHANGELOG.md | 5 +++++ private/buf/bufcli/bufcli.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 116901d9cd..e0db946a52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [Unreleased] + +- No changes yet. + ## [v1.68.0] - 2026-04-14 - Use new compiler for build process and support Editions 2024 features. @@ -1518,6 +1522,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto Initial beta release. +[Unreleased]: https://github.com/bufbuild/buf/compare/v1.68.0...HEAD [v1.68.0]: https://github.com/bufbuild/buf/compare/v1.67.0...v1.68.0 [v1.67.0]: https://github.com/bufbuild/buf/compare/v1.66.1...v1.67.0 [v1.66.1]: https://github.com/bufbuild/buf/compare/v1.66.0...v1.66.1 diff --git a/private/buf/bufcli/bufcli.go b/private/buf/bufcli/bufcli.go index 89f4332df7..54e2eee33d 100644 --- a/private/buf/bufcli/bufcli.go +++ b/private/buf/bufcli/bufcli.go @@ -15,4 +15,4 @@ package bufcli // Version is the CLI version of buf. -const Version = "1.68.0" +const Version = "1.68.1-dev"