Skip to content

Commit

Permalink
Release request commit created with Cranko.
Browse files Browse the repository at this point in the history
+++ cranko-rc-info-v1
[[projects]]
qnames = ["tectonic_bridge_icu", "cargo"]
bump_spec = "minor bump"

[[projects]]
qnames = ["tectonic_bridge_harfbuzz", "cargo"]
bump_spec = "minor bump"

[[projects]]
qnames = ["tectonic_bridge_freetype2", "cargo"]
bump_spec = "minor bump"

+++
  • Loading branch information
cranko committed Jan 15, 2021
2 parents 6576ddf + 10dcf43 commit 5e54743
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 34 deletions.
9 changes: 2 additions & 7 deletions crates/bridge_freetype2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# See elsewhere for changelog
# rc: minor 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].

[branch]: https://github.com/tectonic-typesetting/tectonic/blob/release/crates/bridge_freetype2/CHANGELOG.md
[gh-releases]: https://github.com/tectonic-typesetting/tectonic/releases
Initial release of FreeType "bridge" crate for Tectonic.
10 changes: 3 additions & 7 deletions crates/bridge_harfbuzz/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
# See elsewhere for changelog
# rc: minor 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].

[branch]: https://github.com/tectonic-typesetting/tectonic/blob/release/crates/bridge_harfbuzz/CHANGELOG.md
[gh-releases]: https://github.com/tectonic-typesetting/tectonic/releases
Initial release of Harfbuzz "bridge" crate for Tectonic. Includes the ability to
vendor Harfbuzz.
9 changes: 2 additions & 7 deletions crates/bridge_icu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# See elsewhere for changelog
# rc: minor 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].

[branch]: https://github.com/tectonic-typesetting/tectonic/blob/release/crates/bridge_icu/CHANGELOG.md
[gh-releases]: https://github.com/tectonic-typesetting/tectonic/releases
Initial release of ICU "bridge" crate for Tectonic.
12 changes: 6 additions & 6 deletions crates/errors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# rc: minor bump
# See elsewhere for changelog

Initial release. A new crate providing a generic boxed error type for Tectonic.
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].

We need a boxed error type because we have a bunch of optional dependencies, and
we can't abstract around their errors without boxing them.

Strongly derived from [Cranko](https://github.com/pkgw/cranko).
[branch]: https://github.com/tectonic-typesetting/tectonic/blob/release/crates/errors/CHANGELOG.md
[gh-releases]: https://github.com/tectonic-typesetting/tectonic/releases
9 changes: 7 additions & 2 deletions crates/io_base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# rc: minor bump
# See elsewhere for changelog

Initial release: a new crate for basic Tectonic I/O types and traits.
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/io_base/CHANGELOG.md
[gh-releases]: https://github.com/tectonic-typesetting/tectonic/releases
11 changes: 6 additions & 5 deletions crates/status_base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# rc: minor bump
# See elsewhere for changelog

Initial release: a new crate with basic Tectonic status-reporting traits.
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].

A lot of this is admittedly close to generic logging infrastructure, but we do
have some custom methods to help support a nice polished Tectonic UX. And that
will likely continue to be the case going forward.
[branch]: https://github.com/tectonic-typesetting/tectonic/blob/release/crates/status_base/CHANGELOG.md
[gh-releases]: https://github.com/tectonic-typesetting/tectonic/releases

0 comments on commit 5e54743

Please sign in to comment.