Skip to content

Commit 969c529

Browse files
committed
🚢 Release 0.4.2
1 parent 01fea9b commit 969c529

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

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 = "toggl"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
authors = [
55
"Shantanu Raj <[email protected]>",
66
"Tyler <[email protected]>",

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Run the `help` command to see a list of available commands.
5050

5151
```shell
5252
$ toggl help
53-
toggl 0.4.1
53+
toggl 0.4.2
5454
Toggl command line app.
5555

5656
USAGE:
@@ -75,13 +75,14 @@ SUBCOMMANDS:
7575
running
7676
start Start a new time entry, call with no arguments to start in interactive mode
7777
stop
78+
7879
```
7980

8081
You can also run the `help` command on a specific subcommand.
8182

8283
```shell
8384
$ toggl help start
84-
toggl-start 0.4.1
85+
toggl-start 0.4.2
8586
Start a new time entry, call with no arguments to start in interactive mode
8687

8788
USAGE:
@@ -98,6 +99,7 @@ OPTIONS:
9899

99100
ARGS:
100101
<description> Description of the time entry
102+
101103
```
102104

103105
## Testing

0 commit comments

Comments
 (0)