diff --git a/client/CHANGELOG.md b/client/CHANGELOG.md index 92038f3..72c4656 100644 --- a/client/CHANGELOG.md +++ b/client/CHANGELOG.md @@ -1,5 +1,12 @@ # Galaxy Tools (VS Code Extension) Changelog +## [0.3.2] - 2021-01-24 + +### Changed + +- Minor improvements in snippets ([#101](https://github.com/galaxyproject/galaxy-language-server/pull/101)). +- Updated Galaxy Language Server [v0.3.2](./server/CHANGELOG.md#032) + ## [0.3.1] - 2021-01-09 ### Added diff --git a/client/package.json b/client/package.json index b107aa0..4c35db0 100644 --- a/client/package.json +++ b/client/package.json @@ -5,7 +5,7 @@ "author": "davelopez", "publisher": "davelopez", "license": "Apache-2.0", - "version": "0.3.1", + "version": "0.3.2", "preview": true, "repository": { "type": "git", diff --git a/server/CHANGELOG.md b/server/CHANGELOG.md index 74cea0d..91168a6 100644 --- a/server/CHANGELOG.md +++ b/server/CHANGELOG.md @@ -1,5 +1,11 @@ # Galaxy Language Server Changelog +## [0.3.2] - 2021-01-24 + +### Fixed + +- The server was ignoring tool wrappers with syntax errors instead of reporting those syntax errors ([#100](https://github.com/galaxyproject/galaxy-language-server/pull/100)) + ## [0.3.1] - 2021-01-09 ### Fixed