Skip to content

Commit

Permalink
prepare v0.9.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qiangyt committed Oct 10, 2020
1 parent 7af2ac9 commit 3564cb4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Structured log, AKA. JSON line log, is great for log collectors but hard to read
- [x] Detect format, automatically

- [x] Follow mode, just like `tail -f`, with optional amount of tail lines specified.

- [x] Most-likely know unknow format via customizeable dictionary

- [ ] Built-in supports as many as possible formats:
Expand Down Expand Up @@ -55,7 +55,7 @@ Structured log, AKA. JSON line log, is great for log collectors but hard to read
Download the executable binary (https://github.com/qiangyt/jog/releases/) to $PATH. For ex., for Mac OSX and Linux,

```shell
sudo curl -L https://github.com/qiangyt/jog/releases/download/v0.9.15/jog.$(echo `uname -s` | tr A-Z a-z) -o /usr/local/bin/jog
sudo curl -L https://github.com/qiangyt/jog/releases/download/v0.9.15.1/jog.$(echo `uname -s` | tr A-Z a-z) -o /usr/local/bin/jog
sudo chmod +x /usr/local/bin/jog
```

Expand Down
3 changes: 3 additions & 0 deletions RELEASE_HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v0.9.15.1
1. Fix: regression by regression by https://github.com/qiangyt/jog/commit/cea3edbb5f6c19079e21688d657a85a5587d4394

# v0.9.15
1. Fix: failed to load default configuration file due to a stupid error that takes path as yaml.
Thanks @https://github.com/nseba for reporting and @https://github.com/frudolph77 for reproducing.
Expand Down
2 changes: 1 addition & 1 deletion cmdline.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

const (
// AppVersion ...
AppVersion = "v0.9.15"
AppVersion = "v0.9.15.1"
)

// PrintVersion ...
Expand Down

0 comments on commit 3564cb4

Please sign in to comment.