From 660b55c2f0ca55fcaea54daf878bcf56c3820a2d Mon Sep 17 00:00:00 2001 From: Stefan Holderbach Date: Sat, 27 Apr 2024 14:38:38 +0200 Subject: [PATCH] Add `nu_plugin_polars` as a crate to release (#814) For the upcoming `0.93.0` release we want to ship this plugin. Merge ahead of the release process (not when we have a patch release inbetween) --- make_release/nu_release.nu | 1 + 1 file changed, 1 insertion(+) diff --git a/make_release/nu_release.nu b/make_release/nu_release.nu index 5ab7be7..67ec955 100644 --- a/make_release/nu_release.nu +++ b/make_release/nu_release.nu @@ -38,6 +38,7 @@ export def main [] { nu_plugin_inc, nu_plugin_gstat, nu_plugin_formats, + nu_plugin_polars, ] log warning "starting publish"