Skip to content

Commit 8b0aeab

Browse files
committed
chore: release 0.28.0
1 parent 2888091 commit 8b0aeab

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
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.
44

5+
## [0.28.0](https://github.com/Hugal31/yara-rust/compare/v0.27.0...v0.28.0) (2024-06-03)
6+
7+
### Features
8+
9+
* Change vendored and bundled Yara version to 4.5.1.
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* The `bunlded-4_5_0` feature as removed in favor of `bunlded-4_5_1`.
14+
515
### [0.27.0](https://github.com/Hugal31/yara-rust/compare/v0.26.0...v0.27.0) (2024-05-06)
616

717
### Features

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["yara-sys"]
33

44
[package]
55
name = "yara"
6-
version = "0.27.0"
6+
version = "0.28.0"
77
authors = ["Hugo Laloge <[email protected]>"]
88
license = "MIT OR Apache-2.0"
99
description = "Rust bindings for VirusTotal/yara"
@@ -43,7 +43,7 @@ tempfile = "3.9"
4343

4444
[dependencies.yara-sys]
4545
path = "yara-sys"
46-
version = "0.27.0"
46+
version = "0.28.0"
4747
default-features = false
4848

4949
[package.metadata.docs.rs]

yara-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yara-sys"
3-
version = "0.27.0"
3+
version = "0.28.0"
44
authors = ["Hugo Laloge <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
description = "Native bindings to the libyara library"

0 commit comments

Comments
 (0)