Hi, I'm a iOS Developer, our framework which rely on libwebp.
To simplify the usage for all iOS/macOS developers, we build a Xcode project to one-click integrate it into open-source community package manager like
Carthage. So we create a repo called
libwebp-Xcode.
Recently,
Swift Package Manager (another package manager which built-in in Xcode toolchain) support is requested, so we want to add the support as well.
However, previouslly, we always match our libwebp-Xcode release tag the same as Google's libwebp repo. Because the package manager tool like Carthage/SwiftPM always use Git Tag for release version, no customization.
I wonder to know when the date will libwebp 1.0.4 been released, so that we can bump our version as well with the Swift Package Manger support.
Hope for some reply from WebP contributor or maintainer.