Skip to content

Commit b36c83f

Browse files
author
cranko
committed
Release request commit created with Cranko.
+++ cranko-rc-info-v1 [[projects]] qnames = ["tectonic_mac_core", "cargo"] bump_spec = "micro bump" [[projects]] qnames = ["tectonic_bundles", "cargo"] bump_spec = "micro bump" [[projects]] qnames = ["tectonic_bridge_png", "cargo"] bump_spec = "micro bump" [[projects]] qnames = ["tectonic_bridge_icu", "cargo"] bump_spec = "micro bump" [[projects]] qnames = ["tectonic_bridge_graphite2", "cargo"] bump_spec = "micro bump" [[projects]] qnames = ["tectonic_bridge_fontconfig", "cargo"] bump_spec = "micro bump" [[projects]] qnames = ["tectonic_bridge_flate", "cargo"] bump_spec = "micro bump" [[projects]] qnames = ["tectonic_bridge_freetype2", "cargo"] bump_spec = "micro bump" [[projects]] qnames = ["tectonic_bridge_harfbuzz", "cargo"] bump_spec = "micro bump" [[projects]] qnames = ["tectonic_bridge_core", "cargo"] bump_spec = "micro bump" [[projects]] qnames = ["tectonic_xetex_layout", "cargo"] bump_spec = "micro bump" [[projects]] qnames = ["tectonic_pdf_io", "cargo"] bump_spec = "micro bump" [[projects]] qnames = ["tectonic_engine_xetex", "cargo"] bump_spec = "micro bump" [[projects]] qnames = ["tectonic_engine_xdvipdfmx", "cargo"] bump_spec = "micro bump" [[projects]] qnames = ["tectonic_engine_spx2html", "cargo"] bump_spec = "micro bump" [[projects]] qnames = ["tectonic_engine_bibtex", "cargo"] bump_spec = "micro bump" [[projects]] qnames = ["tectonic", "cargo"] bump_spec = "micro bump" +++
2 parents 32fc3da + 544c6ff commit b36c83f

32 files changed

Lines changed: 203 additions & 380 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# rc: minor bump
1+
# rc: micro bump
2+
3+
- Fix for publish not going through
4+
5+
6+
# tectonic 0.16.0 (2026-04-11)
27

38
The first release of tectonic in several years! There's a lot in this one.
49

crates/bridge_core/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# rc: minor bump
1+
# rc: micro bump
2+
3+
- Fix for publish not going through
4+
5+
6+
# tectonic_bridge_core 0.5.0 (2026-04-11)
27

38
- Expose more types and functions to Rust to support non-C backends
49
- Global lint fixes

crates/bridge_flate/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# rc: micro bump
22

3+
- Fix for publish not going through
4+
5+
6+
# tectonic_bridge_flate 0.1.8 (2026-04-11)
7+
38
- Global lint fixes
49
- Update to edition 2021
510

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# rc: minor bump
1+
# rc: micro bump
2+
3+
- Update bridge_fontconfig for publish
4+
5+
# tectonic_bridge_fontconfig 0.1.0 (2026-04-11)
26

37
A new bridge for use in the `tectonic_xetex_layout` rewrite to Rust. Exposes fontconfig APIs.
48

crates/bridge_fontconfig/Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ name = "tectonic_bridge_fontconfig"
55
version = "0.0.0-dev.0"
66
edition = "2021"
77
links = "fontconfig"
8+
description = """
9+
Exposing fontconfig APIs to the Tectonic C/C++ and Rust code.
10+
"""
11+
homepage = "https://tectonic-typesetting.github.io/"
12+
documentation = "https://docs.rs/tectonic_bridge_fontconfig"
13+
repository = "https://github.com/tectonic-typesetting/tectonic/"
14+
readme = "README.md"
815

916
[dependencies]
1017
libc = "0.2"

crates/bridge_fontconfig/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# The `tectonic_bridge_fontconfig` create
2+
3+
This crate is part of
4+
[the Tectonic project](https://tectonic-typesetting.github.io/en-US/). It exposes
5+
fontconfig APIs into Rust code safely, as well as the *C* API
6+
of the [FreeType] font rendering engine within the Rust/Cargo build framework.
7+
8+
[![](http://meritbadge.herokuapp.com/tectonic_bridge_fontconfig)](https://crates.io/crates/tectonic_bridge_fontconfig)
9+
10+
- [API documentation](https://docs.rs/tectonic_bridge_fontconfig/).
11+
- [Main Git repository](https://github.com/tectonic-typesetting/tectonic/).

crates/bridge_freetype2/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# rc: minor bump
1+
# rc: micro bump
2+
3+
- Fix for publish not going through
4+
5+
6+
# tectonic_bridge_freetype2 0.3.0 (2026-04-11)
27

38
- Global lint fixes
49
- Update to edition 2021

crates/bridge_graphite2/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# rc: minor bump
1+
# rc: micro bump
2+
3+
- Fix for publish not going through
4+
5+
6+
# tectonic_bridge_graphite2 0.3.0 (2026-04-11)
27

38
- Global lint fixes
49
- Update to edition 2021

crates/bridge_harfbuzz/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# rc: minor bump
1+
# rc: micro bump
2+
3+
- Fix for publish not going through
4+
5+
6+
# tectonic_bridge_harfbuzz 0.3.0 (2026-04-11)
27

38
- Global lint fixes
49
- Update to edition 2021

crates/bridge_icu/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# rc: micro bump
22

3+
- Fix for publish not going through
4+
5+
6+
# tectonic_bridge_icu 0.2.2 (2026-04-11)
7+
38
- Global lint fixes
49
- Update to edition 2021
510

0 commit comments

Comments
 (0)