Skip to content

Commit 9c8bf2e

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 975da2e commit 9c8bf2e

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.22.0] - 2025-07-05
13+
14+
Includes updates to core through commit: [e6f9288](https://github.com/PreTeXtBook/pretext/commit/e6f92889e1e4978f71d7417be410ca379d6e9eff)
15+
1216
### Changed
1317

1418
- Printing worksheets from HTML should work a lot better now. The "Print preview" page now matches the printed output, and you can toggle between letter and a4. Worksheets can be authored with or without `<page>` elements and still get good results.

pretext/resources/resource_hash_table.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,5 +302,15 @@
302302
"pretext-deploy.yml": "d310b6fea332fbef338c13ecdbb02b953333c49eedb59a7e1f19cfaa0583274f",
303303
"installPandoc.sh": "7d1446a26d1be77524bd293883952ee7558ad3d3656622973ea2ddc6ceaf0dfe",
304304
"installSage.sh": "4998dc42fc9265ca48fec716d52b18d5358d13cdc39d9936bd8aa7b8d57b4767"
305+
},
306+
"2.22.0": {
307+
"project.ptx": "7af87c88bd2ef9625068e004c5e6dbd9d66d2d9068a824ea79f745cae6a8141c",
308+
"codechat_config.yaml": "a28192c8b4db755553967ebf690d8e680c5b34058fcc319d9065d9d96762dc7d",
309+
".gitignore": "bd9d004ba22c79fdc38a1cd489505ad7740a48d7f3d8ce85556c8201543dcb00",
310+
"devcontainer.json": "f65a36292a3f2701534c4916d6e3ccb12ae827d065051312121f3b10c64bf0e5",
311+
"pretext-cli.yml": "db728ef332278fde30db2cd40d15b0c0e71c3e7a56b79f8da039255d3fff8969",
312+
"pretext-deploy.yml": "522de4fdd3abac688aca008d7fc452d9921b767dc047957cdaceb1109a0f70bb",
313+
"installPandoc.sh": "3882abdb8709b241796e030db622cae4bdd616b40fc580c1706a1a9c976e603c",
314+
"installSage.sh": "9a4ed5e41a901adcde5fcd812a8567e8c9086052f2ea4ca419e381882156b4ce"
305315
}
306316
}

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.21.1"
14+
version = "2.22.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)