From 17f8bc198b7bb5e01e63d36210d7413e70a17b20 Mon Sep 17 00:00:00 2001 From: Chris Novakovic Date: Thu, 3 Sep 2026 10:44:32 +0100 Subject: [PATCH] Tag v1.33.0 --- ChangeLog | 7 +++++++ VERSION | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 47373ca..6b5e21b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/VERSION b/VERSION index 96cd6ee..7aa332e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.32.1 +1.33.0