Skip to content

Comments

Update readme, release notes, metadata for 0.23.13#1418

Merged
197g merged 1 commit intoimage-rs:masterfrom
197g:release-0.23.13
Feb 4, 2021
Merged

Update readme, release notes, metadata for 0.23.13#1418
197g merged 1 commit intoimage-rs:masterfrom
197g:release-0.23.13

Conversation

@197g
Copy link
Member

@197g 197g commented Jan 31, 2021

It's been a while since the last release but we have some major new features—notably AVIF support—as well as fixes.

@197g
Copy link
Member Author

197g commented Feb 1, 2021

#1417 (comment) On hold until we've figured out if there is a hole in our test coverage from the recent CI rework.

@fseegraeber
Copy link
Contributor

The --no-default-features seems to override single --features for cargo test.

The println! here is also kind of misleading:

#[test]
fn check_references() {
process_images(REFERENCE_DIR, Some("png"), |base, path, decoder| {
println!("check_references {}", path.display());

since if you run with e.g. cargo test --no-default-features --features gif -- --nocapture it will print the path, but the actual test will not be executed:
#[cfg(feature = "gif")]
if format == Some(image::ImageFormat::Gif) {

If I run all tests locally on the latest master there are no failures though.

@197g 197g force-pushed the release-0.23.13 branch 4 times, most recently from 8f3ace8 to 5b8359d Compare February 2, 2021 20:26
@197g 197g mentioned this pull request Feb 2, 2021
@197g 197g merged commit baec851 into image-rs:master Feb 4, 2021
@197g 197g deleted the release-0.23.13 branch February 4, 2021 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants