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.10"
age = 10

[[projects]]
qnames = ["tectonic_errors", "cargo"]
version = "0.1.0"
age = 1

[[projects]]
qnames = ["tectonic_status_base", "cargo"]
version = "0.1.0"
age = 1

[[projects]]
qnames = ["tectonic_io_base", "cargo"]
version = "0.1.0"
age = 1

[[projects]]
qnames = ["tectonic_dep_support", "cargo"]
version = "0.1.0"
age = 2

[[projects]]
qnames = ["tectonic_cfg_support", "cargo"]
version = "0.1.1"
age = 10

[[projects]]
qnames = ["tectonic_bridge_icu", "cargo"]
version = "0.1.0"
age = 0

[[projects]]
qnames = ["tectonic_bridge_graphite2", "cargo"]
version = "0.1.0"
age = 2

[[projects]]
qnames = ["tectonic_bridge_harfbuzz", "cargo"]
version = "0.1.0"
age = 0

[[projects]]
qnames = ["tectonic_bridge_freetype2", "cargo"]
version = "0.1.0"
age = 0

[[projects]]
qnames = ["tectonic_bridge_flate", "cargo"]
version = "0.1.0"
age = 3

[[projects]]
qnames = ["tectonic", "cargo"]
version = "0.4.1"
age = 4

+++
  • Loading branch information
cranko committed Jan 15, 2021
2 parents fbd1e19 + 5e54743 commit b3ba3f8
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 10 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ serde = { version = "^1.0", features = ["derive"], optional = true }
sha2 = "^0.9"
structopt = "0.3"
tectonic_bridge_flate = { path = "crates/bridge_flate", version ="^0.1.0"}
tectonic_bridge_freetype2 = { path = "crates/bridge_freetype2", version ="^0.0.0"}
tectonic_bridge_freetype2 = { path = "crates/bridge_freetype2", version ="^0.1.0"}
tectonic_bridge_graphite2 = { path = "crates/bridge_graphite2", version ="^0.1.0"}
tectonic_bridge_harfbuzz = { path = "crates/bridge_harfbuzz", version ="^0.0.0"}
tectonic_bridge_icu = { path = "crates/bridge_icu", version ="^0.0.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_io_base = { path = "crates/io_base", version ="^0.1.0"}
Expand Down
3 changes: 3 additions & 0 deletions crates/bridge_freetype2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# tectonic_bridge_freetype2 0.1.0 (2021-01-15)

Initial release of FreeType "bridge" crate for Tectonic.
2 changes: 1 addition & 1 deletion crates/bridge_freetype2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[package]
name = "tectonic_bridge_freetype2"
version = "0.0.0"
version = "0.1.0"
authors = ["Peter Williams <[email protected]>"]
description = """
Expose the FreeType2 library C APIs to Rust/Cargo.
Expand Down
4 changes: 4 additions & 0 deletions crates/bridge_harfbuzz/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# tectonic_bridge_harfbuzz 0.1.0 (2021-01-15)

Initial release of Harfbuzz "bridge" crate for Tectonic. Includes the ability to
vendor Harfbuzz.
4 changes: 2 additions & 2 deletions crates/bridge_harfbuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[package]
name = "tectonic_bridge_harfbuzz"
version = "0.0.0"
version = "0.1.0"
authors = ["Peter Williams <[email protected]>"]
description = """
Expose the Harfbuzz C/C++ APIs to Rust/Cargo.
Expand All @@ -20,7 +20,7 @@ links = "harfbuzz"

[dependencies]
tectonic_bridge_graphite2 = { path = "../bridge_graphite2", version ="^0.1.0"}
tectonic_bridge_icu = { path = "../bridge_icu", version ="^0.0.0"}
tectonic_bridge_icu = { path = "../bridge_icu", version ="^0.1.0"}

[build-dependencies]
cc = "^1.0.66"
Expand Down
3 changes: 3 additions & 0 deletions crates/bridge_icu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# tectonic_bridge_icu 0.1.0 (2021-01-15)

Initial release of ICU "bridge" crate for Tectonic.
2 changes: 1 addition & 1 deletion crates/bridge_icu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[package]
name = "tectonic_bridge_icu"
version = "0.0.0"
version = "0.1.0"
authors = ["Peter Williams <[email protected]>"]
description = """
Expose a subset of the ICU Unicode APIs to Rust/Cargo.
Expand Down

0 comments on commit b3ba3f8

Please sign in to comment.