Skip to content

Commit 2d32b67

Browse files
github-actions[bot]oscarlevin via GitHub Actions
andauthored
Update changelog and bump version to next patch level for nightly releases
* update changelog for release * bump version to next patch level for nightly releases * commit changes to resource_hash_table.json --------- Co-authored-by: oscarlevin via GitHub Actions <oscarlevin@github_actions.no_reply>
1 parent 684aa93 commit 2d32b67

3 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

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

1010
## [Unreleased]
1111

12+
## [2.38.3] - 2026-04-21
13+
14+
Includes updates to core through commit: [f22ebc5](https://github.com/PreTeXtBook/pretext/commit/f22ebc5d4ac96835c69e141ce89bd313c33210a2)
15+
1216
### Added
1317

1418
- Better support for building latex from pretext: detects when latex needs to be rerun multiple times.

pretext/resources/resource_hash_table.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -585,5 +585,14 @@
585585
"pretext-cli.yml": "bb765dbebd3db28d888ef1c4dc510af52057c756367ba0473199c39ea65b21ae",
586586
"pretext-deploy.yml": "13485775036fc7cf8c1500cc9c2d4b35ca61d66ae6f395041663885651f2a388",
587587
"installPandoc.sh": "a56c69f475c21a7b6f186b1c047bff045f59c3d2716c4dd7ff44b2cceefb0931"
588+
},
589+
"2.38.3": {
590+
"project.ptx": "9f48fae4a3e4220a215ace8ad1eff6329c55681a95f62fe53152fe5e20bc9da5",
591+
"codechat_config.yaml": "02eb0c5480dc97895a8affa188446cd9b999bf90667e632e718b033fa3bb08a7",
592+
".gitignore": "81e5b478ad71c2f54df6472e0fbf053cae531b16c152ad0a4936f20ec40981e5",
593+
"devcontainer.json": "5691aed82ad7781b44994fa6c22187334c07cafe5845702e6a341a3db7cd65b8",
594+
"pretext-cli.yml": "2fc5c5b6d2e1c2caafb336fde9ede126feabec043b08aae5008460b6b8c8ecd3",
595+
"pretext-deploy.yml": "a2a036866ca2cc3ec3bdbcf09199f30bca1261133d7fd4579930123679daea76",
596+
"installPandoc.sh": "a5ef54a68b72d199b681d35688fb7f9eff220bd7a7e42a149050581e5f5816a5"
588597
}
589598
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# ----------------
1212
[tool.poetry]
1313
name = "pretext"
14-
version = "2.38.3"
14+
version = "2.38.4"
1515
description = "A package to author, build, and deploy PreTeXt projects."
1616
readme = "README.md"
1717
homepage = "https://pretextbook.org"

0 commit comments

Comments
 (0)