Skip to content

Commit

Permalink
chore: release main (#407)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Campbell <[email protected]>
  • Loading branch information
climateinteractive-bot and chrispcampbell authored Dec 11, 2023
1 parent e755be2 commit 6bdb410
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"packages/runtime": "0.2.2",
"packages/runtime-async": "0.2.2",
"packages/create": "0.2.7",
"packages/plugin-config": "0.2.4"
"packages/plugin-config": "0.2.4",
"packages/parse": "0.1.0"
}
16 changes: 16 additions & 0 deletions packages/parse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

## 0.1.0 (2023-12-11)


### Features

* add `parse` package ([#406](https://github.com/climateinteractive/SDEverywhere/issues/406)) ([044d135](https://github.com/climateinteractive/SDEverywhere/commit/044d13591613c5c2831c88cef400791b77b94640)), closes [#405](https://github.com/climateinteractive/SDEverywhere/issues/405)
* preserve Vensim group names during preprocessing and parsing ([#418](https://github.com/climateinteractive/SDEverywhere/issues/418)) ([e755be2](https://github.com/climateinteractive/SDEverywhere/commit/e755be210369c7bbb1ea543b9b38e5c1b29ecd15)), closes [#417](https://github.com/climateinteractive/SDEverywhere/issues/417)


### Bug Fixes

* add parentheses if needed when reduceConditionals optimization is applied ([#411](https://github.com/climateinteractive/SDEverywhere/issues/411)) ([9269098](https://github.com/climateinteractive/SDEverywhere/commit/926909866da0f668f0208ae9de07b446679cda7d)), closes [#410](https://github.com/climateinteractive/SDEverywhere/issues/410)
* change reduceConditionals to not resolve variable references outside of the condition expression ([#409](https://github.com/climateinteractive/SDEverywhere/issues/409)) ([62e1ab1](https://github.com/climateinteractive/SDEverywhere/commit/62e1ab1400d887aeccfab9ed406103483c66af95)), closes [#408](https://github.com/climateinteractive/SDEverywhere/issues/408)
* implement unary NOT case for reduceExpr ([#415](https://github.com/climateinteractive/SDEverywhere/issues/415)) ([ce66990](https://github.com/climateinteractive/SDEverywhere/commit/ce669901e84442721dff34768bab80f703fba80f)), closes [#414](https://github.com/climateinteractive/SDEverywhere/issues/414)

0 comments on commit 6bdb410

Please sign in to comment.