diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cba91bf8..bc11e2519 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [v0.8.2](https://github.com/lf-lang/vscode-lingua-franca/tree/v0.8.2) (2024-08-02) + +**Highlights** + +This patch release includes minor bugfixes and several enhancements of our Docker support. It also adds custom serialization for the Python target and support for the use of target code expressions to specify time values in C++. + +- Updates and cleanups for building the extension [\#171](https://github.com/lf-lang/vscode-lingua-franca/pull/171) (@petervdonovan) + + ## [v0.8.1](https://github.com/lf-lang/vscode-lingua-franca/tree/v0.8.1) (2024-07-14) **Highlights** diff --git a/lingua-franca b/lingua-franca index 382804927..9f6f363f6 160000 --- a/lingua-franca +++ b/lingua-franca @@ -1 +1 @@ -Subproject commit 382804927896e2b4abdb16880c2840a911fac882 +Subproject commit 9f6f363f65969f4b4b08bdb07e33e98fb8afd9b7 diff --git a/package-lock.json b/package-lock.json index f855c4b89..221f0d3d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-lingua-franca", - "version": "0.8.1", + "version": "0.8.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-lingua-franca", - "version": "0.8.1", + "version": "0.8.2", "hasInstallScript": true, "license": "BSD-2-Clause", "dependencies": { diff --git a/package.json b/package.json index 426e6a000..b4e48f04a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-lingua-franca", "displayName": "Lingua Franca", "description": "Lingua Franca for Visual Studio Code. Provides lints, code completion and navigation, interactive diagrams, and more.", - "version": "0.8.1", + "version": "0.8.2", "publisher": "lf-lang", "icon": "images/icon.png", "license": "BSD-2-Clause",