Skip to content

Commit 2203ccc

Browse files
committed
Release v0.4.1
1 parent b49aeb3 commit 2203ccc

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## v0.4.1
4+
5+
- Update README.md
6+
37
## v0.4.0
48

59
- The supported file extension of `BasisuLoader` is changed from `.basisu_ktx2` to `.basisu.ktx2`
@@ -16,4 +20,4 @@
1620
## v0.3.0
1721

1822
- Update bevy to 0.18
19-
- Update basis_universal to v2.0.2, support the new ASTC LDR 4x4-12x12 and XUASTC LDR 4x4-12x12 formats in basis_universal v2.
23+
- Update basis_universal to v2.0.2, support the new ASTC LDR 4x4-12x12 and XUASTC LDR 4x4-12x12 formats in basis_universal v2.0.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "bevy_basisu_loader"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition = "2024"
55
repository.workspace = true
66
license.workspace = true
7-
description = "Provides a cross-platform, size-optimized KTX2 Basis Universal texture loader for Bevy"
7+
description = "Provides a lightweight, cross-platform KTX2 Basis Universal texture loader for Bevy"
88
keywords = ["bevy", "basis-universal", "asset", "transcoder"]
99
exclude = ["vendor/", "assets/", "examples/", "web/", "/.*", "CHANGELOG.md"]
1010

crates/basisu_sys/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "bevy_basisu_loader_sys"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition = "2024"
55
repository.workspace = true
66
license.workspace = true
7-
description = "A rust wrapper around the Basis Universal transcoder library"
7+
description = "A high level rust wrapper around the Basis Universal transcoder library"
88
keywords = ["basis-universal", "ffi", "transcoder"]
99
include = ["vendor/", "wasm/", "build.rs", "src/*.rs", "README.md"]
1010

0 commit comments

Comments
 (0)