Skip to content

Commit

Permalink
Release ndk-sys-0.5.0-beta.0, ndk-0.8.0-beta.0 (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 committed Aug 15, 2023
1 parent 6bc7fce commit 3114143
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions ndk-sys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# 0.5.0-beta.0 (2023-08-15)

- **Breaking:** Regenerate against NDK `25.2.9519653` with `rust-bindgen 0.66.0`. (#324, #370)

# 0.4.1 (2022-11-23)
Expand Down
2 changes: 1 addition & 1 deletion ndk-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ndk-sys"
version = "0.4.1+23.1.7779620" # Current source contains 25.2.9519653
version = "0.5.0-beta.0+25.2.9519653"
authors = ["The Rust Windowing contributors"]
edition = "2021"
description = "FFI bindings for the Android NDK"
Expand Down
3 changes: 3 additions & 0 deletions ndk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# 0.8.0-beta.0 (2023-08-15)

- event: Add `tool_type` getter for `Pointer`. (#323)
- input_queue: Allow any non-zero return code from `pre_dispatch()` again, as per documentation. (#325)
- asset: Use entire asset length when mapping buffer. (#387)
Expand All @@ -18,6 +20,7 @@
- **Breaking:** media_codec: Add support for asynchronous notification callbacks. (#410)
- Add panic guards to callbacks. (#412)
- looper: Add `remove_fd()` to unregister events/callbacks for a file descriptor. (#416)
- **Breaking:** Upgrade to [`ndk-sys 0.5.0`](../ndk-sys/CHANGELOG.md#050-beta0-2023-08-15). (#420)

# 0.7.0 (2022-07-24)

Expand Down
4 changes: 2 additions & 2 deletions ndk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ndk"
version = "0.7.0"
version = "0.8.0-beta.0"
authors = ["The Rust Windowing contributors"]
edition = "2021"
description = "Safe Rust bindings to the Android NDK"
Expand Down Expand Up @@ -45,7 +45,7 @@ optional = true
[dependencies.ffi]
package = "ndk-sys"
path = "../ndk-sys"
version = "0.4.0"
version = "0.5.0-beta.0"

[package.metadata.docs.rs]
features = ["jni", "all"]
Expand Down

0 comments on commit 3114143

Please sign in to comment.