Skip to content

Commit 9d7ebd2

Browse files
authored
Release 0.7.0 (#29)
* Bump version to 0.7.0 * Update submodules to latest (opm-common, opm-reference-manual) * Regenerate keyword index from updated submodules Rebuild compact keyword index, sync README manual ref, and broaden .gitignore so generated artifacts are ignored from any directory.
1 parent 1bc2dad commit 9d7ebd2

7 files changed

Lines changed: 10 additions & 10 deletions

File tree

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ venv/
1111

1212
# Keyword-index intermediate artifacts (only the compact JSON under
1313
# vscode-extension/data is committed)
14-
/keyword_index.json
15-
/keyword_summary.tsv
14+
keyword_index.json
15+
keyword_summary.tsv
1616

1717
# Editor / OS
1818
.vscode/

opm-common

Submodule opm-common updated 347 files

opm-reference-manual

vscode-extension/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Language support for [OPM Flow](https://opm-project.org/) reservoir simulation d
44
with syntax highlighting and development features backed by the full OPM Flow reference manual.
55

66
<!-- manual-ref:start -->
7-
Keyword data is built from [OPM/opm-reference-manual](https://github.com/OPM/opm-reference-manual) at commit [`85395fc0`](https://github.com/OPM/opm-reference-manual/commit/85395fc009a70d96019535bf15318150e48b090d).
7+
Keyword data is built from [OPM/opm-reference-manual](https://github.com/OPM/opm-reference-manual) at commit [`9baa939b`](https://github.com/OPM/opm-reference-manual/commit/9baa939bff52bc55218adff79b9f8c806fb680dd).
88
<!-- manual-ref:end -->
99

1010
## Features

vscode-extension/data/keyword_index_compact.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

vscode-extension/package-lock.json

Lines changed: 3 additions & 3 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.6.4",
5+
"version": "0.7.0",
66
"publisher": "magne-sjaastad",
77
"icon": "icon.png",
88
"license": "GPL-3.0-only",

0 commit comments

Comments
 (0)