Skip to content

Commit

Permalink
0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonish committed Mar 18, 2021
1 parent f33d6b5 commit 4ca51fd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## unreleased
## 0.13.0 - 2021-03-18

### Fixes
- Flow report fixes.
Expand All @@ -11,9 +11,10 @@
from nfqueue, where its DLT_RAW.
- Unfocus time range selector after a new range is selected allowing keyboard
shortcuts to work again without having to click somewhere in the page.
- Fix issue where the input section in the configuration file was being used
even if enabled was set to false. This only happened when using a configuration
file with an input section: https://github.com/jasonish/evebox/issues/159
- Fix issue where the input section in the configuration file was
being used even if enabled was set to false. This only happened when
using a configuration file with an input section:
https://github.com/jasonish/evebox/issues/159

### Changes
- Server: Allow wildcard in input filename to allow the usage of threaded eve
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "evebox"
# Suffix with -dev when not a release.
version = "0.13.0-dev"
version = "0.13.0"
authors = ["Jason Ish <ish@unx.ca>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - GNU Make

# Version info.
VERSION_SUFFIX := dev
#VERSION_SUFFIX := dev
VERSION := 0.13.0
BUILD_REV ?= $(shell git rev-parse --short HEAD)
BUILD_DATE ?= $(shell date +%s)
Expand Down

0 comments on commit 4ca51fd

Please sign in to comment.