Release 0.2

This commit is contained in:
Robert Bragg
2022-08-25 10:34:31 +01:00
parent 11c3af686f
commit 5dab74466c
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -3,6 +3,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.2] - 2022-08-25
### Added
- Emit an `InputAvailable` event for new input with `NativeActivity` and `GameActivity`
enabling gui apps that don't render continuously
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "android-activity"
version = "0.1.1"
version = "0.2.0"
edition = "2021"
keywords = ["android", "ndk"]
readme = "../README.md"