Skip to content

Commit 7b38ab2

Browse files
committed
[release] v0.3.0
1 parent b2a6188 commit 7b38ab2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## 0.3.1-alpha.1: 2017-09-21
3+
## 0.3.0: 2017-09-21
44
This release starts from adding `--height` featuren, ends up a big change in
55
the code base.
66
- feature: `--bind` accept character keys. Only Ctrl/Alt/F keys were accepted.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "skim"
3-
version = "0.3.1-alpha.1"
3+
version = "0.3.0"
44
authors = ["Mark Wallace <lotabout@gmail.com>"]
55
description = "Fuzzy Finder in rust!"
66
documentation = "https://github.com/lotabout/skim"

install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
set -u
1111

12-
version="0.3.1-alhpa.1"
12+
version="0.3.0"
1313

1414
cd "$(dirname "${BASH_SOURCE[0]}")"
1515
skim_base="$(pwd)"

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ use std::fs::File;
4040
use std::os::unix::io::{FromRawFd, IntoRawFd};
4141
use clap::{Arg, App};
4242

43-
const VERSION: &'static str = "0.3.1-alpha.1";
43+
const VERSION: &'static str = "0.3.0";
4444

4545
const USAGE : &'static str = "
4646
Usage: sk [options]

0 commit comments

Comments
 (0)