Skip to content

Commit db889db

Browse files
committed
v0.12.5
1 parent bff3363 commit db889db

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project
66
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.12.5] - 2025-04-07
9+
10+
### Fixed
11+
12+
- Segmentation fault crash and flickering on MacOS when resizing the swapchain (_See [#99](https://github.com/attackgoat/screen-13/pull/99)_)
13+
814
## [0.12.4] - 2025-03-30
915

1016
### Added
@@ -642,3 +648,4 @@ _See [#25](https://github.com/attackgoat/screen-13/pull/25) for migration detail
642648
[0.12.2]: https://crates.io/crates/screen-13/0.12.2
643649
[0.12.3]: https://crates.io/crates/screen-13/0.12.3
644650
[0.12.4]: https://crates.io/crates/screen-13/0.12.4
651+
[0.12.5]: https://crates.io/crates/screen-13/0.12.5

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "screen-13"
3-
version = "0.12.4"
3+
version = "0.12.5"
44
authors = ["John Wells <john@attackgoat.com>"]
55
edition = "2024"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)