From cd3e53e9b8555543071ea109218baf41fc4b88f7 Mon Sep 17 00:00:00 2001 From: Krasimir Georgiev Date: Thu, 19 Oct 2023 16:17:27 +0200 Subject: [PATCH] Prep release 0.29.1 (#2209) To pick up recent internal API changes about the crate_info -> dict changes. Some users like Crubit and rust Protobuf use these internal APIs, it would be nice for them to be adapted accordingly and refer them to the new version. But since these are internal, just updating the minor version. (it's my first time prepping a release, is there anything beyond just getting something like this submitted for the released archives to be created?) --- version.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.bzl b/version.bzl index ffbaf607da..f9ec766f1d 100644 --- a/version.bzl +++ b/version.bzl @@ -1,3 +1,3 @@ """The version of rules_rust.""" -VERSION = "0.29.0" +VERSION = "0.29.1"