From e8b409b309523c3826c760a3c89feeb899dba7c6 Mon Sep 17 00:00:00 2001 From: koekeishiya Date: Thu, 3 Dec 2020 20:55:26 +0100 Subject: [PATCH] v3.3.5 --- CHANGELOG.md | 5 ++++- src/yabai.c | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0767f6db..f5809806 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [3.3.5] - 2020-12-03 ### Changed - Improved SIP detection logic [#716](https://github.com/koekeishiya/yabai/issues/716) - Windows that do not report a title at all should be treated as having the empty string as its title [#707](https://github.com/koekeishiya/yabai/issues/707) @@ -329,7 +331,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.4...HEAD +[Unreleased]: https://github.com/koekeishiya/yabai/compare/v3.3.5...HEAD +[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 [3.3.3]: https://github.com/koekeishiya/yabai/compare/v3.3.2...v3.3.3 [3.3.2]: https://github.com/koekeishiya/yabai/compare/v3.3.1...v3.3.2 diff --git a/src/yabai.c b/src/yabai.c index ee529791..fc0a4182 100644 --- a/src/yabai.c +++ b/src/yabai.c @@ -20,7 +20,7 @@ #define MAJOR 3 #define MINOR 3 -#define PATCH 4 +#define PATCH 5 #define CONNECTION_CALLBACK(name) void name(uint32_t type, void *data, size_t data_length, void *context, int cid) typedef CONNECTION_CALLBACK(connection_callback);