Skip to content

Commit 3552847

Browse files
Return to development (#3576)
Co-authored-by: doriable <[email protected]>
1 parent 768b733 commit 3552847

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.49.0] - 2025-01-07
48

59
- Fix `buf plugin push --label` to allow pushing a plugin with a label.
@@ -1322,6 +1326,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
13221326

13231327
Initial beta release.
13241328

1329+
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.49.0...HEAD
13251330
[v1.49.0]: https://github.com/bufbuild/buf/compare/v1.48.0...v1.49.0
13261331
[v1.48.0]: https://github.com/bufbuild/buf/compare/v1.47.2...v1.48.0
13271332
[v1.47.2]: https://github.com/bufbuild/buf/compare/v1.47.1...v1.47.2

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.49.0"
18+
const Version = "1.49.1-dev"

0 commit comments

Comments
 (0)