Skip to content

Commit

Permalink
Release v1.15.1 (#1899)
Browse files Browse the repository at this point in the history
Release prepared for 1.15.1

Reminder: Update the changelog

---------

Co-authored-by: joshcarp <[email protected]>
Co-authored-by: joshcarp <[email protected]>
Co-authored-by: Joshua Carpeggiani <[email protected]>
  • Loading branch information
4 people committed Mar 8, 2023
1 parent 691f3b5 commit 5d924a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Changelog

## [Unreleased]
## [v1.15.1] - 2023-03-08

- Fixes a bug in `buf generate` with `v1beta1` config files.
- Fixes a potential crash when using the `--type` flag with `buf build` or `buf generate`.
- Fix a bug in `buf generate` with `v1beta1` config files.
- Fix a potential crash when using the `--type` flag with `buf build` or `buf generate`.

## [v1.15.0] - 2023-02-28

Expand Down Expand Up @@ -832,7 +832,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto

Initial beta release.

[Unreleased]: https://github.com/bufbuild/buf/compare/v1.15.0...HEAD
[v1.15.1]: https://github.com/bufbuild/buf/compare/v1.15.0...v1.15.1
[v1.15.0]: https://github.com/bufbuild/buf/compare/v1.14.0...v1.15.0
[v1.14.0]: https://github.com/bufbuild/buf/compare/v1.13.1...v1.14.0
[v1.13.1]: https://github.com/bufbuild/buf/compare/v1.13.0...v1.13.1
Expand Down
2 changes: 1 addition & 1 deletion private/buf/bufcli/bufcli.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ import (

const (
// Version is the CLI version of buf.
Version = "1.15.1-dev"
Version = "1.15.1"

inputHTTPSUsernameEnvKey = "BUF_INPUT_HTTPS_USERNAME"
inputHTTPSPasswordEnvKey = "BUF_INPUT_HTTPS_PASSWORD"
Expand Down

0 comments on commit 5d924a6

Please sign in to comment.