Skip to content

Commit 212e5a9

Browse files
committed
v6.0.11
1 parent 4878ade commit 212e5a9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [6.0.11] - 2024-02-11
810
### Changed
911
- Adjustments to mission control integration on Ventura and Sonoma due to subtle issues with window operations that cross monitor boundaries [#2088](https://github.com/koekeishiya/yabai/issues/2088)
1012

@@ -565,7 +567,8 @@ The *window_destroyed* signal is now triggered for windows that are implicitly d
565567
### Added
566568
- First official release
567569

568-
[Unreleased]: https://github.com/koekeishiya/yabai/compare/v6.0.10...HEAD
570+
[Unreleased]: https://github.com/koekeishiya/yabai/compare/v6.0.11...HEAD
571+
[6.0.11]: https://github.com/koekeishiya/yabai/compare/v6.0.10...v6.0.11
569572
[6.0.10]: https://github.com/koekeishiya/yabai/compare/v6.0.9...v6.0.10
570573
[6.0.9]: https://github.com/koekeishiya/yabai/compare/v6.0.8...v6.0.9
571574
[6.0.8]: https://github.com/koekeishiya/yabai/compare/v6.0.7...v6.0.8

src/yabai.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
#define MAJOR 6
2424
#define MINOR 0
25-
#define PATCH 10
25+
#define PATCH 11
2626

2727
struct event_loop g_event_loop;
2828
void *g_workspace_context;

0 commit comments

Comments
 (0)