Skip to content

Commit

Permalink
Bump verstion to 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
srchase committed Nov 9, 2023
1 parent 4c37661 commit 6f565b1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@ If your model requires dependencies, add a `smithy-build.json` file to the root
repositories where they can be located.
```
{
{
"version": "1.0",
"maven": {
"dependencies": ["software.amazon.smithy:smithy-aws-traits:1.28.1"],
"repositories": [{ "url": "https://repo1.maven.org/maven2/" }]
"dependencies": ["software.amazon.smithy:smithy-aws-traits:1.40.0"],
"repositories": [{ "url": "https://repo1.maven.org/maven2/" }]
}
}
}
```
Start authoring your Smithy model. Opening a `*.smithy` file will activate
Expand All @@ -54,6 +53,12 @@ for more details.

## Release Notes

### 0.5.4 - 2023-11-09

- Added configuration for LspLog file. [#82](https://github.com/smithy-lang/smithy-vscode/pull/82)
- Added smithy-build.json JSON Schema. [#76](https://github.com/smithy-lang/smithy-vscode/pull/76)
- Fixed grammar for apply statement. [#76](https://github.com/smithy-lang/smithy-vscode/pull/75)

### 0.5.3 - 2023-03-17

- Added model formatting via Smithy Language Server 0.2.3. [#67](https://github.com/awslabs/smithy-vscode/pull/67)
Expand Down
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": "smithy-vscode-extension",
"displayName": "Smithy",
"description": "Smithy IDL Language Extension",
"version": "0.5.3",
"version": "0.5.4",
"icon": "images/smithy.png",
"publisher": "smithy",
"engines": {
Expand Down

0 comments on commit 6f565b1

Please sign in to comment.