Skip to content

Commit 4b680aa

Browse files
chore: release r2x-sienna-to-plexos v0.2.0
1 parent d780fda commit 4b680aa

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
@@ -3,5 +3,5 @@
33
"packages/r2x-plexos-to-sienna": "0.1.0",
44
"packages/r2x-reeds-to-plexos": "0.1.0",
55
"packages/r2x-reeds-to-sienna": "0.1.0",
6-
"packages/r2x-sienna-to-plexos": "0.1.0"
6+
"packages/r2x-sienna-to-plexos": "0.2.0"
77
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
## [0.2.0](https://github.com/NatLabRockies/R2X/compare/r2x-sienna-to-plexos-v0.1.0...r2x-sienna-to-plexos-v0.2.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)) ([d780fda](https://github.com/NatLabRockies/R2X/commit/d780fda35770d167a7fadb29235934d9e2ed3bf1))

packages/r2x-sienna-to-plexos/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-sienna-to-plexos"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Translation helpers for Sienna-to-PLEXOS 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)