Skip to content

Commit 36ddfaa

Browse files
authored
Merge pull request #64 from rib/release-0.4.1
Release 0.4.1
2 parents 6dd3c0c + b2467cb commit 36ddfaa

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

android-activity/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
33
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

55
## [Unreleased]
6+
7+
## [0.4.1] - 2022-02-16
68
### Added
79
- Added `AndroidApp::vm_as_ptr()` to expose JNI `JavaVM` pointer ([#60](https://github.com/rust-mobile/android-activity/issues/60))
810
- Added `AndroidApp::activity_as_ptr()` to expose Android `Activity` JNI reference as pointer ([#60](https://github.com/rust-mobile/android-activity/issues/60))
11+
### Changed
12+
- Removed some overly-verbose logging in the `native-activity` backend ([#49](https://github.com/rust-mobile/android-activity/pull/49))
13+
### Removed
14+
- Most of the examples were moved to https://github.com/rust-mobile/rust-android-examples ([#50](https://github.com/rust-mobile/android-activity/pull/50))
915

1016
## [0.4] - 2022-11-10
1117
### Changed

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"
3+
version = "0.4.1"
44
edition = "2021"
55
keywords = ["android", "ndk"]
66
readme = "../README.md"

0 commit comments

Comments
 (0)