Commit353b8ec1Recorded26 Apr 2026Repositorysigil-repl

Update sigil-docs pin to codeberg:sigil/sigil-docs, bump to 0.13.4

Message

sigil-docs was extracted to its own standalone repo; switching the pin to the canonical URL. No behavior change.

Changed
 CHANGELOG.md | 6 ++++++
 package.sgl  | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)
Diff
CHANGELOG.mdmodified
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/),
6
and this project adheres to [Semantic Versioning](https://semver.org/).
7
+8
## [0.13.4] - 2026-04-26
+9
+10
### Changed
+11
+12
- Updated `sigil-docs` pin to `codeberg:sigil/sigil-docs` (was `codeberg:sigil/sigil`). No behavior change.
+13
14
## [0.13.3] - 2026-04-26
15
16
### Changed
package.sglmodified
@@ -7,7 +7,7 @@
7
(package
8
name: "sigil-repl"
9
description: "Interactive REPL for Sigil"
10
version: "0.13.3"
+10
version: "0.13.4"
11
url: "https://codeberg.org/sigil/sigil-repl"
12
license: "BSD-3-Clause"
13
authors: (list "David Wilson <[email protected]>")
@@ -16,4 +16,4 @@
16
(from-git url: "codeberg:sigil/sigil-lang" package: "sigil-stdlib" version: "^0.13.1")
17
(from-git url: "codeberg:sigil/sigil-ansi" version: "^0.13.1")
18
(from-git url: "codeberg:sigil/sigil-hooks" version: "^0.13.1")
19
(from-git url: "codeberg:sigil/sigil" package: "sigil-docs" version: "^0.13.1")))
+19
(from-git url: "codeberg:sigil/sigil-docs" version: "^0.13.1")))