Skip to content

Commit 97dbdf9

Browse files
committed
Adhere to semver
1 parent dca52c1 commit 97dbdf9

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

CHANGELOG.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
# 0.1.3
1+
# 0.2.0
22

33
* Add `--details` flag to `list` subcommand [#18](https://github.com/wojciechkepka/wutag/pull/18)
4-
5-
6-
# 0.1.2
7-
84
* Add `edit` subcommand [#15](https://github.com/wojciechkepka/wutag/pull/15)
95
* Add `print-completions` subcommand [#17](https://github.com/wojciechkepka/wutag/pull/17)
106

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wutag"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
authors = ["wojciechkepka <[email protected]>"]
55
edition = "2018"
66

src/opt.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use clap::Clap;
55
use wutag::Error;
66

77
pub const APP_NAME: &str = "wutag";
8-
pub const APP_VERSION: &str = "0.1.2";
8+
pub const APP_VERSION: &str = "0.2.0";
99
pub const APP_AUTHOR: &str = "Wojciech Kępka <[email protected]>";
1010
pub const APP_ABOUT: &str = "Tool to tag and mange tags of files.";
1111

0 commit comments

Comments
 (0)