Skip to content

Commit

Permalink
Release cargo-apk-0.9.1 with improved -lgcc workaround (#271)
Browse files Browse the repository at this point in the history
* Release cargo-apk-0.9.1 with improved `-lgcc` workaround

* ndk/CHANGELOG: Drop unnecessary `ndk/` prefixes
  • Loading branch information
MarijnS95 authored May 14, 2022
1 parent b3b9a95 commit 7cabf63
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions cargo-apk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# 0.9.1 (2022-05-12)

- Reimplement NDK r23 `-lgcc` workaround using `RUSTFLAGS`, to apply to transitive `cdylib` compilations (#270)

# 0.9.0 (2022-05-07)
Expand Down
2 changes: 1 addition & 1 deletion cargo-apk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-apk"
version = "0.9.0"
version = "0.9.1"
authors = ["The Rust Windowing contributors"]
edition = "2018"
description = "Helps cargo build APKs"
Expand Down
10 changes: 5 additions & 5 deletions ndk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Unreleased

- ndk/hardware_buffer: Make `HardwareBuffer::as_ptr()` public for interop with Vulkan.
- hardware_buffer: Make `HardwareBuffer::as_ptr()` public for interop with Vulkan.
- **Breaking:** `Configuration::country()` now returns `None` when the country is unset (akin to `Configuration::language()`)
- Add `MediaCodec` and `MediaFormat` bindings. (#216)
- **Breaking:** Upgrade to [`ndk-sys 0.4.0`](../ndk-sys/CHANGELOG.md#040-TODO-YET-UNRELEASED) and use new `enum` newtype wrappers. (#245)
- ndk/native_window: Use `release`/`acquire` for `Drop` and `Clone` respectively. (#207)
- native_window: Use `release`/`acquire` for `Drop` and `Clone` respectively. (#207)

# 0.6.0 (2022-01-05)

Expand All @@ -15,9 +15,9 @@
- **Breaking:** Replace `add_fd_with_callback` `ident` with constant value `ALOOPER_POLL_CALLBACK`,
as per https://developer.android.com/ndk/reference/group/looper#alooper_addfd.
- **Breaking:** Accept unboxed closure in `add_fd_with_callback`.
- ndk/aaudio: Replace "Added in" comments with missing `#[cfg(feature)]`
- ndk/aaudio: Add missing `fn get_allowed_capture_policy()`
- ndk/configuration: Add missing `api-level-30` feature to `fn screen_round()`
- aaudio: Replace "Added in" comments with missing `#[cfg(feature)]`.
- aaudio: Add missing `fn get_allowed_capture_policy()`.
- configuration: Add missing `api-level-30` feature to `fn screen_round()`.

# 0.4.0 (2021-08-02)

Expand Down

0 comments on commit 7cabf63

Please sign in to comment.