Skip to content

Commit b60a774

Browse files
committed
prepare new patch release
1 parent bb86ff1 commit b60a774

File tree

4 files changed

+94
-24
lines changed

4 files changed

+94
-24
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ Instructions: Add a subsection under `[Unreleased]` for additions, fixes, change
99

1010
## [Unreleased]
1111

12+
### Fixed
13+
14+
- Fix for fill-ins for Runestone builds
15+
- Annotated prefigure diagrams in printouts now correctly hide instructions.
16+
1217
## [2.38.1] - 2026-04-04
1318

1419
Includes updates to core through commit: [80f77ab](https://github.com/PreTeXtBook/pretext/commit/80f77abc530ebb9338b3fdfc8b349fdc2a919d4b)

poetry.lock

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

pretext/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
VERSION = get_version("pretext", Path(__file__).parent.parent)
2020

2121

22-
CORE_COMMIT = "80f77abc530ebb9338b3fdfc8b349fdc2a919d4b"
22+
CORE_COMMIT = "22c2cd36f996308ae16df2b77aa60ee9af5a8e69"
2323

2424

2525
def activate() -> None:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ plastex = "^3"
4545
jinja2 = "^3"
4646
coloraide = "^4"
4747
pelican = { extras = ["markdown"], version = "^4.10", optional = true }
48-
prefig = { extras = ["text"], version = "^0.5.13", optional = true }
48+
prefig = { extras = ["text"], version = "^0.5.14", optional = true }
4949
citeproc-py = "^0"
5050

5151

0 commit comments

Comments
 (0)