image-rs / jpeg-decoder

JPEG decoder written in Rust
Apache License 2.0
150 stars 87 forks source link

Release 0.2.5 #239

Closed HeroicKatora closed 2 years ago

HeroicKatora commented 2 years ago

Replaces #237

Since we do releases based on the feature branch itself (not the automatic merge, as it's unnnamed and potentially different) rebased this on master and pushed. Originally, I wanted to push this to the fork but accidentally pushed master, which auto-closed the through github. And without an active PR I'm no longer allowed to update the branch / undo that mistake :smile:

HeroicKatora commented 2 years ago

@gents83 sorry for the confusion.

HeroicKatora commented 2 years ago

And thank you for the release-notes and metadata bump :)

gents83 commented 2 years ago

@HeroicKatora may I ask you to integrate it also in image pls?

HeroicKatora commented 2 years ago

There's no need to do it explicitly. It's compatible with the current spec (^0.2.1) and all it should take is a cargo update to renew the dependency. Let me know if there's an issue keeping this from working.