Skip to content

Commit

Permalink
Update to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp committed Oct 17, 2021
1 parent 3266300 commit 433d3a0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@

## Packaging

# v0.1.2

- Update to new wgpu version, minor fixes

# v0.1.1

Expand Down
4 changes: 3 additions & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 433d3a0

Please sign in to comment.