Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme, release notes, metadata for 0.23.13 #1418

Merged
merged 1 commit into from
Feb 4, 2021

Conversation

HeroicKatora
Copy link
Member

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

@HeroicKatora
Copy link
Member Author

#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.

@HeroicKatora HeroicKatora force-pushed the release-0.23.13 branch 4 times, most recently from 8f3ace8 to 5b8359d Compare February 2, 2021 20:26
@HeroicKatora HeroicKatora merged commit baec851 into image-rs:master Feb 4, 2021
@HeroicKatora HeroicKatora 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