Skip to content

Commit eb43101

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 a17bf3c commit eb43101

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

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.36.0] - 2026-01-14
13+
14+
Includes updates to core through commit: [3b7177a](https://github.com/PreTeXtBook/pretext/commit/3b7177a830a26fbb7595a2edeaf09478ca71ac93)
15+
1216
### Added
1317

1418
- Support for headers and footers in worksheets and handouts.

pretext/resources/resource_hash_table.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,5 +540,14 @@
540540
"pretext-cli.yml": "f1ae4c4b6657f653b64ed660bf5ac2d253d6200c37685743606fba7469a3c4dd",
541541
"pretext-deploy.yml": "9bdb2fdd76dbe3b90e7f4041090cd777d8dcffd70fefbdecc2a062c85d1ab6fd",
542542
"installPandoc.sh": "20f20db174c4b862671b940889427d4715cca761abde254ef25a1200d7854859"
543+
},
544+
"2.36.0": {
545+
"project.ptx": "0beb831027f1ad42c427bc9e791bce3c3355c82694e29c4081e261d3071f8081",
546+
"codechat_config.yaml": "ae8efb5daa611697f1c76dea0ff74f42e2f2df8175944f19f61a750840725ace",
547+
".gitignore": "f4a190d78b4078198589e58dc10bd91ec58c3192d36cf18fd7eca235409c8aea",
548+
"devcontainer.json": "5eb2e0d15240cd59d0632a09acdf8205439781d10178ea3b3b0bb06fb2087ef6",
549+
"pretext-cli.yml": "29aa4729d4fcbf839bc1b40b5b5489c2cdc0cbef80929944bc5db362fc475ca1",
550+
"pretext-deploy.yml": "a1bc0694b9f9f89ef02a5c30e678cd722a79f160b7452238274605671a23e280",
551+
"installPandoc.sh": "8e0e428b16cff35223a3e8eabc8fec96dd1cc5d3502cf287b8ea2b9213b09e41"
543552
}
544553
}

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.35.1"
14+
version = "2.36.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)