Skip to content

Commit eee8924

Browse files
Apply Version Updates From Current Changes (#1201)
Co-authored-by: amrbashir <[email protected]>
1 parent 3e84a0e commit eee8924

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.changes/32bit-compilation.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## \[0.38.2]
4+
5+
- [`3e84a0e`](https://github.com/tauri-apps/wry/commit/3e84a0e276dfac0b28fb01f42460f9367fff9f22)([#1200](https://github.com/tauri-apps/wry/pull/1200)) Fixes compilation for 32bit Linux targets.
6+
37
## \[0.38.1]
48

59
- [`7c9e71f`](https://github.com/tauri-apps/wry/commit/7c9e71f4692e94fd401ad3508ff3912d43880e2c)([#1192](https://github.com/tauri-apps/wry/pull/1192)) Fixes compilation failing on Windows with the `tracing` feature enabled.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ workspace = { }
22

33
[package]
44
name = "wry"
5-
version = "0.38.1"
5+
version = "0.38.2"
66
authors = [ "Tauri Programme within The Commons Conservancy" ]
77
edition = "2021"
88
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)