Skip to content

Commit

Permalink
Merge pull request #11 from nsbuitrago/v0.7.6
Browse files Browse the repository at this point in the history
v0.7.6
  • Loading branch information
nsbuitrago authored Nov 19, 2024
2 parents 0cfb7cf + 7f146ab commit 18559ed
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 26 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes will be documented here in reverse chronological order the headers \<VERSION\> - <YY.MM.DD>.

## 0.7.6 - 2024.11.18

### Fix

- bindgen bump issue with unstable library feature. (see
[#2](https://github.com/nsbuitrago/libparasail-sys/pull/2)).

## 0.7.5 - 2024.11.1

### Update
Expand Down
128 changes: 104 additions & 24 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "parasail-rs"
version = "0.7.5"
version = "0.7.6"
edition = "2021"
authors = ["Nicolas S. Buitrago <nsb5@rice.edu>"]
description = "Rust bindings and wrapper for parasail, a SIMD C library for pairwise sequence alignment."
Expand All @@ -11,6 +11,6 @@ documentation = "https://docs.rs/parasail-rs"

[dependencies]
libc = "0.2.161"
libparasail-sys = "0.1.7"
libparasail-sys = "0.1.8"
log = "0.4.22"
thiserror = "1.0.66"

0 comments on commit 18559ed

Please sign in to comment.