Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-seqan2-sys", "yara-sys", "yara"]
resolver = "2"

[workspace.package]
version = "0.1.3"
version = "0.1.4"
edition = "2024"
rust-version = "1.85.0"
repository = "https://github.com/fg-labs/rust-yara"
Expand Down
12 changes: 12 additions & 0 deletions yara-seqan2-sys/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.

## [0.1.4] - 2026-04-09

### Bug Fixes

- Update repository URLs to fg-labs after org transfer ([#15](https://github.com/fg-labs/rust-yara/pull/15))

### Documentation

- Add fulcrum genomics branding to README ([#17](https://github.com/fg-labs/rust-yara/pull/17))

<!-- generated by git-cliff -->

## [0.1.3] - 2026-03-07

<!-- generated by git-cliff -->
Expand Down
12 changes: 12 additions & 0 deletions yara-sys/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.

## [0.1.4] - 2026-04-09

### Bug Fixes

- Update repository URLs to fg-labs after org transfer ([#15](https://github.com/fg-labs/rust-yara/pull/15))

### Documentation

- Add fulcrum genomics branding to README ([#17](https://github.com/fg-labs/rust-yara/pull/17))

<!-- generated by git-cliff -->

## [0.1.3] - 2026-03-07

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion yara-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ include = [
pedantic = { level = "warn", priority = -1 }

[dependencies]
yara-seqan2-sys = { version = "0.1.3", path = "../yara-seqan2-sys" }
yara-seqan2-sys = { version = "0.1.4", path = "../yara-seqan2-sys" }

[build-dependencies]
cc = "1"
12 changes: 12 additions & 0 deletions yara/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.

## [0.1.4] - 2026-04-09

### Bug Fixes

- Update repository URLs to fg-labs after org transfer ([#15](https://github.com/fg-labs/rust-yara/pull/15))

### Documentation

- Add fulcrum genomics branding to README ([#17](https://github.com/fg-labs/rust-yara/pull/17))

<!-- generated by git-cliff -->

## [0.1.3] - 2026-03-07

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion yara/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ license.workspace = true
pedantic = { level = "warn", priority = -1 }

[dependencies]
yara-mapper-sys = { version = "0.1.3", path = "../yara-sys" }
yara-mapper-sys = { version = "0.1.4", path = "../yara-sys" }

[dev-dependencies]
flate2 = "1"
Expand Down
Loading