Skip to content

Commit

Permalink
Release ndk-build-0.4.3, cargo-apk-0.8.2 (#192)
Browse files Browse the repository at this point in the history
* Release ndk-build-0.4.3, cargo-apk-0.8.2

Bump versions for the host tooling.

* Bump all release dates from Nov 16 to Nov 22

Release got postponed thanks to CI failures.
  • Loading branch information
MarijnS95 authored Nov 22, 2021
1 parent 7c4da9e commit 55539dc
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 7 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.8.2 (2021-11-22)

- Fixed the library name in case of multiple build artifacts in the Android manifest.
- Work around missing `libgcc` on NDK r23 beta 3 and above, by providing linker script that "redirects" to `libunwind`.
See https://github.com/rust-windowing/android-ndk-rs/issues/149 and https://github.com/rust-lang/rust/pull/85806 for more details.
Expand Down
4 changes: 2 additions & 2 deletions cargo-apk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-apk"
version = "0.8.1"
version = "0.8.2"
authors = ["The Rust Windowing contributors"]
edition = "2018"
description = "Helps cargo build APKs"
Expand All @@ -16,7 +16,7 @@ cargo-subcommand = "0.5.0"
dunce = "1.0.1"
env_logger = "0.8.2"
log = "0.4.14"
ndk-build = { path = "../ndk-build", version = "0.4.2" }
ndk-build = { path = "../ndk-build", version = "0.4.3" }
serde = "1.0.123"
thiserror = "1.0.23"
toml = "0.5.8"
2 changes: 2 additions & 0 deletions ndk-build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# 0.4.3 (2021-11-22)

- Provide NDK `build_tag` version from `source.properties` in the NDK root.

# 0.4.2 (2021-08-06)
Expand Down
2 changes: 1 addition & 1 deletion ndk-build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ndk-build"
version = "0.4.2"
version = "0.4.3"
authors = ["The Rust Windowing contributors"]
edition = "2018"
description = "Utilities for building Android binaries"
Expand Down
2 changes: 1 addition & 1 deletion ndk-glue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Unreleased

# 0.5.0 (2021-11-16)
# 0.5.0 (2021-11-22)

- Document when to lock and unlock the window/input queue when certain events are received.
- **Breaking:** Update to `ndk 0.5.0` and `ndk-macros 0.3.0`.
Expand Down
2 changes: 1 addition & 1 deletion ndk-macro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Unreleased

# 0.3.0 (2021-11-16)
# 0.3.0 (2021-11-22)

- **Breaking:** Removed `android_logger` and `log` crate path overrides from macro input attributes in favour of using the reexports from `ndk-glue`.
Applications no longer have to provide these crates in scope of the `ndk_glue::main` macro when logging is enabled.
Expand Down
2 changes: 1 addition & 1 deletion ndk-sys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Unreleased

# 0.2.2 (2021-11-16)
# 0.2.2 (2021-11-22)

- Regenerate against NDK r23 (#178)

Expand Down
2 changes: 1 addition & 1 deletion ndk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Unreleased

# 0.5.0 (2021-11-16)
# 0.5.0 (2021-11-22)

- **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.
Expand Down

0 comments on commit 55539dc

Please sign in to comment.