Skip to content

Commit 1107f59

Browse files
committed
Version bump
1 parent b948afd commit 1107f59

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

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

33
This file will document the most important changes for each released version
44

5+
## [v0.2.5]
6+
7+
### Changes
8+
9+
- Derived debug traits
10+
- Made some interfaces Send + Sync
11+
512
## [v0.2.4]
613

714
### Changes

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "2"
33
members = ["unity_native", "unity_native_proc_macro", "unity_native_sys"]
44

55
[workspace.package]
6-
version = "0.2.4"
6+
version = "0.2.5"
77
edition = "2021"
88
authors = ["Wouter de Bruijn <[email protected]>"]
99
repository = "https://github.com/cloone8/unity-native"
@@ -12,9 +12,9 @@ keywords = []
1212
categories = []
1313

1414
[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" }
1818
bindgen = "0.69.4"
1919
syn = "2.0.68"
2020
quote = "1.0.36"

0 commit comments

Comments
 (0)