From bbb7d37067633a43a183d082670d41a74f95f394 Mon Sep 17 00:00:00 2001 From: koekeishiya Date: Tue, 2 Feb 2021 16:20:13 +0100 Subject: [PATCH] v3.3.7 --- CHANGELOG.md | 7 ++++++- src/yabai.c | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 911acce3..62d678a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] +## [3.3.7] - 2021-02-02 +### Changed +- Update scripting addition to support macOS 11.2 [#823](https://github.com/koekeishiya/yabai/issues/823) + ## [3.3.6] - 2020-12-18 ### Changed - Update scripting addition to support macOS 11.1 [#762](https://github.com/koekeishiya/yabai/issues/762) @@ -337,7 +341,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Added - First official release -[Unreleased]: https://github.com/koekeishiya/yabai/compare/v3.3.6...HEAD +[Unreleased]: https://github.com/koekeishiya/yabai/compare/v3.3.7...HEAD +[3.3.7]: https://github.com/koekeishiya/yabai/compare/v3.3.6...v3.3.7 [3.3.6]: https://github.com/koekeishiya/yabai/compare/v3.3.5...v3.3.6 [3.3.5]: https://github.com/koekeishiya/yabai/compare/v3.3.4...v3.3.5 [3.3.4]: https://github.com/koekeishiya/yabai/compare/v3.3.3...v3.3.4 diff --git a/src/yabai.c b/src/yabai.c index f4e83de0..5bbd234c 100644 --- a/src/yabai.c +++ b/src/yabai.c @@ -20,7 +20,7 @@ #define MAJOR 3 #define MINOR 3 -#define PATCH 6 +#define PATCH 7 #define CONNECTION_CALLBACK(name) void name(uint32_t type, void *data, size_t data_length, void *context, int cid) typedef CONNECTION_CALLBACK(connection_callback);