From 438328693c323208c37b3a77b63b7df0f5791251 Mon Sep 17 00:00:00 2001 From: echee-insitro <84871044+echee-insitro@users.noreply.github.com> Date: Tue, 7 Nov 2023 13:47:16 -0800 Subject: [PATCH] Release 0.17.0 (#329) --- docs/source/CHANGELOG.md | 11 +++++++++++ redun/version.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/source/CHANGELOG.md b/docs/source/CHANGELOG.md index 0671fec1..091ebe0f 100644 --- a/docs/source/CHANGELOG.md +++ b/docs/source/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 0.17.0 +November 03, 2023 + +* `#327` - Utility functions to support experimental k8s work. +* `#328` - Fix CI failures in main +* `#326` - Add documentation of the tag system +* `#324` - Add support for argv lists to script +* `#323` - Add execution_id to launch script for tagging purposes +* `#322` - Handling race conditions when caching values +* `#321` - Move gcsfs to optional google extra dependencies + ## 0.16.2 August 25, 2023 diff --git a/redun/version.py b/redun/version.py index 5187b964..8d361f89 100644 --- a/redun/version.py +++ b/redun/version.py @@ -1 +1 @@ -version = "0.16.2" +version = "0.17.0"