Commite6d71b73Recorded26 Apr 2026Repositorysigil-lsp
Update sigil-args pin to codeberg:sigil/sigil-args, bump to 0.13.4
Message
sigil-args was extracted to its own standalone repo; switching the pin to the canonical URL eliminates the legacy codeberg:sigil/sigil + package: selector form. No behavior change.
Changed
CHANGELOG.md | 6 ++++++
package.sgl | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)Diff
CHANGELOG.mdmodified
@@ -1,5 +1,11 @@
1
# sigil-lsp 2
+3
## [0.13.4] - 2026-04-26+4
+5
### Changed+6
+7
- Updated `sigil-args` pin to `codeberg:sigil/sigil-args` (was `codeberg:sigil/sigil`). No behavior change.+8
9
## [0.13.3] - 2026-04-26 10
11
### Changedpackage.sglmodified
@@ -6,7 +6,7 @@
6
7
(package 8
name: "sigil-lsp"−9
version: "0.13.3"+9
version: "0.13.4" 10
description: "Language Server Protocol implementation for Sigil" 11
url: "https://codeberg.org/sigil/sigil-lsp" 12
license: "BSD-3-Clause"@@ -16,6 +16,6 @@
16
(from-git url: "codeberg:sigil/sigil-lang" package: "sigil-stdlib" version: "^0.13.1") 17
(from-git url: "codeberg:sigil/sigil-json" version: "^0.13.1") 18
(from-git url: "codeberg:sigil/sigil-log" version: "^0.13.0")−19
(from-git url: "codeberg:sigil/sigil" package: "sigil-args" version: "^0.13.1")+19
(from-git url: "codeberg:sigil/sigil-args" version: "^0.13.1") 20
(from-git url: "codeberg:sigil/sigil-format" version: "^0.13.1") 21
(from-git url: "codeberg:sigil/sigil" package: "sigil-docs" version: "^0.13.1")))