Skip to content

Commit

Permalink
chore(release): 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugal31 committed Apr 6, 2023
1 parent 75ccad1 commit f64b429
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.19.0](https://github.com/Hugal31/yara-rust/compare/v0.18.0...v0.19.0) (2023-04-06)

### ⚠ BREAKING CHANGES

* change bundled bindings and vendored Yara version to 4.3.0 ([c2c30a9](https://github.com/Hugal31/yara-rust/commit/c2c30a997d7953b175ce41914a2e897fd6785421))

### Features

* update vendored Yara to 4.3.0 ([b77105](https://github.com/Hugal31/yara-rust/commit/b7710552452f418f677428464de4791cb4e5f30a))
* update bundled bindings to `bundled_4_3_0` ([ce8e481](https://github.com/Hugal31/yara-rust/commit/ce8e481109bcd9ce6235290eb70b97a5a8311836))

### Bug Fixes

* not exactly from our side, but Yara pre-4.3.0 had memory alignment issues (see [#112]https://github.com/Hugal31/yara-rust/issues/112).

## [0.18.0](https://github.com/Hugal31/yara-rust/compare/v0.17.0...v0.18.0) (2023-04-05)

### ⚠ BREAKING CHANGES
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.18.0"
version = "0.19.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.3"

[dependencies.yara-sys]
path = "yara-sys"
version = "0.18.0"
version = "0.19.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.18.0"
version = "0.19.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 f64b429

Please sign in to comment.