Skip to content

Commit 99c3cab

Browse files
committed
Really release v0.0.8
1 parent ab782d0 commit 99c3cab

7 files changed

Lines changed: 1982 additions & 695 deletions

File tree

.envrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
layout node
2-
export GIT_DIR=$PWD/.jj/repo/store/git

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ node_modules
22
*.vsix
33
/abs/out/
44
/abs/.vscode-test
5-
/notes.org

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ two items to `abs.compileOptions`: `-jar` and `/path/to/absfrontend.jar`.
2222

2323
## Installing
2424

25-
To install the latest released version, download the `.vsix` file from https://github.com/abstools/abs-vs-code/releases/latest (currently `abs-0.0.7.vsix`).
25+
To install the latest released version, download the `.vsix` file from https://github.com/abstools/abs-vs-code/releases/latest (currently `abs-0.0.8.vsix`).
2626

2727
### Installing from the Command Line
2828

29-
Run `code --install-extension abs-0.0.7.vsix`
29+
Run `code --install-extension abs-0.0.8.vsix`
3030

3131
### Installing from inside Visual Studio Code
3232

@@ -38,7 +38,7 @@ Run `code --install-extension abs-0.0.7.vsix`
3838
<img alt="First click 'Extensions', then the horizontal dots menu at the top of the list, then 'Install from VSIX...'" src="images/installing.png">
3939
</picture>
4040

41-
3. In the file browser, choose the `abs-0.0.7.vsix` file downloaded from https://github.com/abstools/abs-vs-code/releases/latest .
41+
3. In the file browser, choose the `abs-0.0.8.vsix` file downloaded from https://github.com/abstools/abs-vs-code/releases/latest .
4242

4343
### Running an unreleased version
4444

abs/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ file from inside the editor.
1010

1111
## Release Notes
1212

13+
### 0.0.8
14+
15+
- Add snippets for `map`, `filter`, `foldl`, `foldr`.
16+
1317
### 0.0.7
1418

1519
- Fix ABS compilation command.

abs/package-lock.json

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

abs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "ABS",
44
"description": "Support for the Abs language",
55
"icon": "images/ABS_logo.png",
6-
"version": "0.0.7",
6+
"version": "0.0.8",
77
"publisher": "abs-models-org",
88
"author": {
99
"name": "Rudolf Schlatte"

0 commit comments

Comments
 (0)