Skip to content

Commit

Permalink
Release 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bensadeh committed Aug 17, 2024
1 parent 6392ac0 commit 1fb0c73
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 3.1.0
## 3.0.2

- Add completion hint so shells understand they can complete with file names (Thanks @alerque !)

Expand Down
36 changes: 18 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tailspin"
version = "3.1.0"
version = "3.0.2"
edition = "2021"
authors = ["Ben Sadeh"]
description = "A log file highlighter"
Expand All @@ -18,17 +18,17 @@ missing-const-for-fn = "deny"

[dependencies]
async-trait = "0.1.81"
clap = { version = "4.5.15", features = ["derive"] }
clap_complete = "4.5.14"
clap = { version = "4.5.16", features = ["derive"] }
clap_complete = "4.5.18"
color-eyre = "0.6.3"
ctrlc = "3.4.4"
ctrlc = "3.4.5"
linemux = "0.3.0"
nu-ansi-term = "0.50.1"
once_cell = "1.19.0"
rand = "0.8.5"
rayon = "1.10.0"
regex = "1.10.6"
serde = { version = "1.0.206", features = ["derive"] }
serde = { version = "1.0.208", features = ["derive"] }
shellexpand = "3.1.0"
tempfile = "3.12.0"
terminal_size = "0.3.0"
Expand Down
4 changes: 2 additions & 2 deletions man/tspin.1
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
.\" Generator: Asciidoctor 2.0.23
.\" Date: 2024-08-17
.\" Manual: tailspin
.\" Source: tailspin 3.1.0
.\" Source: tailspin 3.0.2
.\" Language: English
.\"
.TH "TSPIN" "1" "2024-08-17" "tailspin 3.1.0" "tailspin"
.TH "TSPIN" "1" "2024-08-17" "tailspin 3.0.2" "tailspin"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
Expand Down

0 comments on commit 1fb0c73

Please sign in to comment.