Skip to content

Commit 768b733

Browse files
Release v1.49.0 (#3575)
Co-authored-by: doriable <[email protected]>
1 parent a0052c7 commit 768b733

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [v1.49.0] - 2025-01-07
44

55
- Fix `buf plugin push --label` to allow pushing a plugin with a label.
66
- Add `--digest-changes-only` flag to `buf registry {module,plugin} commit list` to filter
@@ -1322,7 +1322,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
13221322

13231323
Initial beta release.
13241324

1325-
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.48.0...HEAD
1325+
[v1.49.0]: https://github.com/bufbuild/buf/compare/v1.48.0...v1.49.0
13261326
[v1.48.0]: https://github.com/bufbuild/buf/compare/v1.47.2...v1.48.0
13271327
[v1.47.2]: https://github.com/bufbuild/buf/compare/v1.47.1...v1.47.2
13281328
[v1.47.1]: https://github.com/bufbuild/buf/compare/v1.47.0...v1.47.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.48.1-dev"
18+
const Version = "1.49.0"

0 commit comments

Comments
 (0)