diff --git a/CHANGELOG.md b/CHANGELOG.md index 70b90c8..d79fc31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ ## Packaging +# v0.1.2 + +- Update to new wgpu version, minor fixes # v0.1.1 diff --git a/Cargo.lock b/Cargo.lock index 4d6b001..18c7bad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "ab_glyph" version = "0.2.11" @@ -101,7 +103,7 @@ checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" [[package]] name = "binocle" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "colorgrad", diff --git a/Cargo.toml b/Cargo.toml index 01c64d8..7447c5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT/Apache-2.0" name = "binocle" readme = "README.md" repository = "https://github.com/sharkdp/binocle" -version = "0.1.1" +version = "0.1.2" edition = "2018" resolver = "2" diff --git a/README.md b/README.md index 7ea8dde..418cbad 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,8 @@ the *width* of the rectangular grid as well as the way in which (groups of) byte Download the appropriate `.deb` package from the [Release page](https://github.com/sharkdp/binocle/releases) and install it via `dpkg`: ``` -wget https://github.com/sharkdp/binocle/releases/download/v0.1.1/binocle-musl_0.1.1_amd64.deb -sudo dpkg -i binocle-musl_0.1.1_amd64.deb +wget https://github.com/sharkdp/binocle/releases/download/v0.1.2/binocle_0.1.2_amd64.deb +sudo dpkg -i binocle_0.1.2_amd64.deb ``` ### From binaries (Linux, macOS, Windows)