From 6c5b8a2c24a2e2c35f6a50ed8acb498b0bebadde Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 18:43:38 +0000 Subject: [PATCH] chore: release r2x-sienna-to-plexos v0.2.0 --- .release-please-manifest.json | 2 +- packages/r2x-sienna-to-plexos/CHANGELOG.md | 9 +++++++++ packages/r2x-sienna-to-plexos/pyproject.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 431fbf4e..72ba1f71 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -3,5 +3,5 @@ "packages/r2x-plexos-to-sienna": "0.1.0", "packages/r2x-reeds-to-plexos": "0.1.0", "packages/r2x-reeds-to-sienna": "0.1.0", - "packages/r2x-sienna-to-plexos": "0.1.0" + "packages/r2x-sienna-to-plexos": "0.2.0" } diff --git a/packages/r2x-sienna-to-plexos/CHANGELOG.md b/packages/r2x-sienna-to-plexos/CHANGELOG.md index b5a71f29..47e55c6b 100644 --- a/packages/r2x-sienna-to-plexos/CHANGELOG.md +++ b/packages/r2x-sienna-to-plexos/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.2.0](https://github.com/NatLabRockies/R2X/compare/r2x-sienna-to-plexos-v0.1.0...r2x-sienna-to-plexos-v0.2.0) (2026-06-22) + + +### Features + +* add new types of loads for reeds to plexos translations ([#256](https://github.com/NatLabRockies/R2X/issues/256)) ([cba09db](https://github.com/NatLabRockies/R2X/commit/cba09db148e7c2b6211d8f0e13840ab7d84d2a7c)) +* update codebase for all translation to handle EI system and recent cross changes ([#277](https://github.com/NatLabRockies/R2X/issues/277)) ([863cbea](https://github.com/NatLabRockies/R2X/commit/863cbea973d749c3ac4857a8c9d776062040bd06)) +* update logic for general EI translation approach ([#255](https://github.com/NatLabRockies/R2X/issues/255)) ([649eba0](https://github.com/NatLabRockies/R2X/commit/649eba01b9051e175260a124f52a3e9788f4830d)) + ## 0.1.0 (2026-04-08) diff --git a/packages/r2x-sienna-to-plexos/pyproject.toml b/packages/r2x-sienna-to-plexos/pyproject.toml index 1fa0bb07..761c7e9f 100644 --- a/packages/r2x-sienna-to-plexos/pyproject.toml +++ b/packages/r2x-sienna-to-plexos/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "r2x-sienna-to-plexos" -version = "0.1.0" +version = "0.2.0" description = "Translation helpers for Sienna-to-PLEXOS interoperability." requires-python = ">=3.11, <3.14" dependencies = ["r2x-plexos>=0.1.4,<1.0.0", "r2x-sienna>=0.2.0,<1.0.0"]