Skip to content

Commit 6ca4ea2

Browse files
committed
Release 0.4.0
1 parent 9640893 commit 6ca4ea2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

android-activity/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
44

55
## [Unreleased]
66

7-
## [0.4] - TBD
7+
## [0.4] - 2022-11-10
88
### Changed
99
- *Breaking*: `input_events` callback now return whether an event was handled or not to allow for fallback handling ([#31](https://github.com/rib/android-activity/issues/31))
1010
- The native-activity backend is now implemented in Rust only, without building on `android_native_app_glue.c` ([#35](https://github.com/rib/android-activity/pull/35))
11+
### Added
12+
- Added `Pointer::tool_type()` API to `GameActivity` backend for compatibility with `ndk` events API ([#38](https://github.com/rib/android-activity/pull/38))
1113

1214
## [0.3] - 2022-09-15
1315
### Added

android-activity/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "android-activity"
3-
version = "0.4.0-beta.1"
3+
version = "0.4.0"
44
edition = "2021"
55
keywords = ["android", "ndk"]
66
readme = "../README.md"

0 commit comments

Comments
 (0)