Skip to content

Commit 692b77b

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 990e9b3 commit 692b77b

3 files changed

Lines changed: 17 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.19.0] - 2025-05-23
13+
14+
Includes updates to core through commit: [2a9f32a](https://github.com/PreTeXtBook/pretext/commit/2a9f32ab41c6329d09961f0b9cd5e05424e61155)
15+
1216
## Added
1317

1418
- You can now build standalone targets as PDF, HTML, or a SCORM archive using `pretext build html -i path/to/ptx/file`. Output will be placed adjacent to source.

pretext/resources/resource_hash_table.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,5 +224,17 @@
224224
"installPandoc.sh": "4317f77395659373d907b6fbffac735ef632769b955fa6a7a5f27e13ce468ecb",
225225
"installLatex.sh": "4db3aee681922a3beb5de9708f5e264eb2d87610da7a428bb7bfe222000e7551",
226226
"installSage.sh": "62cb33f3e59dbd485981c44bcd8c9b02eba0721b26a63f6c4dac9905047349a2"
227+
},
228+
"2.19.0": {
229+
"project.ptx": "a40aecf6713fced5f8716ef30a4c4f1ac81a4e4e79eb2c59e2f555f9a19e3308",
230+
"codechat_config.yaml": "3ee8b3f9e29cba6284cf98e02e20e11fbd9ca93a215086a33d5fbe585d78a5ff",
231+
".gitignore": "e2a1270e6a64fe5cb93e51c4a4839ebbd0882372ec319275159f81fa50450d55",
232+
"devcontainer.json": "6b8f81e4348eda94d3e5fa3f08ce60f5c73b46cae893478a9e9949be16fff267",
233+
"pretext-cli.yml": "05ebcf3f3a467fbddb01f2a56a6f9e212f004b5daff9b45ad7cf8fa068c52bfe",
234+
"pretext-deploy.yml": "8dfbaecb43378c26e9fd5d96a73993d5a6d314cca7002d41c93c73c70faf9f02",
235+
"installPretext.sh": "3f1d74a938872b6fd6bbce9314ebabcb4de54b420fec815447c5fea97f6c3d89",
236+
"installPandoc.sh": "22284ea7c9721d18d73730cb2fddbefba57fcefad7f381e12a2c47cdd4495870",
237+
"installLatex.sh": "19c4c4f7b4c6e51232e2ad3ac3090e8261f81cf4c2785e1fb68be4ea70cf1a2a",
238+
"installSage.sh": "c0469581e96832fe9fb0be0c81c002c59029ace5397d26af00d96d9c0e99ae8a"
227239
}
228240
}

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.18.4"
14+
version = "2.19.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)