Skip to content

Commit 4c82392

Browse files
author
cranko
committed
Release commit created with Cranko.
+++ cranko-release-info-v1 [[projects]] qnames = ["tectonic_xdv", "cargo"] version = "0.3.0" age = 2 [[projects]] qnames = ["tectonic_errors", "cargo"] version = "0.3.0" age = 2 [[projects]] qnames = ["tectonic_xetex_format", "cargo"] version = "0.4.0" age = 2 [[projects]] qnames = ["tectonic_status_base", "cargo"] version = "0.2.2" age = 2 [[projects]] qnames = ["tectonic_io_base", "cargo"] version = "0.5.0" age = 2 [[projects]] qnames = ["tectonic_geturl", "cargo"] version = "0.4.0" age = 2 [[projects]] qnames = ["tectonic_docmodel", "cargo"] version = "0.3.0" age = 2 [[projects]] qnames = ["tectonic_dep_support", "cargo"] version = "0.1.2" age = 2 [[projects]] qnames = ["tectonic_cfg_support", "cargo"] version = "0.1.5" age = 2 [[projects]] qnames = ["tectonic_mac_core", "cargo"] version = "0.1.1" age = 1 [[projects]] qnames = ["tectonic_bundles", "cargo"] version = "0.4.1" age = 1 [[projects]] qnames = ["tectonic_bridge_png", "cargo"] version = "0.1.2" age = 0 [[projects]] qnames = ["tectonic_bridge_icu", "cargo"] version = "0.2.4" age = 0 [[projects]] qnames = ["tectonic_bridge_graphite2", "cargo"] version = "0.3.2" age = 0 [[projects]] qnames = ["tectonic_bridge_fontconfig", "cargo"] version = "0.1.2" age = 0 [[projects]] qnames = ["tectonic_bridge_flate", "cargo"] version = "0.1.10" age = 0 [[projects]] qnames = ["tectonic_bridge_freetype2", "cargo"] version = "0.3.2" age = 0 [[projects]] qnames = ["tectonic_bridge_harfbuzz", "cargo"] version = "0.3.2" age = 0 [[projects]] qnames = ["tectonic_bridge_core", "cargo"] version = "0.5.2" age = 0 [[projects]] qnames = ["tectonic_xetex_layout", "cargo"] version = "0.3.2" age = 0 [[projects]] qnames = ["tectonic_pdf_io", "cargo"] version = "0.5.2" age = 0 [[projects]] qnames = ["tectonic_engine_xetex", "cargo"] version = "0.5.2" age = 0 [[projects]] qnames = ["tectonic_engine_xdvipdfmx", "cargo"] version = "0.4.4" age = 0 [[projects]] qnames = ["tectonic_engine_spx2html", "cargo"] version = "0.4.2" age = 0 [[projects]] qnames = ["tectonic_engine_bibtex", "cargo"] version = "0.3.2" age = 0 [[projects]] qnames = ["tectonic", "cargo"] version = "0.16.2" age = 0 +++
2 parents 4bc7a8b + 4f35eac commit 4c82392

31 files changed

Lines changed: 66 additions & 30 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# tectonic 0.16.2 (2026-04-11)
2+
13
# tectonic 0.16.1 (2026-04-11)
24

35
- Fix for publish not going through

Cargo.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ lints.workspace = true
66

77
[package]
88
name = "tectonic"
9-
version = "0.16.1"
9+
version = "0.16.2"
1010
authors = ["Peter Williams <peter@newton.cx>"]
1111
description = """
1212
A modernized, complete, embeddable TeX/LaTeX engine. Tectonic is forked from the XeTeX

crates/bridge_core/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# tectonic_bridge_core 0.5.2 (2026-04-11)
2+
13
# tectonic_bridge_core 0.5.1 (2026-04-11)
24

35
- Fix for publish not going through

crates/bridge_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ lints.workspace = true
77

88
[package]
99
name = "tectonic_bridge_core"
10-
version = "0.5.1"
10+
version = "0.5.2"
1111
authors = ["Peter Williams <peter@newton.cx>"]
1212
description = """
1313
Exposing core backend APIs to the Tectonic C/C++ code.

crates/bridge_flate/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# tectonic_bridge_flate 0.1.10 (2026-04-11)
2+
13
# tectonic_bridge_flate 0.1.9 (2026-04-11)
24

35
- Fix for publish not going through

crates/bridge_flate/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ lints.workspace = true
77

88
[package]
99
name = "tectonic_bridge_flate"
10-
version = "0.1.9"
10+
version = "0.1.10"
1111
authors = ["Peter Williams <peter@newton.cx>"]
1212
description = """
1313
Exposing flate compression to the Tectonic C code.

crates/bridge_fontconfig/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# tectonic_bridge_fontconfig 0.1.2 (2026-04-11)
2+
3+
- Add license
4+
15
# tectonic_bridge_fontconfig 0.1.1 (2026-04-11)
26

37
- Update bridge_fontconfig for publish

crates/bridge_fontconfig/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ lints.workspace = true
22

33
[package]
44
name = "tectonic_bridge_fontconfig"
5-
version = "0.1.1"
5+
license = "MIT"
6+
version = "0.1.2"
67
edition = "2021"
78
links = "fontconfig"
89
description = """

crates/bridge_freetype2/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# tectonic_bridge_freetype2 0.3.2 (2026-04-11)
2+
13
# tectonic_bridge_freetype2 0.3.1 (2026-04-11)
24

35
- Fix for publish not going through

0 commit comments

Comments
 (0)