Skip to content

Commit 81cc2b5

Browse files
2 parents 17d2b93 + d6fe10b commit 81cc2b5

5 files changed

Lines changed: 41 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "3"
33
members = ["crates/imgx-vips", "crates/imgx", "crates/imgx-edge"]
44

55
[workspace.package]
6-
version = "0.1.3"
6+
version = "0.1.4"
77
edition = "2024"
88
license = "MIT"
99
rust-version = "1.96"

crates/imgx-vips/CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,41 @@
33
All notable changes to this project are documented in this file.
44

55

6+
## [0.1.4] - 2026-07-14
7+
8+
### Miscellaneous
9+
10+
- Release v0.1.3(92af209)
11+
12+
13+
## [0.1.3] - 2026-07-14
14+
15+
### Bug Fixes
16+
17+
- *(vips)* Select AV1 compression explicitly for AVIF encoding ([#8](https://github.com/officialunofficial/imgx/pull/8))(bb21f83)
18+
19+
### CI/CD
20+
21+
- Security scanning, MSRV enforcement, edition 2024, Docker hardening, repo hygiene ([#11](https://github.com/officialunofficial/imgx/pull/11))(5c5965f)
22+
23+
### Miscellaneous
24+
25+
- Release v0.1.0 ([#7](https://github.com/officialunofficial/imgx/pull/7))(e2222b2)
26+
- Release v0.1.1 ([#21](https://github.com/officialunofficial/imgx/pull/21))(28f29ec)
27+
- Release v0.1.2(cc61197)
28+
- Release v0.1.3(2c25d8d)
29+
30+
### Other
31+
32+
- Rewrite zimgx (Zig) as imgx (Rust) ([#6](https://github.com/officialunofficial/imgx/pull/6))(33ad233)
33+
- Cloudflare Images URL migration, workers-rs edge scaffold, dependency updates ([#23](https://github.com/officialunofficial/imgx/pull/23))(c043bb1)
34+
- Merge branch 'main' of https://github.com/officialunofficial/imgx(a32190b)
35+
36+
### Testing
37+
38+
- Real HTTP-mocked status coverage, s3 client status mapping, fixture gaps ([#10](https://github.com/officialunofficial/imgx/pull/10))(3a36359)
39+
40+
641
## [0.1.2] - 2026-07-14
742

843
### Other

crates/imgx/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
All notable changes to this project are documented in this file.
44

5+
56
## [0.1.3] - 2026-07-14
67

78
### Other

crates/imgx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ name = "imgx"
1919
path = "src/lib.rs"
2020

2121
[dependencies]
22-
imgx-vips = { path = "../imgx-vips", version = "0.1.3" }
22+
imgx-vips = { path = "../imgx-vips", version = "0.1.4" }
2323
tracing = "0.1"
2424
thiserror = "2"
2525
tokio = { version = "1", features = ["rt-multi-thread", "macros", "time", "net", "signal", "sync"] }

0 commit comments

Comments
 (0)