publish completions

This commit is contained in:
Abraham Toriz 2022-11-06 21:11:53 -06:00
parent ec7375d33e
commit 37a779b0f1
No known key found for this signature in database
GPG Key ID: D5B4A746DB5DD42A
3 changed files with 5 additions and 3 deletions

View File

@ -1,9 +1,11 @@
# Changes
## next
## 1.5.3
- added `--flat` option to `list` that displays only available sheet names one
per line
- completions for bash, fish and zsh added to the package
- binary package structure changed
## 1.5

2
Cargo.lock generated
View File

@ -817,7 +817,7 @@ dependencies = [
[[package]]
name = "tiempo"
version = "1.5.2"
version = "1.5.3"
dependencies = [
"ansi_term 0.12.1",
"atty",

View File

@ -11,7 +11,7 @@ description = "A command line time tracker"
license = "GPL-3.0"
documentation = "https://tiempo.categulario.xyz"
homepage = "https://gitlab.com/categulario/tiempo-rs"
version = "1.5.2"
version = "1.5.3"
[dependencies]
clap = "2"