From 2aa8e5a37d3bf76ea0824bde55aeb55dd5231c0f Mon Sep 17 00:00:00 2001 From: koekeishiya Date: Fri, 29 Nov 2019 17:49:12 +0100 Subject: [PATCH] v2.1.3 --- CHANGELOG.md | 5 ++++- src/yabai.c | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52c70905..b74ce4a1 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] + +## [2.1.3] - 2019-11-29 ### Changed - Fix regression causing window_destroyed signal to not be triggered (after adding app and title filter) [#308](https://github.com/koekeishiya/yabai/issues/308) - Fixed an invalid memory access when using mouse-drag to warp a window to another display when both displays contain only a single window [#309](https://github.com/koekeishiya/yabai/issues/309) @@ -141,7 +143,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/v2.1.2...HEAD +[Unreleased]: https://github.com/koekeishiya/yabai/compare/v2.1.3...HEAD +[2.1.3]: https://github.com/koekeishiya/yabai/compare/v2.1.2...v2.1.3 [2.1.2]: https://github.com/koekeishiya/yabai/compare/v2.1.1...v2.1.2 [2.1.1]: https://github.com/koekeishiya/yabai/compare/v2.1.0...v2.1.1 [2.1.0]: https://github.com/koekeishiya/yabai/compare/v2.0.1...v2.1.0 diff --git a/src/yabai.c b/src/yabai.c index ca2e39a6..e19b6927 100644 --- a/src/yabai.c +++ b/src/yabai.c @@ -20,7 +20,7 @@ #define MAJOR 2 #define MINOR 1 -#define PATCH 2 +#define PATCH 3 #define CONNECTION_CALLBACK(name) void name(uint32_t type, void *data, size_t data_length, void *context, int cid) typedef CONNECTION_CALLBACK(connection_callback);