Skip to content

Commit 4669d2c

Browse files
committed
Release v0.4.0
1 parent 5bc13f9 commit 4669d2c

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Change Log
2+
3+
## v0.4.0
4+
5+
- The supported file extension of `BasisuLoader` is changed from `.basisu_ktx2` to `.basisu.ktx2`
6+
- `bevy_basisu_loader_sys/build-wasm-cli` doesn't pass emcc `-msimd128` and wasm-opt `--enable-simd --enable-bulk-memory-opt --enable-nontrapping-float-to-int` flags by default.
7+
8+
## v0.3.2
9+
10+
- Serde `BasisuLoaderSettings::force_transcode_target`
11+
12+
## v0.3.1
13+
14+
- Bump version to fix release CI
15+
16+
## v0.3.0
17+
18+
- 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.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bevy_basisu_loader"
3-
version = "0.3.2"
3+
version = "0.4.0"
44
edition = "2024"
55
repository.workspace = true
66
license.workspace = true
@@ -22,7 +22,7 @@ bevy = { version = "0.18", default-features = false, features = [
2222
serde = { version = "1", features = ["derive"] }
2323
thiserror = { version = "2", default-features = false }
2424
log = { version = "0.4", default-features = false }
25-
bevy_basisu_loader_sys = { version = "0.3", path = "crates/basisu_sys" }
25+
bevy_basisu_loader_sys = { version = "0.4", path = "crates/basisu_sys" }
2626

2727
[workspace]
2828
members = ["crates/*", "examples/test_scene"]

crates/basisu_sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bevy_basisu_loader_sys"
3-
version = "0.3.2"
3+
version = "0.4.0"
44
edition = "2024"
55
repository.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)