Skip to content

Commit

Permalink
Patch v0.5.2
Browse files Browse the repository at this point in the history
Prepare patch v0.5.2 release
  • Loading branch information
davelopez committed Jun 8, 2021
2 parents d022d78 + 7b2739e commit f13fd53
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 3 deletions.
12 changes: 12 additions & 0 deletions client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Galaxy Tools (VS Code Extension) Changelog

## [0.5.2] - 2021-06-08

### Fixed

- Duplicated CodeActions for the same expand document command ([#152](https://github.com/galaxyproject/galaxy-language-server/pull/152)).

- The expanded document preview was not updating with the source document changes ([#148](https://github.com/galaxyproject/galaxy-language-server/pull/148)).

### Changed

- Updated Galaxy Language Server [v0.5.2](./server/CHANGELOG.md#052)

## [0.5.1] - 2021-06-03

### Changed
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "davelopez",
"publisher": "davelopez",
"license": "Apache-2.0",
"version": "0.5.1",
"version": "0.5.2",
"preview": true,
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion client/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export namespace Constants {
export const LS_VENV_NAME = "glsenv";
export const GALAXY_LS_PACKAGE = "galaxy-language-server";
export const GALAXY_LS = "galaxyls";
export const GALAXY_LS_VERSION = "0.5.1"
export const GALAXY_LS_VERSION = "0.5.2"
export const LANGUAGE_ID = "galaxytool"
export const TOOL_DOCUMENT_EXTENSION = "xml"

Expand Down
6 changes: 6 additions & 0 deletions server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Galaxy Language Server Changelog

## [0.5.2] - 2021-06-08

### Fixed

- Line offset mismatch between diagnostic line and expanded document ([#150](https://github.com/galaxyproject/galaxy-language-server/pull/150)).

## [0.5.1] - 2021-06-03

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion server/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


PACKAGE_NAME = "galaxy-language-server"
VERSION = "0.5.1"
VERSION = "0.5.2"
AUTHOR = "David López"
AUTHOR_EMAIL = "[email protected]"
DESCRIPTION = "A language server for Galaxy (https://galaxyproject.org) tool wrappers"
Expand Down

0 comments on commit f13fd53

Please sign in to comment.