From 3421a72fcf6f2b3508d532c26b187efd719eb129 Mon Sep 17 00:00:00 2001 From: Benjamin Trent <4357155+benwtrent@users.noreply.github.com> Date: Tue, 22 Sep 2020 08:35:24 -0400 Subject: [PATCH] bump --- Cargo.toml | 3 ++- README.md | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 70a19c8..98f084a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "drain-rs" -version = "0.1.0" +version = "0.2.0" authors = ["Benjamin Trent <4357155+benwtrent@users.noreply.github.com>"] edition = "2018" license-file = "LICENSE" @@ -8,6 +8,7 @@ keywords= ["drain", "log", "categorization", "grok"] description = "Automatically cluster semi-formatted text with the drain algorithm" readme="README.md" repository="https://github.com/benwtrent/drain-rs" +documentation="https://docs.rs/drain-rs" [dependencies] grok = "1.1.0" diff --git a/README.md b/README.md index 75436bf..3a202e0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # drain-rs -Drain provides a machinism for online log categorization. +Drain provides a mechanism for online log categorization. This version provides: @@ -12,13 +12,13 @@ Original paper here: - Pinjia He, Jieming Zhu, Zibin Zheng, and Michael R. Lyu. [Drain: An Online Log Parsing Approach with Fixed Depth Tree](http://jmzhu.logpai.com/pub/pjhe_icws2017.pdf), Proceedings of the 24th International Conference on Web Services (ICWS), 2017. -This is a WIP, 0.0.x +This is a WIP, 0.2.x ## Installing ``` [dependencies] -drain-rs = "0.1.0" +drain-rs = "0.2.0" ``` ## Using drain for clustering