Skip to content

Commit f0baf57

Browse files
chore: release r2x-plexos-to-sienna v0.1.0 (#241)
🤖 I have created a release *beep* *boop* --- ## 0.1.0 (2026-04-08) ### ⚠ BREAKING CHANGES * Replace monolithic parser/exporter with plugin architecture. - Introduce R2X Plugin Management System with discoverable plugin configs - Restructure into four independent packages under packages/: r2x-reeds-to-sienna, r2x-reeds-to-plexos, r2x-sienna-to-plexos, r2x-plexos-to-sienna - Extract parsing/exporting into separate model plugins, translations are now pure mapping logic - Overhaul CI/CD with per-package release-please, dependabot, auto-labeler, and commit linting - Add taplo (TOML linting), ty (type checking), and updated pre-commit hooks - Expand test coverage across all translation packages (getters, rules, utilities) - Fix min stable level zeroing, duplicated arcs, time series store, and template injection bugs - Fix smoke test to build all workspace packages locally for dependency resolution - Rewrite documentation to match new framework style and update README ### Features * v2.0.0 ([#187](#187)) ([161bcc9](161bcc9)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 44db9e6 commit f0baf57

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
".": "1.2.0",
3-
"packages/r2x-plexos-to-sienna": "0.0.0",
3+
"packages/r2x-plexos-to-sienna": "0.1.0",
44
"packages/r2x-reeds-to-plexos": "0.0.0",
55
"packages/r2x-reeds-to-sienna": "0.0.0",
66
"packages/r2x-sienna-to-plexos": "0.0.0"
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
## 0.1.0 (2026-04-08)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Replace monolithic parser/exporter with plugin architecture. - Introduce R2X Plugin Management System with discoverable plugin configs - Restructure into four independent packages under packages/: r2x-reeds-to-sienna, r2x-reeds-to-plexos, r2x-sienna-to-plexos, r2x-plexos-to-sienna - Extract parsing/exporting into separate model plugins, translations are now pure mapping logic - Overhaul CI/CD with per-package release-please, dependabot, auto-labeler, and commit linting - Add taplo (TOML linting), ty (type checking), and updated pre-commit hooks - Expand test coverage across all translation packages (getters, rules, utilities) - Fix min stable level zeroing, duplicated arcs, time series store, and template injection bugs - Fix smoke test to build all workspace packages locally for dependency resolution - Rewrite documentation to match new framework style and update README
9+
10+
### Features
11+
12+
* v2.0.0 ([#187](https://github.com/NatLabRockies/R2X/issues/187)) ([161bcc9](https://github.com/NatLabRockies/R2X/commit/161bcc92a0baea9b6c70afde8be9f188931fc7eb))

packages/r2x-plexos-to-sienna/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "r2x-plexos-to-sienna"
3-
version = "0.0.0"
3+
version = "0.1.0"
44
description = "Translation helpers for PLEXOS-to-Sienna interoperability."
55
requires-python = ">=3.11, <3.14"
66
dependencies = ["r2x-plexos>=0.1.4,<1.0.0", "r2x-sienna>=0.2.0,<1.0.0"]

0 commit comments

Comments
 (0)