Skip to content

Commit

Permalink
v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcook committed Nov 9, 2020
1 parent 76abaaf commit c38f0c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
## HEAD


## 1.3.2 (2020-11-09)

- display a message (not error) when pausing a non-existing timeslip.


## 1.3.1 (2020-02-22)

- Append paused timestamp on paused timeslips.
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
// rootCmd represents the base command when called without any sub commands
var rootCmd = &cobra.Command{
Use: "tw",
Version: "1.3.1",
Version: "1.3.2",
Short: "TimeWarrior: a CLI based time tracking tool",
Long: `TimeWarrior is a command line time tracking tool for developers and freelance
workers who need to track time worked on their client and personal projects.`,
Expand Down

0 comments on commit c38f0c7

Please sign in to comment.