Commit7b039ef4Recorded26 Apr 2026Repositorysigil-repl

Update dep pins for upstream extractions, bump to 0.13.3

Message
  • sigil-stdlib: codeberg:sigil/sigil package:sigil-stdlib → codeberg:sigil/sigil-lang package:sigil-stdlib
  • sigil-ansi: codeberg:sigil/sigil package:sigil-ansi → codeberg:sigil/sigil-ansi (now standalone)

No behavior change.

Changed
 CHANGELOG.md | 6 ++++++
 package.sgl  | 6 +++---
 2 files changed, 9 insertions(+), 3 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.3] - 2026-04-26
+9
+10
### Changed
+11
+12
- Updated dep pins for upstream extractions: `sigil-stdlib` now pulled from `codeberg:sigil/sigil-lang` (was `codeberg:sigil/sigil`), `sigil-ansi` from `codeberg:sigil/sigil-ansi` (was `codeberg:sigil/sigil`). No behavior change.
+13
14
## [0.1.0] - 2026-01-09
15
16
### Other
package.sglmodified
@@ -7,13 +7,13 @@
7
(package
8
name: "sigil-repl"
9
description: "Interactive REPL for Sigil"
10
version: "0.13.2"
+10
version: "0.13.3"
11
url: "https://codeberg.org/sigil/sigil-repl"
12
license: "BSD-3-Clause"
13
authors: (list "David Wilson <[email protected]>")
14
15
dependencies: (list
16
(from-git url: "codeberg:sigil/sigil" package: "sigil-stdlib" version: "^0.13.1")
17
(from-git url: "codeberg:sigil/sigil" package: "sigil-ansi" version: "^0.13.1")
+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")))