Skip to content

Commit 1bee4f7

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 c7916a2 commit 1bee4f7

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.29.0] - 2025-08-26
13+
14+
Includes updates to core through commit: [38f9e6c](https://github.com/PreTeXtBook/pretext/commit/38f9e6c394e64463946ccad634359345c207093e)
15+
1216
### Added
1317

1418
- A description list (`dl`) can now be set to `@width="wide"` to give more room for the titles/terms.

pretext/resources/resource_hash_table.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,5 +412,15 @@
412412
"pretext-deploy.yml": "7a81f6cc8bafaa250d2bef8821b65c41d948d7a12631d5806a8acd8ff94544b7",
413413
"installPandoc.sh": "cc1c34b86735bdb4c805da420bcb3d0361f12d43b1c7eaa3efcf63231cde9c5c",
414414
"installSage.sh": "c42e387d9c32c78435f33deb0f66faf18f90324befb0a196dde055c68c4ed6ad"
415+
},
416+
"2.29.0": {
417+
"project.ptx": "0b0e92579ef8e3c792581f7a0310b613eaeb43ad6b416e7a5c18de6e4d188dc5",
418+
"codechat_config.yaml": "384f23fe197ab5224a72caaf3bca4d01517afca701d0e6cf670535e1bbedab58",
419+
".gitignore": "1968241934a0a3656c3b132249892b6472ed21c8298247ada433083ed7cdb174",
420+
"devcontainer.json": "06e24629f62ed9d1823989d459c8ad9ee3891187dfa728618fad595f09d91a75",
421+
"pretext-cli.yml": "d17d41eb0dc45017ca17e1400da6852b5bc8a8fd4cc92dc2e74cfa7ff1fcf234",
422+
"pretext-deploy.yml": "038a395ec27123d280a71c3d5b0662c0f2afa8fe8bb03e4f193226a57616c0e9",
423+
"installPandoc.sh": "4d4d2fd80e6cbddf1d8c7ada76f83a8d21bc6a1a10c7a5bc6fecd6ecdba30f65",
424+
"installSage.sh": "67be671ebaed2e487dd21ee203dc0ce99373c1c9940e4f39d71bedc96159db27"
415425
}
416426
}

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.28.3"
14+
version = "2.29.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)