-
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_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
Showing
6 changed files
with
26 additions
and
34 deletions.
There are no files selected for viewing
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,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. |
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,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. |
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,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. |
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,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 |
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,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 |
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,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 |