Skip to content

Commit

Permalink
chore(release): 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugal31 committed Nov 29, 2023
1 parent 037a6ec commit e0d788a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,16 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.24.0](https://github.com/Hugal31/yara-rust/compare/v0.23.0...v0.24.0) (2023-11-29)

### Features

* allow to iterate over the ruleset before scanning ([e62b7c6](https://github.com/Hugal31/yara-rust/commit/e62b7c6c82379acf3627cf946610e44ae6054629))

## [0.23.0](https://github.com/Hugal31/yara-rust/compare/v0.22.0...v0.22.1) (2023-11-17)

### Features

* **yara-sys**: add support of static linking with OpenSSL on Windows

## [0.22.0](https://github.com/Hugal31/yara-rust/compare/v0.21.0...v0.22.0) (2023-10-30)
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["yara-sys"]

[package]
name = "yara"
version = "0.23.0"
version = "0.24.0"
authors = ["Hugo Laloge <hugo.laloge@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "Rust bindings for VirusTotal/yara"
Expand Down Expand Up @@ -43,7 +43,7 @@ tempfile = "3.5"

[dependencies.yara-sys]
path = "yara-sys"
version = "0.23.0"
version = "0.24.0"
default-features = false

[package.metadata.docs.rs]
Expand Down
2 changes: 1 addition & 1 deletion yara-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yara-sys"
version = "0.23.0"
version = "0.24.0"
authors = ["Hugo Laloge <hugo.laloge@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "Native bindings to the libyara library"
Expand Down

0 comments on commit e0d788a

Please sign in to comment.