File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
This file will document the most important changes for each released version
4
4
5
+ ## [ v0.2.5]
6
+
7
+ ### Changes
8
+
9
+ - Derived debug traits
10
+ - Made some interfaces Send + Sync
11
+
5
12
## [ v0.2.4]
6
13
7
14
### Changes
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ resolver = "2"
3
3
members = [" unity_native" , " unity_native_proc_macro" , " unity_native_sys" ]
4
4
5
5
[workspace .package ]
6
- version = " 0.2.4 "
6
+ version = " 0.2.5 "
7
7
edition = " 2021"
8
8
authors = [
" Wouter de Bruijn <[email protected] >" ]
9
9
repository = " https://github.com/cloone8/unity-native"
@@ -12,9 +12,9 @@ keywords = []
12
12
categories = []
13
13
14
14
[workspace .dependencies ]
15
- unity_native = { path = " unity_native" , version = " 0.2.4 " }
16
- unity_native_proc_macro = { path = " unity_native_proc_macro" , version = " 0.2.4 " }
17
- unity_native_sys = { path = " unity_native_sys" , version = " 0.2.4 " }
15
+ unity_native = { path = " unity_native" , version = " 0.2.5 " }
16
+ unity_native_proc_macro = { path = " unity_native_proc_macro" , version = " 0.2.5 " }
17
+ unity_native_sys = { path = " unity_native_sys" , version = " 0.2.5 " }
18
18
bindgen = " 0.69.4"
19
19
syn = " 2.0.68"
20
20
quote = " 1.0.36"
You can’t perform that action at this time.
0 commit comments