Skip to content

Commit 5e97feb

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 9113351 commit 5e97feb

3 files changed

Lines changed: 16 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.16.0] - 2025-04-07
13+
14+
Includes updates to core through commit: [7017d8f](https://github.com/PreTeXtBook/pretext/commit/7017d8fcc7005984ffc7fad81d0a37062a529a9d)
15+
1216
### Addded
1317

1418
- New option for `pretext deploy`. If you pass `--no-push` then deploy will commit your output to the `gh-pages` branch but not push. This can be useful for CI/CD workflows or in case deploy encounters an authentication error.

pretext/resources/resource_hash_table.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,16 @@
9393
"installPandoc.sh": "615e3111ba699ee387e3f1dd829a4d19f3be0f5dea94895f5f52fcb7dac48dfd",
9494
"installLatex.sh": "2a72ac6d45c58c81126e7d743113f4d08510496d0ae8ce015c18da6f2a954968",
9595
"installSage.sh": "66364cf54d30a278a3de9cf643e0497548a5f49b7c738bfc2dd56088471813f9"
96+
},
97+
"2.16.0": {
98+
"project.ptx": "2dca8e64624c9dd21164c3212781b585c2e2f6ece1cc3ec232d4d2aca2d8cab5",
99+
"codechat_config.yaml": "20f6d54182a17d0d439b8b7eb741a98465ded09387308396072fa01ed2959b2c",
100+
".gitignore": "7260b47137f53bb1ea4c880f3d6b57e9c3e1bd219fe80552eb10bc1aecb67d22",
101+
"devcontainer.json": "704f2151015aa39d4e7d8d24398c8ec174efdbdd7da6ba1033084565e7ec0f68",
102+
"pretext-cli.yml": "3ccd0a12ae34c136c2ede85c0411440573a45c305d381ede551a05fb15c7fbea",
103+
"installPretext.sh": "7b471d1e45238f5473f6120f44f3622adbb3d29bb389abc507744fa8ef1ba63f",
104+
"installPandoc.sh": "a996c50dcc083be7f7f03e38976de0abc1bc7bede0f0b8cb61b4f8dd660a4071",
105+
"installLatex.sh": "9c530e389b443528eb1d0587bb7b7c7e8b83e590ab3bfc533f89b0cdd2dd711e",
106+
"installSage.sh": "239d8792b782486f79936abdaa7556d9a1899448a0c37335e1d4c7207becd8b0"
96107
}
97108
}

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.15.3"
14+
version = "2.16.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)