Skip to content

Commit 2601d08

Browse files
authored
Preparing for the v0.1.6 release (#192)
1 parent 6b98dd6 commit 2601d08

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):
2323

2424
## [Unreleased]
2525

26+
## [0.1.6] - 2026-02-27
27+
* Fix --proxy_options to use flags.DEFINE_list by @copybara-service[bot] in https://github.com/AI-Hypercomputer/pathways-utils/pull/191
28+
2629
## [0.1.5] - 2026-02-27
2730
* Refactor: Simplify Elasticity Manager to focus on slice availability. by @copybara-service[bot] in https://github.com/AI-Hypercomputer/pathways-utils/pull/167
2831
* Make Pathways proxy server image user-configurable by @copybara-service[bot] in https://github.com/AI-Hypercomputer/pathways-utils/pull/159

pathwaysutils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
del _initialize
2121

2222
# When changing this, also update the CHANGELOG.md.
23-
__version__ = "v0.1.5"
23+
__version__ = "v0.1.6"

0 commit comments

Comments
 (0)