Release 0.4.0-beta.1

This commit is contained in:
Robert Bragg
2022-10-11 19:44:18 +01:00
parent 0590bf601a
commit 364dffb2f7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.4] - 2022-09-20
## [0.4] - TBD
### Changed
- *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))
- 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))
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "android-activity"
version = "0.4.0-beta"
version = "0.4.0-beta.1"
edition = "2021"
keywords = ["android", "ndk"]
readme = "../README.md"