Skip to content

Commit 7c0a736

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 b60a774 commit 7c0a736

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.2] - 2026-04-07
13+
14+
Includes updates to core through commit: [22c2cd3](https://github.com/PreTeXtBook/pretext/commit/22c2cd36f996308ae16df2b77aa60ee9af5a8e69)
15+
1216
### Fixed
1317

1418
- Fix for fill-ins for Runestone builds

pretext/resources/resource_hash_table.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,5 +576,14 @@
576576
"pretext-cli.yml": "8a2e0f0275110d7e5591cbea07acaedac209ae4de6aec58de09b169e407d1bfa",
577577
"pretext-deploy.yml": "6bf8d008bea147e109547afdf8b0e5f35abb5b379eae430410b875c8bb9c20c2",
578578
"installPandoc.sh": "7e51c09df61edd96948facbd653fd27ed32f336eed9724c00f8fa04279ec130c"
579+
},
580+
"2.38.2": {
581+
"project.ptx": "eef3fd844d7708fbbd9f3b888a8624a9b37ba67ffa923ba4cec904d97cb5cd11",
582+
"codechat_config.yaml": "b1b7c3335bd5d4d0ac7d1c5fdb4945517437c3ce3a9dd653485aeae01e15580a",
583+
".gitignore": "5e25b051aae4ea2c74564d2320adadd9b2f707cd9ef3a7e203f90f8edf65a50e",
584+
"devcontainer.json": "ff40f53e80fb226903ae0b7e44507d76a8c579e4aaaea552cb073ff87457f485",
585+
"pretext-cli.yml": "bb765dbebd3db28d888ef1c4dc510af52057c756367ba0473199c39ea65b21ae",
586+
"pretext-deploy.yml": "13485775036fc7cf8c1500cc9c2d4b35ca61d66ae6f395041663885651f2a388",
587+
"installPandoc.sh": "a56c69f475c21a7b6f186b1c047bff045f59c3d2716c4dd7ff44b2cceefb0931"
579588
}
580589
}

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.2"
14+
version = "2.38.3"
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)