Skip to content

Commit f358c8f

Browse files
Release v1.40.1 (#3296)
1 parent ce4082e commit f358c8f

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.40.1] - 2024-09-06
44

55
- Fix issue with `buf lint` where comment ignores in the shape of `// buf:lint:ignore <RULE_ID> <extra comment>`
66
were not recognized due to the extra comment.
@@ -1244,7 +1244,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
12441244

12451245
Initial beta release.
12461246

1247-
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.40.0...HEAD
1247+
[v1.40.1]: https://github.com/bufbuild/buf/compare/v1.40.0...v1.40.1
12481248
[v1.40.0]: https://github.com/bufbuild/buf/compare/v1.39.0...v1.40.0
12491249
[v1.39.0]: https://github.com/bufbuild/buf/compare/v1.38.0...v1.39.0
12501250
[v1.38.0]: https://github.com/bufbuild/buf/compare/v1.37.0...v1.38.0

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

0 commit comments

Comments
 (0)