Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 1.33.0
--------------
* `go_repo`: add `definitions` parameter (#378)
* `go_repo`: rename `third_party_path` parameter to `deps_path` (#379). `third_party_path` is now an
alias for `deps_path` for the sake of backwards compatibility; this may be dropped in a future major
release.

Version 1.32.1
--------------
* Better support coverage line directives in Go 1.27+ for tests that rely on source locations at runtime
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.32.1
1.33.0