Skip to content

Commit 447122f

Browse files
authored
Bump version to 0.7.1 and add release notes (#30)
1 parent 9d7ebd2 commit 447122f

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

vscode-extension/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,18 @@ The language is registered as `opm-flow`.
275275

276276
## Release Notes
277277

278+
### 0.7.1
279+
280+
- **Toggle line comment** (Issue #27) — comment/uncomment the current line or
281+
selection with the standard editor shortcut, using OPM Flow's `--` comment
282+
syntax.
283+
- **Refreshed keyword data** — the bundled OPM Flow reference manual and
284+
`opm-common` keyword definitions were updated to their latest upstream
285+
revisions, broadening keyword coverage, section validity, and per-parameter
286+
value-type/dimension information surfaced in hover and the docs sidebar.
287+
- **Security hardening** — CI workflow permissions and action pinning, plus
288+
webview/hover and policy hardening.
289+
278290
### 0.6.4
279291

280292
- **Issue #13** — Unquoted string values like `YES` under `SCALECRS` or

vscode-extension/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "opm-flow-editor-support",
33
"displayName": "OPM Flow Editor Support",
44
"description": "Language support for OPM Flow reservoir simulation deck files",
5-
"version": "0.7.0",
5+
"version": "0.7.1",
66
"publisher": "magne-sjaastad",
77
"icon": "icon.png",
88
"license": "GPL-3.0-only",

0 commit comments

Comments
 (0)