Skip to content

Commit 3114143

Browse files
authored
Release ndk-sys-0.5.0-beta.0, ndk-0.8.0-beta.0 (#420)
1 parent 6bc7fce commit 3114143

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.5.0-beta.0 (2023-08-15)
4+
35
- **Breaking:** Regenerate against NDK `25.2.9519653` with `rust-bindgen 0.66.0`. (#324, #370)
46

57
# 0.4.1 (2022-11-23)

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.4.1+23.1.7779620" # Current source contains 25.2.9519653
3+
version = "0.5.0-beta.0+25.2.9519653"
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.8.0-beta.0 (2023-08-15)
4+
35
- event: Add `tool_type` getter for `Pointer`. (#323)
46
- input_queue: Allow any non-zero return code from `pre_dispatch()` again, as per documentation. (#325)
57
- asset: Use entire asset length when mapping buffer. (#387)
@@ -18,6 +20,7 @@
1820
- **Breaking:** media_codec: Add support for asynchronous notification callbacks. (#410)
1921
- Add panic guards to callbacks. (#412)
2022
- looper: Add `remove_fd()` to unregister events/callbacks for a file descriptor. (#416)
23+
- **Breaking:** Upgrade to [`ndk-sys 0.5.0`](../ndk-sys/CHANGELOG.md#050-beta0-2023-08-15). (#420)
2124

2225
# 0.7.0 (2022-07-24)
2326

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.7.0"
3+
version = "0.8.0-beta.0"
44
authors = ["The Rust Windowing contributors"]
55
edition = "2021"
66
description = "Safe Rust bindings to the Android NDK"
@@ -45,7 +45,7 @@ optional = true
4545
[dependencies.ffi]
4646
package = "ndk-sys"
4747
path = "../ndk-sys"
48-
version = "0.4.0"
48+
version = "0.5.0-beta.0"
4949

5050
[package.metadata.docs.rs]
5151
features = ["jni", "all"]

0 commit comments

Comments
 (0)