Skip to content

Commit

Permalink
bump version number + update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nmandery committed Aug 2, 2022
1 parent 69ef8bc commit 077c8ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## extended-isolation-forest Unreleased

### Added
## extended-isolation-forest 0.2.1 - 2022-08-02

### Changed
* Preventing panic during sampling random values when upper and lower bound are equal.
### Added
* Acceleration example

## extended-isolation-forest 0.2.0 - 2021-05-12
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "extended-isolation-forest"
version = "0.2.0"
version = "0.2.1"
description = "rust port of the anomaly detection algorithm"
authors = ["Nico Mandery <[email protected]>"]
edition = "2021"
Expand Down

0 comments on commit 077c8ed

Please sign in to comment.