From 8cc6088fe0dc3b7e7945e4c637f8d510abe97910 Mon Sep 17 00:00:00 2001 From: koekeishiya Date: Sun, 19 Jan 2020 19:11:56 +0100 Subject: [PATCH] v2.2.1 --- CHANGELOG.md | 7 ++++++- src/yabai.c | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfbcb4f8..d407497c 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] +## [2.2.1] - 2020-01-19 +### Changed +- Specify minimum macOS target version 10.13 when compiling [#371](https://github.com/koekeishiya/yabai/issues/371) + ## [2.2.0] - 2020-01-19 ### Added - Ability to do real picture-in-picture of any arbitrary window [#286](https://github.com/koekeishiya/yabai/issues/286) @@ -159,7 +163,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.2.0...HEAD +[Unreleased]: https://github.com/koekeishiya/yabai/compare/v2.2.1...HEAD +[2.2.1]: https://github.com/koekeishiya/yabai/compare/v2.2.0...v2.2.1 [2.2.0]: https://github.com/koekeishiya/yabai/compare/v2.1.3...v2.2.0 [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 diff --git a/src/yabai.c b/src/yabai.c index 4ec3597f..4c0eae31 100644 --- a/src/yabai.c +++ b/src/yabai.c @@ -20,7 +20,7 @@ #define MAJOR 2 #define MINOR 2 -#define PATCH 0 +#define PATCH 1 #define CONNECTION_CALLBACK(name) void name(uint32_t type, void *data, size_t data_length, void *context, int cid) typedef CONNECTION_CALLBACK(connection_callback);