Skip to content

Commit 0781cf9

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 4f1521c commit 0781cf9

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.20.0] - 2025-06-20
13+
14+
Includes updates to core through commit: [1ef97c0](https://github.com/PreTeXtBook/pretext/commit/1ef97c03fda832b25d60d78edfbc729ee3a75683)
15+
1216

1317
### Changed
1418

pretext/resources/resource_hash_table.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,5 +282,15 @@
282282
"pretext-deploy.yml": "25857a8fff8bdc7a77db07a1d5745faffe1e1954f32037fe658431f3d30aa9e7",
283283
"installPandoc.sh": "dad9b628ac453a8ae45ce78f5228cf2ea6413f12e33194abe249ea2f69f60d35",
284284
"installSage.sh": "75e746217f7459f62d140a82a20bbf7e7be094e0d68aeabfaed9fca6efa95476"
285+
},
286+
"2.20.0": {
287+
"project.ptx": "5deb0da5933bda97fa2b29fbf2c0ddb440a2992e80e4579908ec4d5498ff836f",
288+
"codechat_config.yaml": "08c16d35df0774dc21df3c7f067e007dd75094eccd0b2505d69756300981e219",
289+
".gitignore": "c0dbfbba5b2208424300984bbd262d85fd52251472ed6fc6c5a3f59f2a9d7d95",
290+
"devcontainer.json": "68ba24af0a7f52c9190e41f3b37d78c04f56dc0c8d7468f3ad360aa34033a126",
291+
"pretext-cli.yml": "f967a4957b680e28b71d18c9a7de3b472f7e054820083b43a90542468e3caa3b",
292+
"pretext-deploy.yml": "45e908d5e3198a6289ec4223084c01f193e4dc3fc1254370822bdbd4b13d1bc2",
293+
"installPandoc.sh": "1187555fb9169fe2bdb27dff7bee0f19e45758ac3b48642d7451c0faffd946f9",
294+
"installSage.sh": "2c86ef285bf6fe0ae2f481a0e3475869f2c15e7a6c730af82380c739d2d5ef0e"
285295
}
286296
}

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.19.4"
14+
version = "2.20.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)