diff --git a/CHANGELOG.md b/CHANGELOG.md index a01d4e9..d12e919 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ## [Unreleased] +## [0.0.32] - 2026-03-15 + ### Fixed - `--profile` now resolves relative to the active config directory (parent of `REELN_CONFIG`) instead of the platform default, so profiles stored alongside a custom config file are found correctly - `--profile` and `--path` CLI arguments now take strict priority over `REELN_CONFIG` and `REELN_PROFILE` environment variables diff --git a/reeln/__init__.py b/reeln/__init__.py index 902a29d..35854c6 100644 --- a/reeln/__init__.py +++ b/reeln/__init__.py @@ -2,4 +2,4 @@ from __future__ import annotations -__version__ = "0.0.31" +__version__ = "0.0.32"