Skip to content

Commit

Permalink
Merge branch 'v2'
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/check_and_test.yaml
#	CHANGELOG.md
#	Cargo.toml
#	README.md
#	build.rs
#	include/libheif/heif.h
#	include/libheif/heif_version.h
#	include/wrapper.h
#	src/bindings.rs
  • Loading branch information
Cykooz committed Nov 14, 2024
2 parents 5dcadf4 + 8e1e476 commit 323d58d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,18 @@

**YANKED**

## [2.2.0] - 2024-11-14

### Changes

- Backported from v3:
- `.h` files from `libheif` was embedded in the crate sources.
- Changed `build.rs` to use embedded `.h` files for the bindgen build stage
instead of `.h` files from the installed libheif library.

Now you can link the crate with any version of `libheif`
that is backward compatible with the version supported by the crate.

## [2.1.1] - 2024-05-08

- Fixed minimal required version of `libheif` specified in `build.rs`.
Expand Down

0 comments on commit 323d58d

Please sign in to comment.