File tree 4 files changed +15
-3
lines changed
4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
3
+ # 0.1.1 (2022-04-19)
4
+
3
5
- Add ` release_android_context() ` function to remove ` AndroidContext ` when activity is destroyed. (#263 )
4
6
5
7
# 0.1.0 (2022-02-14)
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ndk-context"
3
- version = " 0.1.0 "
3
+ version = " 0.1.1 "
4
4
authors = [" The Rust Windowing contributors" ]
5
5
edition = " 2021"
6
6
description = " Handles for accessing Android APIs"
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
3
+ # 0.6.2 (2022-04-19)
4
+
3
5
- Call ` ndk_context::release_android_context() ` function to remove ` AndroidContext ` when activity is destroyed. (#263 )
4
6
5
7
# 0.6.1 (2022-02-14)
10
12
11
13
- ** Breaking:** Update to ` ndk-sys 0.3.0 ` and ` ndk 0.6.0 ` .
12
14
15
+ # 0.5.2 (2022-04-19)
16
+
17
+ - Call ` ndk_context::release_android_context() ` function to remove ` AndroidContext ` when activity is destroyed. (#263 )
18
+
13
19
# 0.5.1 (2022-02-15)
14
20
15
21
- Initialize ` ndk-context ` for cross-version access to the Java ` VM ` and Android ` Context ` .
19
25
- Document when to lock and unlock the window/input queue when certain events are received.
20
26
- ** Breaking:** Update to ` ndk 0.5.0 ` and ` ndk-macros 0.3.0 ` .
21
27
28
+ # 0.4.2 (2022-04-19)
29
+
30
+ - Call ` ndk_context::release_android_context() ` function to remove ` AndroidContext ` when activity is destroyed. (#263 )
31
+
22
32
# 0.4.1 (2022-02-15)
23
33
24
34
- Initialize ` ndk-context ` for cross-version access to the Java ` VM ` and Android ` Context ` .
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ndk-glue"
3
- version = " 0.6.1 "
3
+ version = " 0.6.2 "
4
4
authors = [" The Rust Windowing contributors" ]
5
5
edition = " 2018"
6
6
description = " Startup code for android binaries"
@@ -13,7 +13,7 @@ repository = "https://github.com/rust-windowing/android-ndk-rs"
13
13
14
14
[dependencies ]
15
15
ndk = { path = " ../ndk" , version = " 0.6.0" }
16
- ndk-context = { path = " ../ndk-context" , version = " 0.1.0 " }
16
+ ndk-context = { path = " ../ndk-context" , version = " 0.1.1 " }
17
17
ndk-macro = { path = " ../ndk-macro" , version = " 0.3.0" }
18
18
ndk-sys = { path = " ../ndk-sys" , version = " 0.3.0" }
19
19
lazy_static = " 1.4.0"
You can’t perform that action at this time.
0 commit comments