-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release request commit created with Cranko.
+++ cranko-rc-info-v1 [[projects]] qnames = ["tectonic_xdv", "cargo"] bump_spec = "minor bump" [[projects]] qnames = ["tectonic_xetex_format", "cargo"] bump_spec = "force 0.1.0" [[projects]] qnames = ["tectonic_io_base", "cargo"] bump_spec = "minor bump" [[projects]] qnames = ["tectonic_geturl", "cargo"] bump_spec = "micro bump" [[projects]] qnames = ["tectonic_docmodel", "cargo"] bump_spec = "micro bump" [[projects]] qnames = ["tectonic_cfg_support", "cargo"] bump_spec = "micro bump" [[projects]] qnames = ["tectonic_bridge_harfbuzz", "cargo"] bump_spec = "micro bump" +++
- Loading branch information
Showing
80 changed files
with
11,546 additions
and
3,895 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,45 @@ | ||
# See elsewhere for changelog | ||
# rc: micro bump | ||
|
||
This project’s release notes are curated from the Git history of its main | ||
branch. You can find them by looking at [the version of this file on the | ||
`release` branch][branch] or the [GitHub release history][gh-releases]. | ||
- Update the vendored Harfbuzz to 3.0.0. | ||
|
||
[branch]: https://github.com/tectonic-typesetting/tectonic/blob/release/crates/bridge_harfbuzz/CHANGELOG.md | ||
[gh-releases]: https://github.com/tectonic-typesetting/tectonic/releases | ||
|
||
# tectonic_bridge_harfbuzz 0.2.3 (2021-10-11) | ||
|
||
- Update the vendored Harfbuzz source to | ||
- Fixes for Clippy 1.53.0 | ||
|
||
|
||
# tectonic_bridge_harfbuzz 0.2.2 (2021-06-07) | ||
|
||
- Still no code changes | ||
- 0.2.1 didn't publish to Crates.io because our package file was too big for it; | ||
we've eliminated some of the Harfbuzz support files that should fix this | ||
([#781], [@pkgw]) | ||
|
||
[#781]: https://github.com/tectonic-typesetting/tectonic/pull/781 | ||
[@pkgw]: https://github.com/pkgw | ||
|
||
|
||
# tectonic_bridge_harfbuzz 0.2.1 (2021-06-07) | ||
|
||
- No code changes | ||
- The 0.2.0 package didn't actually contain the vendored Harfbuzz source files, | ||
breaking `cargo` builds. We’ve modified the CI scripts to attempt to fix this | ||
([#777], [@pkgw]) | ||
|
||
[#777]: https://github.com/tectonic-typesetting/tectonic/pull/777 | ||
[@pkgw]: https://github.com/pkgw | ||
|
||
|
||
# tectonic_bridge_harfbuzz 0.2.0 (2021-06-03) | ||
|
||
- Update the vendored Harfbuzz to 2.8.1. | ||
- Fix up handling of how C/C++ header file paths are exported to dependent | ||
crates. This is a breaking change: we've moved from a single include directory | ||
to a list of them. | ||
|
||
|
||
# tectonic_bridge_harfbuzz 0.1.0 (2021-01-15) | ||
|
||
Initial release of Harfbuzz "bridge" crate for Tectonic. Includes the ability to | ||
vendor Harfbuzz. |
Submodule harfbuzz
updated
72 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,25 @@ | ||
# See elsewhere for changelog | ||
# rc: micro bump | ||
|
||
This project’s release notes are curated from the Git history of its main | ||
branch. You can find them by looking at [the version of this file on the | ||
`release` branch][branch] or the [GitHub release history][gh-releases]. | ||
- Fix trailing semicolons in macro expressions | ||
|
||
[branch]: https://github.com/tectonic-typesetting/tectonic/blob/release/crates/cfg_support/CHANGELOG.md | ||
[gh-releases]: https://github.com/tectonic-typesetting/tectonic/releases | ||
# tectonic_cfg_support 0.1.3 (2021-06-03) | ||
|
||
- No code changes, just issuing a new release to make Cranko happy. | ||
|
||
# tectonic_cfg_support 0.1.2 (2021-01-16) | ||
|
||
- No code changes, just updating metadata | ||
|
||
# tectonic_cfg_support 0.1.1 (2020-10-21) | ||
|
||
- No code changes; just issuing a new release to update deps and silence | ||
Cranko's change detection. | ||
|
||
# tectonic_cfg_support 0.1.0 (2020-09-07) | ||
|
||
- No code changes; new release to exercise Cranko release workflow and mollify | ||
Cargo versioning | ||
|
||
# tectonic_cfg_support 0.0.3 (2020-09-07) | ||
|
||
- No code changes; testing new Cranko-powered release workflow. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,18 @@ | ||
# See elsewhere for changelog | ||
# rc: micro bump | ||
|
||
This project’s release notes are curated from the Git history of its main | ||
branch. You can find them by looking at [the version of this file on the | ||
`release` branch][branch] or the [GitHub release history][gh-releases]. | ||
- Define HTML options for build output (#865, @pkgw) | ||
- Fixes for newer versions of Clippy | ||
|
||
[branch]: https://github.com/tectonic-typesetting/tectonic/blob/release/crates/docmodel/CHANGELOG.md | ||
[gh-releases]: https://github.com/tectonic-typesetting/tectonic/releases | ||
|
||
# tectonic_docmodel 0.1.1 (2021-10-11) | ||
|
||
- Fix the error message given when a "V2" command is run outside of a Tectonic | ||
document workspace (#813, @ralismark) | ||
- Fixes for Clippy >=1.53.0 (@pkgw) | ||
|
||
|
||
# tectonic_docmodel 0.1.0 (2021-06-15) | ||
|
||
This crate isolates the file formats used by the Tectonic “document model”, | ||
primarily `Tectonic.toml`. This makes it possible to interact with these data | ||
formats without needing to link in with the full Tectonic dependency stack. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# See elsewhere for changelog | ||
|
||
This project’s release notes are curated from the Git history of its main | ||
branch. You can find them by looking at [the version of this file on the | ||
`release` branch][branch] or the [GitHub release history][gh-releases]. | ||
|
||
[branch]: https://github.com/tectonic-typesetting/tectonic/blob/release/crates/engine_spx2html/CHANGELOG.md | ||
[gh-releases]: https://github.com/tectonic-typesetting/tectonic/releases |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Copyright 2022 the Tectonic Project | ||
# Licensed under the MIT License. | ||
|
||
# See README.md for discussion of features (or lack thereof) in this crate. | ||
|
||
[package] | ||
name = "tectonic_engine_spx2html" | ||
version = "0.0.0-dev.0" # assigned with cranko (see README) | ||
authors = ["Peter Williams <[email protected]>"] | ||
description = """ | ||
The Tectonic engine that converts SPX output to HTML. | ||
""" | ||
homepage = "https://tectonic-typesetting.github.io/" | ||
documentation = "https://docs.rs/tectonic_engine_spx2html" | ||
repository = "https://github.com/tectonic-typesetting/tectonic/" | ||
readme = "README.md" | ||
license = "MIT" | ||
edition = "2018" | ||
|
||
[dependencies] | ||
byteorder = "^1.4" | ||
percent-encoding = "^2.1" | ||
pinot = "^0.1" | ||
tectonic_bridge_core = { path = "../bridge_core", version = "0.0.0-dev.0" } | ||
tectonic_errors = { path = "../errors", version = "0.0.0-dev.0" } | ||
tectonic_io_base = { path = "../io_base", version = "0.0.0-dev.0" } | ||
tectonic_status_base = { path = "../status_base", version = "0.0.0-dev.0" } | ||
tectonic_xdv = { path = "../xdv", version = "0.0.0-dev.0" } | ||
tempfile = "^3.1" | ||
tera = "^1.13" | ||
|
||
[package.metadata.internal_dep_versions] | ||
tectonic_bridge_core = "4e16bf963700aae59772a6fb223981ceaa9b5f57" | ||
tectonic_errors = "317ae79ceaa2593fb56090e37bf1f5cc24213dd9" | ||
tectonic_io_base = "thiscommit:2022-02-20:gQ6H0Gx" | ||
tectonic_status_base = "317ae79ceaa2593fb56090e37bf1f5cc24213dd9" | ||
tectonic_xdv = "c91f2ef37858d1a0a724a5c3ddc2f7ea46373c77" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# The `tectonic_engine_spx2html` crate | ||
|
||
[![](http://meritbadge.herokuapp.com/tectonic_engine_spx2html)](https://crates.io/crates/tectonic_engine_spx2html) | ||
|
||
This crate is part of [the Tectonic | ||
project](https://tectonic-typesetting.github.io/en-US/). It provides and engine | ||
that converts "SPX" (semantically paginated XDV) files, a customized Tectonic | ||
output, to HTML. | ||
|
||
- [API documentation](https://docs.rs/tectonic_engine_spx2html/). | ||
- [Main Git repository](https://github.com/tectonic-typesetting/tectonic/). | ||
|
||
|
||
## Cargo features | ||
|
||
This crate currently provides no [Cargo features][features]. | ||
|
||
[features]: https://doc.rust-lang.org/cargo/reference/features.html |
Oops, something went wrong.