Skip to content

Commit 5edbf81

Browse files
PicoJrPicoJr
PicoJr
authored and
PicoJr
committed
prepare v1.1.0
1 parent 676510a commit 5edbf81

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [1.1.0](https://crates.io/crates/rtw/1.1.0) Mar 22, 2020
99

1010
### Added
1111

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 = "rtw"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
authors = ["PicoJr <PicoJr@notanemail.com>"]
55
edition = "2018"
66
repository = "https://github.com/PicoJr/rtw"

src/cli_helper.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ fn split_time_range(tokens: &[String], clock: &dyn Clock) -> anyhow::Result<(Tim
7272
impl ActivityCli {
7373
pub fn get_app(&self) -> App {
7474
App::new("RTW")
75-
.version("1.0.0")
75+
.version("1.1.0")
7676
.author("PicoJr")
7777
.about("rust time tracking CLI")
7878
.arg(

0 commit comments

Comments
 (0)