Skip to content

Commit 49bbbba

Browse files
authored
Release ndk-sys-0.6.0, ndk-0.9.0 (#472)
1 parent 9ba82ab commit 49bbbba

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

ndk-sys/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
# 0.6.0 (2024-04-26)
4+
35
- Generate against upstream NDK build `11769913`. (#471)
46
- Add `nativewindow` feature to link against `libnativewindow`. (#465)
57

ndk-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ndk-sys"
3-
version = "0.5.0+11769913"
3+
version = "0.6.0+11769913"
44
authors = ["The Rust Windowing contributors"]
55
edition = "2021"
66
description = "FFI bindings for the Android NDK"

ndk/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
# 0.9.0 (2024-04-26)
4+
35
- Move `MediaFormat` from `media::media_codec` to its own `media::media_format` module. (#442)
46
- media_format: Expose `MediaFormat::copy()` and `MediaFormat::clear()` from API level 29. (#449)
57
- **Breaking:** media_format: Mark all `fn set_*()` and `fn str()` as taking `self` by `&mut`. (#452)
@@ -27,6 +29,7 @@
2729
- **Breaking:** audio: Merge `AudioResult` variant enum into `AudioError`. (#467)
2830
- data_space: Add missing `DataSpaceRange::Unspecified` variant. (#468)
2931
- **Breaking:** looper: Require `Send` marker when adding fd event callbacks on `ForeignLooper`. (#469)
32+
- **Breaking:** Upgrade to [`ndk-sys 0.6.0`](../ndk-sys/CHANGELOG.md#060-2024-04-26). (#472)
3033

3134
# 0.8.0 (2023-10-15)
3235

ndk/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ndk"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
authors = ["The Rust Mobile contributors"]
55
edition = "2021"
66
description = "Safe Rust bindings to the Android NDK"
@@ -53,7 +53,7 @@ optional = true
5353
[dependencies.ffi]
5454
package = "ndk-sys"
5555
path = "../ndk-sys"
56-
version = "0.5.0"
56+
version = "0.6.0"
5757

5858
[dev-dependencies]
5959
# Only for use in documentation and doc-tests

0 commit comments

Comments
 (0)