Skip to content

Commit 21ca129

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 8ea4ff1 commit 21ca129

3 files changed

Lines changed: 15 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.23.1] - 2025-07-14
13+
14+
Includes updates to core through commit: [c750a05](https://github.com/PreTeXtBook/pretext/commit/c750a05a2c35cad67dd269682e1618e3c1eb63dc)
15+
1216
### Fixed
1317

1418
- Better error messages when node version is too low for FITB generation step.

pretext/resources/resource_hash_table.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,5 +322,15 @@
322322
"pretext-deploy.yml": "0d346a3b5d96059e5c5dce6b566d125a7b6ac25c4b8d68e1a445cca32712c453",
323323
"installPandoc.sh": "e165f40e3f065e80c068e33c4666066c1f1f36936770b2d6f8c6fab2fc9b56f9",
324324
"installSage.sh": "0fd082e41d271697cc62bc1913bc0d05acd36c4608c7c19f25d095c4af6dd6a5"
325+
},
326+
"2.23.1": {
327+
"project.ptx": "20cb50878c79be8f5adf8998a34e22b42d8dd46748a240ec9372f4bcefeb3ccb",
328+
"codechat_config.yaml": "8e059a56217681c251f00818159d1f004806e246ae1f62fa4fb62a41c184e34d",
329+
".gitignore": "2d6240957f5cc5029756c1554ca6af8e80ac8a7f96d13123b971f6cb63fec2aa",
330+
"devcontainer.json": "67fc2b8928610167efa5fbead213ec1808c492f7282fc48837f441ec77d9f4c7",
331+
"pretext-cli.yml": "7f18e9b2ed9ff7fad0c078c21fe2a6bc71d401aeb4da6c11937262fcc49ce427",
332+
"pretext-deploy.yml": "d5d956070c6ead43437037ca2ea1ca56b88a9b17bbe0f7aaf81e0dbd37895e00",
333+
"installPandoc.sh": "04ee0175e3be30fd29bb505d7efd2b51bd3cb1dd21cef4e1a7f5eadb31a391f1",
334+
"installSage.sh": "97df5407a1ce333c647567ec210f8cfb99e5c14a03443644ae6c0d01febcc447"
325335
}
326336
}

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.23.1"
14+
version = "2.23.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)