Skip to content

Commit 246948f

Browse files
committed
(cargo-release) version 0.1.10
1 parent e281bed commit 246948f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.1.10-dev
1+
## 0.1.10
22

33
- Fixes a bug in $HOME detection.
44

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shy"
3-
version = "0.1.10-dev"
3+
version = "0.1.10"
44
authors = ["chris west <[email protected]>"]
55
description = "bare-bones ssh launcher"
66
repository = "https://github.com/xvxx/shy"

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ On Arch Linux, install shy with your favorite [AUR helper][aur]:
2222
Binaries for Linux, Raspberry Pi, and Mac are available at
2323
https://github.com/xvxx/shy/releases:
2424

25-
- [shy-v0.1.9-linux-x86_64.tgz][0]
26-
- [shy-v0.1.9-linux-armv7.tgz (Raspberry Pi)][1]
27-
- [shy-v0.1.9-macos.zip][2]
25+
- [shy-v0.1.10-linux-x86_64.tgz][0]
26+
- [shy-v0.1.10-linux-armv7.tgz (Raspberry Pi)][1]
27+
- [shy-v0.1.10-macos.zip][2]
2828

2929
You can also install directly from crates.io:
3030

0 commit comments

Comments
 (0)