Skip to content

Commit e972bdb

Browse files
committed
Release version 0.1.0
1 parent cb0b0d9 commit e972bdb

File tree

7 files changed

+289
-372
lines changed

7 files changed

+289
-372
lines changed

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.8.vsix`).
25+
To install the latest released version, download the `.vsix` file from https://github.com/abstools/abs-vs-code/releases/latest
2626

2727
### Installing from the Command Line
2828

29-
Run `code --install-extension abs-0.0.8.vsix`
29+
Run `code --install-extension` with the `.vsix` file downloaded from https://github.com/abstools/abs-vs-code/releases/latest
3030

3131
### Installing from inside Visual Studio Code
3232

@@ -38,7 +38,7 @@ Run `code --install-extension abs-0.0.8.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.8.vsix` file downloaded from https://github.com/abstools/abs-vs-code/releases/latest .
41+
3. In the file browser, choose the `.vsix` file downloaded from https://github.com/abstools/abs-vs-code/releases/latest .
4242

4343
### Running an unreleased version
4444

abs/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
1414

1515
### Fixed
1616

17+
## [0.1.0]
18+
19+
### Fixed
20+
21+
Update `jws` dependency.
22+
1723
## [0.0.8]
1824

1925
### Added
@@ -80,7 +86,8 @@ Released 2023-03-16
8086

8187
- Initial release
8288

83-
[Unreleased]: https://github.com/abstools/abs-vs-code/compare/HEAD...v0.0.8
89+
[Unreleased]: https://github.com/abstools/abs-vs-code/compare/HEAD...v0.1.0
90+
[0.1.0]: https://github.com/abstools/abs-vs-code/compare/v0.1.0...v0.0.8
8491
[0.0.8]: https://github.com/abstools/abs-vs-code/compare/v0.0.8...v0.0.7
8592
[0.0.7]: https://github.com/abstools/abs-vs-code/compare/v0.0.7...v0.0.6
8693
[0.0.6]: https://github.com/abstools/abs-vs-code/compare/v0.0.6...v0.0.5

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.1.0
14+
15+
- Security release
16+
1317
### 0.0.8
1418

1519
- Add snippets for `map`, `filter`, `foldl`, `foldr`.

0 commit comments

Comments
 (0)