From eb8198b971e4ff57411fe4e8c4d773b550e32809 Mon Sep 17 00:00:00 2001 From: Yu Li Date: Fri, 27 Feb 2026 21:52:39 +0000 Subject: [PATCH 1/2] Preparing for the v0.1.6 release --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34e43d4..d340697 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,9 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`): ## [Unreleased] +## [0.1.6] - 2026-02-27 +* Fix --proxy_options to use flags.DEFINE_list by @copybara-service[bot] in https://github.com/AI-Hypercomputer/pathways-utils/pull/191 + ## [0.1.5] - 2026-02-27 * Refactor: Simplify Elasticity Manager to focus on slice availability. by @copybara-service[bot] in https://github.com/AI-Hypercomputer/pathways-utils/pull/167 * Make Pathways proxy server image user-configurable by @copybara-service[bot] in https://github.com/AI-Hypercomputer/pathways-utils/pull/159 From 53477b662c067612bd5179a2d8730fece07ec4f8 Mon Sep 17 00:00:00 2001 From: Yu Li Date: Fri, 27 Feb 2026 21:52:49 +0000 Subject: [PATCH 2/2] Preparing for the v0.1.6 release --- pathwaysutils/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pathwaysutils/__init__.py b/pathwaysutils/__init__.py index 81d0427..1d8a56e 100644 --- a/pathwaysutils/__init__.py +++ b/pathwaysutils/__init__.py @@ -20,4 +20,4 @@ del _initialize # When changing this, also update the CHANGELOG.md. -__version__ = "v0.1.5" +__version__ = "v0.1.6"