Skip to content

Commit 21e85e9

Browse files
authored
v0.4.7 (#288)
1 parent 4bb5689 commit 21e85e9

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
# Unreleased
22

3-
- Update to `objc2` 0.6.0.
4-
- Bump MSRV to Rust 1.71.
5-
- Make `Context` cloneable.
6-
- Added `Buffer::width()` and `Buffer::height()` getters.
3+
# 0.4.7
4+
5+
- Added support for Android using the `ndk` crate.
76
- Added support for `wasm64-*` targets.
7+
- Improved examples.
8+
- Added `Buffer::width()` and `Buffer::height()` getters.
9+
- `Context` now implements `Clone`.
810
- `Context`, `Surface` and `Buffer` now implement `Debug`.
11+
- Bump MSRV to Rust 1.71.
12+
- Replace `log` with `tracing`.
13+
- Remove `cfg_aliases` dependency.
14+
- Update to `objc2` 0.6, `objc2-*` 0.3, `drm` 0.14, `rustix` 1.0 and `windows-sys` 0.61.
915

1016
# 0.4.6
1117

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "softbuffer"
3-
version = "0.4.6"
3+
version = "0.4.7"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "Cross-platform software buffer"

0 commit comments

Comments
 (0)