Skip to content

Commit 121246d

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 a7c3ee2 commit 121246d

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-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.30.2] - 2025-11-11
13+
14+
Includes updates to core through commit: [ad3ef3f](https://github.com/PreTeXtBook/pretext/commit/ad3ef3fb102bf393b9fe33ecb242848e5ca6b0df)
15+
1216
### Changed
1317

1418
- Runestone builds no longer try to generate codechat mapping (if you want to use codechat previews, use a non-runestone html build).

pretext/resources/resource_hash_table.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,5 +462,15 @@
462462
"pretext-deploy.yml": "efb9c4e572e29b4651f709a3e6afc41d71b49834e6c806deff98ca970e1971bc",
463463
"installPandoc.sh": "d8816629505566db47e35fc3d4b4e55e943e43d105d110062b7ec269c0360cdd",
464464
"installSage.sh": "4b40e6d0cf1fe36e323ef8cff95bbf3145630eddbde05d4b50088db48b47ebe6"
465+
},
466+
"2.30.2": {
467+
"project.ptx": "374bbcc7a4bd8613ea6c40ecddd939e041bea58e9f2caf0b2b80438a303c076a",
468+
"codechat_config.yaml": "a34764156514bd435f959f86ea22bd28d177e7d03855da7617a280c484079837",
469+
".gitignore": "9e6956b339a949abfe62dcfccc8c08714bfbfb73058f949b083b145ca0704b7a",
470+
"devcontainer.json": "b3b5fa276352aed3c0eda85e5ae3e740af939c5acd630518804865f1ddc6daa3",
471+
"pretext-cli.yml": "b2fcff690d62d18f8cfc73ea719f9184070b94368352e8b003023f5565441717",
472+
"pretext-deploy.yml": "4f9a879c43b638f942322f72b6ea0de0d6c969344bb84b37608685f4d53e886e",
473+
"installPandoc.sh": "bc83003d2e8769360352183aa7faaa6d06fb442db521869386705250e5fc1c51",
474+
"installSage.sh": "dc8a594debd5401ff1fe3a945eb831f40370228cd74cbb852fed290357624178"
465475
}
466476
}

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.30.2"
14+
version = "2.30.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)