Skip to content

Commit

Permalink
chore(release) 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugal31 committed Feb 6, 2024
1 parent 29a8db3 commit 72822fe
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.25.0](https://github.com/Hugal31/yara-rust/compare/v0.24.0...v0.25.0) (2024-02-06)

### Features

* handle `CALLBACK_MSG_CONSOLE_LOG` callback type ([6cdad52](https://github.com/Hugal31/yara-rust/commit/6cdad5245a0e1d32b30d4c1cc4c0812bd9c7d6b9))
* implemented MemoryBlockIterator for Box ([88ea4c6](https://github.com/Hugal31/yara-rust/commit/88ea4c61808934fc0f9fc0742c8b338e799046a0))
* implemented MemoryBlockIterator for &mut T ([8d78f8c](https://github.com/Hugal31/yara-rust/commit/8d78f8c7fe7250485306817533efd97681e224cf))

### ⚠ BREAKING CHANGES

* upgrade Rust edition to 2021 and minimal Rust version to 1.63 ([9ee48d9](https://github.com/Hugal31/yara-rust/commit/9ee48d99b48bd18638715ecfa145e649e17e0e89))

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

### Features
Expand Down
2 changes: 1 addition & 1 deletion 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.24.0"
version = "0.25.0"
authors = ["Hugo Laloge <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "Rust bindings for VirusTotal/yara"
Expand Down

0 comments on commit 72822fe

Please sign in to comment.