Skip to content

Commit

Permalink
Release commit created with Cranko.
Browse files Browse the repository at this point in the history
+++ 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
cranko committed Jan 16, 2021
2 parents b3ba3f8 + 8a15417 commit f12bdc0
Show file tree
Hide file tree
Showing 12 changed files with 54 additions and 29 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ tectonic_bridge_graphite2 = { path = "crates/bridge_graphite2", version ="^0.1.0
tectonic_bridge_harfbuzz = { path = "crates/bridge_harfbuzz", version ="^0.1.0"}
tectonic_bridge_icu = { path = "crates/bridge_icu", version ="^0.1.0"}
tectonic_errors = { path = "crates/errors", version ="^0.1.0"}
tectonic_geturl = { path = "crates/geturl", version ="^0.0.0", default-features = false }
tectonic_geturl = { path = "crates/geturl", version ="^0.1.0", default-features = false }
tectonic_io_base = { path = "crates/io_base", version ="^0.1.0"}
tectonic_status_base = { path = "crates/status_base", version ="^0.1.0"}
tectonic_xdv = { path = "crates/xdv", version ="^0.1.9"}
Expand Down
15 changes: 9 additions & 6 deletions crates/bridge_flate/CHANGELOG.md
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.
2 changes: 1 addition & 1 deletion crates/bridge_flate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 5 additions & 0 deletions crates/bridge_graphite2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# tectonic_bridge_graphite2 0.1.1 (2021-01-16)

- Export information about the `GRAPHITE2_STATIC` C preprocessor define that is
sometimes needed.

# tectonic_bridge_graphite2 0.1.0 (2021-01-04)

A new crate to encapsulate the location and use of the `graphite2` library used
Expand Down
2 changes: 1 addition & 1 deletion crates/bridge_graphite2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
21 changes: 15 additions & 6 deletions crates/cfg_support/CHANGELOG.md
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.
2 changes: 1 addition & 1 deletion crates/cfg_support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]>"
Expand Down
4 changes: 4 additions & 0 deletions crates/geturl/CHANGELOG.md
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.
2 changes: 1 addition & 1 deletion crates/geturl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
16 changes: 10 additions & 6 deletions crates/xdv/CHANGELOG.md
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.
2 changes: 1 addition & 1 deletion crates/xdv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f12bdc0

Please sign in to comment.