Skip to content

Commit bb86ff1

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 1f622b8 commit bb86ff1

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

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.1] - 2026-04-04
13+
14+
Includes updates to core through commit: [80f77ab](https://github.com/PreTeXtBook/pretext/commit/80f77abc530ebb9338b3fdfc8b349fdc2a919d4b)
15+
1216
### Added
1317

1418
- Backlinks on solutions and hints to their corresponding tasks in the main text.

pretext/resources/resource_hash_table.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,5 +567,14 @@
567567
"pretext-cli.yml": "9bcc0a71e6e712be4cc1ba44ade3e0c06db513448f571cf5d5b88103711fd993",
568568
"pretext-deploy.yml": "28e1ccae51fe1cf3b065ead56d1cd0b2c452e92092b67adc1896e642be35b6f5",
569569
"installPandoc.sh": "60abf2fcbf043c2168cb8fcaf8d5b06481bba0b1ca8328b641d1b485aacf89c4"
570+
},
571+
"2.38.1": {
572+
"project.ptx": "e294c42c540c732f335e36a05edbb1c3c42828250c2bb66d2675db9994170440",
573+
"codechat_config.yaml": "6d6d85ca1a59b9fdd11f24a4883a3c1a43edb8efafacec84858dcfb50d73d475",
574+
".gitignore": "2550701f68bb74aa65dc1ed35da73c5f73bec98ef340f53233e85a32b3a9b7b8",
575+
"devcontainer.json": "c3770b864a955510e669f20e07eee299f31d170f0dd66d71eb0ef8211396c1a3",
576+
"pretext-cli.yml": "8a2e0f0275110d7e5591cbea07acaedac209ae4de6aec58de09b169e407d1bfa",
577+
"pretext-deploy.yml": "6bf8d008bea147e109547afdf8b0e5f35abb5b379eae430410b875c8bb9c20c2",
578+
"installPandoc.sh": "7e51c09df61edd96948facbd653fd27ed32f336eed9724c00f8fa04279ec130c"
570579
}
571580
}

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.1"
14+
version = "2.38.2"
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)