-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+++ cranko-release-info-v1 [[projects]] qnames = ["tectonic_xdv", "cargo"] version = "0.1.11" age = 0 [[projects]] qnames = ["tectonic_errors", "cargo"] version = "0.1.0" age = 2 [[projects]] qnames = ["tectonic_status_base", "cargo"] version = "0.1.0" age = 2 [[projects]] qnames = ["tectonic_io_base", "cargo"] version = "0.1.0" age = 2 [[projects]] qnames = ["tectonic_geturl", "cargo"] version = "0.1.0" age = 0 [[projects]] qnames = ["tectonic_dep_support", "cargo"] version = "0.1.0" age = 3 [[projects]] qnames = ["tectonic_cfg_support", "cargo"] version = "0.1.2" age = 0 [[projects]] qnames = ["tectonic_bridge_icu", "cargo"] version = "0.1.0" age = 1 [[projects]] qnames = ["tectonic_bridge_graphite2", "cargo"] version = "0.1.1" age = 0 [[projects]] qnames = ["tectonic_bridge_harfbuzz", "cargo"] version = "0.1.0" age = 1 [[projects]] qnames = ["tectonic_bridge_freetype2", "cargo"] version = "0.1.0" age = 1 [[projects]] qnames = ["tectonic_bridge_flate", "cargo"] version = "0.1.1" age = 0 [[projects]] qnames = ["tectonic", "cargo"] version = "0.4.1" age = 5 +++
- Loading branch information
Showing
12 changed files
with
54 additions
and
29 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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,11 @@ | ||
# See elsewhere for changelog | ||
# tectonic_bridge_flate 0.1.1 (2021-01-16) | ||
|
||
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 a Clippy complaint | ||
|
||
[branch]: https://github.com/tectonic-typesetting/tectonic/blob/release/crates/bridge_flate/CHANGELOG.md | ||
[gh-releases]: https://github.com/tectonic-typesetting/tectonic/releases | ||
# tectonic_bridge_flate 0.1.0 (2021-01-03) | ||
|
||
Initial release of the `tectonic_bridge_flate` crate. This crate provides a | ||
simple C API to the flate2 crate — even though flate2 often wraps zlib, which | ||
has its own C API. This is the first step towards segmenting Tectonic's | ||
native-library dependencies and starting to be able to vendor them. This new | ||
crate doesn't change anything dramatic yet, but starts that process. |
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
[package] | ||
name = "tectonic_bridge_flate" | ||
version = "0.1.0" | ||
version = "0.1.1" | ||
authors = ["Peter Williams <[email protected]>"] | ||
description = """ | ||
Exposing flate compression to the Tectonic C code. | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
[package] | ||
name = "tectonic_bridge_graphite2" | ||
version = "0.1.0" | ||
version = "0.1.1" | ||
authors = ["Peter Williams <[email protected]>"] | ||
description = """ | ||
Expose the graphite2 library to Rust/Cargo. | ||
|
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,17 @@ | ||
# See elsewhere for changelog | ||
# tectonic_cfg_support 0.1.2 (2021-01-16) | ||
|
||
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]. | ||
- No code changes, just updating metadata | ||
|
||
[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.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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
[package] | ||
name = "tectonic_cfg_support" | ||
version = "0.1.1" | ||
version = "0.1.2" | ||
authors = [ | ||
"Matt Rice <[email protected]>", | ||
"Peter Williams <[email protected]>" | ||
|
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,4 @@ | ||
# tectonic_geturl 0.1.0 (2021-01-16) | ||
|
||
Initial release of "get-URL" support crate, with pluggable backends: either curl | ||
or reqwest. Or nothing, if you know that you're not going to need the network. |
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
[package] | ||
name = "tectonic_geturl" | ||
version = "0.0.0" | ||
version = "0.1.0" | ||
authors = ["Peter Williams <[email protected]>"] | ||
description = """ | ||
A generic interface for HTTP GETs and byte-range requests, with pluggable backends. | ||
|
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,12 @@ | ||
# See elsewhere for changelog | ||
# tectonic_xdv 0.1.11 (2021-01-16) | ||
|
||
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]. | ||
- Bump `byteorder` dep from 1.3.x series to 1.4.x series | ||
|
||
[branch]: https://github.com/tectonic-typesetting/tectonic/blob/release/crates/xdv/CHANGELOG.md | ||
[gh-releases]: https://github.com/tectonic-typesetting/tectonic/releases | ||
# tectonic_xdv 0.1.10 (2020-10-21) | ||
|
||
- No code changes; just issuing a new release to update deps and silence | ||
Cranko's change detection. | ||
|
||
# tectonic_xdv 0.1.9 (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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
[package] | ||
name = "tectonic_xdv" | ||
version = "0.1.10" | ||
version = "0.1.11" | ||
authors = ["Peter Williams <[email protected]>"] | ||
description = """ | ||
A decoder for the XDV and SPX file formats used by XeTeX and Tectonic. | ||
|