Skip to content

Commit

Permalink
Bump to 0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
emoon committed Jan 20, 2025
1 parent 70a984f commit 9862ca8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

This project follows semantic versioning.

### v0.28 (2025-01-20)

- [fixed] raw window handle and related fixes to get wgpu working. (Thanks Wumpf!)
- [fixed] Various example fixes.
- [fixed] Various WASM improvements. (Thanks augustkline!)
- [fixed] Various changelog and doc fixes. (Thanks Chubercik!)

### v0.27 (2024-05-20)

- [fixed] Temporary fix for struct layout issue on Windows.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "minifb"
version = "0.27.0"
version = "0.28.0"
license = "MIT OR Apache-2.0"
authors = ["Daniel Collin <[email protected]>"]
description = "Cross-platform window setup with optional bitmap rendering"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Usage
```toml
# Cargo.toml
[dependencies]
minifb = "0.27"
minifb = "0.28"
```

Example
Expand Down

0 comments on commit 9862ca8

Please sign in to comment.