Skip to content

Commit

Permalink
chore: release 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugal31 committed Sep 26, 2024
1 parent 2f29215 commit 85720ad
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +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.29.0](https://github.com/Hugal31/yara-rust/compare/v0.28.0...v0.29.0) (2024-09-26)

### Features

* Change vendored and bundled Yara version to 4.5.2.

### ⚠ BREAKING CHANGES

* The `bunlded-4_5_1` feature as removed in favor of `bunlded-4_5_2`.

## [0.28.0](https://github.com/Hugal31/yara-rust/compare/v0.27.0...v0.28.0) (2024-06-03)

### Features
Expand Down
6 changes: 3 additions & 3 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.28.0"
version = "0.29.0"
authors = ["Hugo Laloge <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "Rust bindings for VirusTotal/yara"
Expand Down Expand Up @@ -43,9 +43,9 @@ tempfile = "3.9"

[dependencies.yara-sys]
path = "yara-sys"
version = "0.28.0"
version = "0.29.0"
default-features = false

[package.metadata.docs.rs]
no-default-features = true
features = ["bundled-4_5_1"]
features = ["bundled-4_5_2"]
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.28.0"
version = "0.29.0"
authors = ["Hugo Laloge <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "Native bindings to the libyara library"
Expand Down

0 comments on commit 85720ad

Please sign in to comment.