Skip to content

Commit 620e959

Browse files
committed
Merge tag '0.2.0' into develop
Version 0.2.0 * Now a proper library crate * Reached feature parity with autojump
2 parents c4c86c9 + 985b1db commit 620e959

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
[package]
22
name = "autojump"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Wang Xuerui <git@xen0n.name>"]
5+
description = "A Rust port and drop-in replacement of autojump"
6+
repository = "https://github.com/xen0n/autojump-rs"
7+
readme = "README.md"
8+
license = "GPL-3.0+"
9+
include = ["src/*.rs", "Cargo.toml", "build.rs"]
510
build = "build.rs"
611

712

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pub use self::config::*;
2020
pub const VERSION_TRACK: &'static str = "22.5.0";
2121

2222
/// The library's version.
23-
pub const VERSION: &'static str = "0.1.0";
23+
pub const VERSION: &'static str = "0.2.0";
2424

2525

2626
/// Get a version string suitable for the CLI display.

0 commit comments

Comments
 (0)