Skip to content

Commit

Permalink
Version 0.1.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
pkgw committed Sep 15, 2018
1 parent bfa45b3 commit 31b0a99
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# The next version

The following changes will appear in the next release:
# 0.1.9 (2018 Sep 15)

User-facing improvements:

Expand Down
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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[package]
name = "tectonic"
version = "0.1.9-dev"
version = "0.1.9"
authors = ["Peter Williams <[email protected]>"]
build = "build.rs"
description = """
Expand Down Expand Up @@ -52,7 +52,7 @@ md-5 = "^0.7"
sha2 = "^0.7"
serde = "^1.0"
serde_derive = "^1.0"
tectonic_xdv = { path = "xdv", version = "0.1.9-dev" }
tectonic_xdv = { path = "xdv", version = "0.1.8" }
termcolor = "^1.0"
toml = "^0.4"
zip = "^0.4"
Expand Down
2 changes: 1 addition & 1 deletion 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.9-dev"
version = "0.1.8"
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 31b0a99

Please sign in to comment.