[READ-ONLY] Mirror of https://github.com/mrgnw/avify.
0

Configure Feed

Select the types of activity you want to include in your feed.

bump to 0.3.0

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

+2 -2
+1 -1
Cargo.lock
··· 186 186 187 187 [[package]] 188 188 name = "avify" 189 - version = "0.2.2" 189 + version = "0.3.0" 190 190 dependencies = [ 191 191 "anyhow", 192 192 "clap",
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "avify" 3 - version = "0.2.2" 3 + version = "0.3.0" 4 4 edition = "2024" 5 5 description = "Batch convert images to AVIF — supports RAW, HEIC/HEIF, and standard formats with parallel encoding" 6 6 license = "MIT"