From e88bfbe531f5dda2c19a2eb34d81d8fecf45bab7 Mon Sep 17 00:00:00 2001 From: koekeishiya Date: Sat, 9 May 2020 20:20:27 +0200 Subject: [PATCH] v3.0.1 --- CHANGELOG.md | 5 ++++- src/yabai.c | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 191c0e92..a445bcc4 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.0.1] - 2020-05-09 ### Changed - Update scripting addition for macOS 10.15.5 Beta (19F72f) [#501](https://github.com/koekeishiya/yabai/issues/501) - Allow calling `space --label` without an argument to intentionally remove a previously assigned label [#514](https://github.com/koekeishiya/yabai/issues/514) @@ -232,7 +234,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.0.0...HEAD +[Unreleased]: https://github.com/koekeishiya/yabai/compare/v3.0.1...HEAD +[3.0.1]: https://github.com/koekeishiya/yabai/compare/v3.0.0...v3.0.1 [3.0.0]: https://github.com/koekeishiya/yabai/compare/v2.4.3...v3.0.0 [2.4.3]: https://github.com/koekeishiya/yabai/compare/v2.4.2...v2.4.3 [2.4.2]: https://github.com/koekeishiya/yabai/compare/v2.4.1...v2.4.2 diff --git a/src/yabai.c b/src/yabai.c index 6992dd72..2b3c6d18 100644 --- a/src/yabai.c +++ b/src/yabai.c @@ -20,7 +20,7 @@ #define MAJOR 3 #define MINOR 0 -#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);