Skip to content

Commit

Permalink
v0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
davidohana committed Jul 22, 2021
1 parent 8dbb3e6 commit 3632639
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,9 +311,10 @@ Our project welcomes external contributions. Please refer to [CONTRIBUTING.md](C

## Change Log

##### v0.9.6 (WIP)
##### v0.9.6

* Speed optimization in case cluster already exist
* Fix issue https://github.com/IBM/Drain3/issues/38: Unnecessary update of
LRU cache in case `max_clusters` is used (thanks @StanislawSwierc).

##### v0.9.5

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
setup(
name='drain3',
packages=['drain3'],
version="0.9.5",
version="0.9.6",
license='MIT',
description="Persistent & streaming log template miner",
long_description=long_description,
Expand Down

0 comments on commit 3632639

Please sign in to comment.