Skip to content

Commit 0c349c3

Browse files
authored
Patch v0.13.2
Prepare patch v0.13.2
2 parents 49dc5b6 + 2c60a75 commit 0c349c3

File tree

6 files changed

+28
-11
lines changed

6 files changed

+28
-11
lines changed

client/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Galaxy Tools (VS Code Extension) Changelog
22

3+
## [0.13.2] - 2025-03-10
4+
5+
### Changed
6+
7+
- Updated Galaxy Language Server [v0.13.2](./server/CHANGELOG.md#0132)
8+
39
## [0.13.1] - 2024-11-18
410

511
### Changed

client/package-lock.json

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "davelopez",
66
"publisher": "davelopez",
77
"license": "Apache-2.0",
8-
"version": "0.13.1",
8+
"version": "0.13.2",
99
"preview": true,
1010
"repository": {
1111
"type": "git",

client/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export namespace Constants {
33
export const LS_VENV_NAME = "glsenv";
44
export const GALAXY_LS_PACKAGE = "galaxy-language-server";
55
export const GALAXY_LS = "galaxyls";
6-
export const GALAXY_LS_VERSION = "0.13.1";
6+
export const GALAXY_LS_VERSION = "0.13.2";
77
export const LANGUAGE_ID = "galaxytool";
88
export const TOOL_DOCUMENT_EXTENSION = "xml";
99

server/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Galaxy Language Server Changelog
22

3+
## [0.13.2] - 2025-03-10
4+
5+
### Fixed
6+
7+
- Move xrefs block to comply with `planemo` lint ordering ([#269](https://github.com/galaxyproject/galaxy-language-server/pull/269)).
8+
9+
### Changed
10+
11+
- Update server dependencies to include new linting ([#272](https://github.com/galaxyproject/galaxy-language-server/pull/272)).
12+
313
## [0.13.1] - 2024-11-18
414

515
### Fixed

server/galaxyls/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
GLS_VERSION = "0.13.1"
1+
GLS_VERSION = "0.13.2"

0 commit comments

Comments
 (0)