Skip to content

Commit

Permalink
Release version 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rvac committed Apr 1, 2018
1 parent 59c64e2 commit f76e59c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Changelog
dev
---

* -

0.2.0 (2018-04-01)
------------------

* Updated the used version of the underlying [libfuzzy
library](https://ssdeep-project.github.io/ssdeep/) to 2.14.1.
* Updated the used version of the [libc](https://crates.io/crates/libc) crate
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ssdeep"
version = "0.1.0"
version = "0.2.0"
authors = ["Petr Zemek <[email protected]>"]
description = "A Rust wrapper for ssdeep"
homepage = "https://github.com/s3rvac/ssdeep-rs"
Expand All @@ -11,4 +11,4 @@ license = "GPL-3.0+"

[dependencies]
libc = "0.2.40"
libfuzzy-sys = { path = "libfuzzy-sys", version = "0.1.0" }
libfuzzy-sys = { path = "libfuzzy-sys", version = "0.2.0" }
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Add the following lines into your `Cargo.toml` file:

```
[dependencies]
ssdeep = "0.1.0"
ssdeep = "0.2.0"
```

Then, when you run `cargo build`, it will automatically get the wrapper's
Expand All @@ -74,6 +74,7 @@ Documentation
An automatically generated API documentation is available here:

* [latest](https://docs.rs/ssdeep/)
* [0.2.0](https://docs.rs/ssdeep/0.2.0/ssdeep/)
* [0.1.0](https://docs.rs/ssdeep/0.1.0/ssdeep/)

License
Expand Down
2 changes: 1 addition & 1 deletion libfuzzy-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libfuzzy-sys"
version = "0.1.0"
version = "0.2.0"
authors = ["Petr Zemek <[email protected]>"]
description = "Native bindings to the libfuzzy library"
homepage = "https://github.com/s3rvac/ssdeep-rs"
Expand Down

0 comments on commit f76e59c

Please sign in to comment.