Skip to content

Commit

Permalink
publish v1.10 (#1057)
Browse files Browse the repository at this point in the history
  • Loading branch information
scnwwu authored Jun 18, 2024
1 parent 4a5895f commit 5a02e18
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). If you introduce breaking changes, please group them together in the "Changed" section using the **BREAKING:** prefix.

## [v1.10.0] - 2024-06-18

### Added

- Show problems from SAS log ([#627](https://github.com/sassoftware/vscode-sas-extension/pull/627))
- New [documentation site](https://sassoftware.github.io/vscode-sas-extension/) ([#1030](https://github.com/sassoftware/vscode-sas-extension/pull/1030))

### Fixed

- Fileref OUTFILE should be allowed for COM/IOM ([#868](https://github.com/sassoftware/vscode-sas-extension/issues/868))
- Syntax help issue in special case ([#900](https://github.com/sassoftware/vscode-sas-extension/issues/900)) ([#954](https://github.com/sassoftware/vscode-sas-extension/issues/954))
- IOM connection hang when work dir is long ([#964](https://github.com/sassoftware/vscode-sas-extension/issues/964))
- Support cshell for ssh ([#1005](https://github.com/sassoftware/vscode-sas-extension/issues/1005))
- Fix content type when saving files ([#878](https://github.com/sassoftware/vscode-sas-extension/issues/878))

## [v1.9.0] - 2024-04-30

### Added
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sas-lsp",
"displayName": "SAS",
"description": "Official SAS Language Extension for VS Code",
"version": "1.9.0",
"version": "1.10.0",
"categories": [
"Programming Languages",
"Data Science",
Expand Down

0 comments on commit 5a02e18

Please sign in to comment.