Skip to content

Commit 020eea1

Browse files
committed
Bump version to 0.2.11
1 parent 0948fae commit 020eea1

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.2.11] 31 Jul, 2025
2+
3+
### Fixed
4+
5+
* Bugfix
6+
17
## [0.2.10] 31 Jul, 2025
28

39
### Fixed
@@ -11,7 +17,7 @@
1117

1218
* **Improved Parameter Navigation**: Enhanced precision and reliability for THETA, ETA, and EPS parameter navigation
1319
* **Precise Value Positioning**: Go to Definition now points to exact parameter values (e.g., initial values in bounded THETA syntax)
14-
* **SAME Constraint Support**: Multiple definition locations for OMEGA SAME constraints showing both declaration and referenced value
20+
* **SAME Constraint Support**: Multiple definition locations for OMEGA SAME constraints showing both declaration and referenced value
1521
* **Performance Optimization**: Added document parsing cache with automatic cleanup for faster repeated operations
1622
* **Type Safety**: Improved TypeScript typing with ParameterInfo, CharacterRange, and ParameterType definitions
1723
* **Code Quality**: Unified ETA/OMEGA and EPS/SIGMA handling, removed unused code, consolidated patterns

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nmtran",
3-
"version": "0.2.10",
3+
"version": "0.2.11",
44
"license": "MIT",
55
"displayName": "NMTRAN",
66
"publisher": "vrognas",

0 commit comments

Comments
 (0)