Skip to content

Commit

Permalink
Merge pull request #268 from galaxyproject/prepare_patch_0.13.1
Browse files Browse the repository at this point in the history
Prepare patch 0.13.1
  • Loading branch information
davelopez authored Nov 17, 2024
2 parents ae344f0 + 2b82354 commit 02f27cf
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 6 deletions.
6 changes: 6 additions & 0 deletions client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Galaxy Tools (VS Code Extension) Changelog

## [0.13.1] - 2024-11-18

### Changed

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

## [0.13.0] - 2024-09-30

### Added
Expand Down
4 changes: 2 additions & 2 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.13.0",
"version": "0.13.1",
"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 @@ -3,7 +3,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.13.0";
export const GALAXY_LS_VERSION = "0.13.1";
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.13.1] - 2024-11-18

### Fixed

- Reduce false positives when detecting tool wrapper documents ([#267](https://github.com/galaxyproject/galaxy-language-server/pull/267)).

## [0.13.0] - 2024-09-30

### Added
Expand Down
2 changes: 1 addition & 1 deletion server/galaxyls/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
GLS_VERSION = "0.13.0"
GLS_VERSION = "0.13.1"
2 changes: 1 addition & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pygls==1.3.1
lxml==5.3.0
anytree==2.12.1
galaxy-tool-util==24.1.2
galaxy-tool-util==24.1.3
edam-ontology==1.25.2

0 comments on commit 02f27cf

Please sign in to comment.