Skip to content

Commit 742eddd

Browse files
github-actions[bot]oscarlevin via GitHub Actions
andauthored
2.38.0 deploy (#1133)
* 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 1a8b8a5 commit 742eddd

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

1418
- Support for "paragraphs" element in printouts (worksheets and handouts).

pretext/resources/resource_hash_table.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,5 +558,14 @@
558558
"pretext-cli.yml": "c0ae956c666017f69d184945530a05d504690d912b3594e0aa8e701271181896",
559559
"pretext-deploy.yml": "6b414d4431d1800a35750467d14568bdc70ba206b6bd9133c8a876ee2f182150",
560560
"installPandoc.sh": "7bc874408ba2102f1a362a60eeeff9824f46592bbcb8cfe4ce51e49843f5db8f"
561+
},
562+
"2.38.0": {
563+
"project.ptx": "ac25d7ba1bd90a8a065a012c32d837990c0d8b83df28b4b13b5bea8ecf212f1f",
564+
"codechat_config.yaml": "df05722fb84be6c644323fade675c64e09d1287cd5ecbfb1941245617711b479",
565+
".gitignore": "f37ca83cee6955f477a3123a940dd66c8b7ca2b1e9f54b5879aa9261f52f3c3f",
566+
"devcontainer.json": "0d3b25ed3665f9c34ef0038112493fa1e5beca6f5610cec85edad18343132635",
567+
"pretext-cli.yml": "9bcc0a71e6e712be4cc1ba44ade3e0c06db513448f571cf5d5b88103711fd993",
568+
"pretext-deploy.yml": "28e1ccae51fe1cf3b065ead56d1cd0b2c452e92092b67adc1896e642be35b6f5",
569+
"installPandoc.sh": "60abf2fcbf043c2168cb8fcaf8d5b06481bba0b1ca8328b641d1b485aacf89c4"
561570
}
562571
}

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.37.2"
14+
version = "2.38.1"
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)