From d263fa28cf0224af578b41873b7173b2a534b83d Mon Sep 17 00:00:00 2001 From: koekeishiya Date: Sun, 30 Jun 2019 13:13:24 +0200 Subject: [PATCH] v1.0.3 --- CHANGELOG.md | 5 ++++- src/yabai.c | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb807e58..c3a0ba8a 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] + +## [1.0.3] - 2019-06-30 ### Changed - Prevent *status_bar* and *window borders* from displaying in native fullscreen spaces [#71](https://github.com/koekeishiya/yabai/issues/71) - Fixed an issue with the *status_bar* where *has_battery* and *charging* would not be default initialized when macOS report that there are zero power sources [#60](https://github.com/koekeishiya/yabai/issues/60) @@ -24,6 +26,7 @@ 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/v1.0.2...HEAD +[Unreleased]: https://github.com/koekeishiya/yabai/compare/v1.0.3...HEAD +[1.0.3]: https://github.com/koekeishiya/yabai/compare/v1.0.2...v1.0.3 [1.0.2]: https://github.com/koekeishiya/yabai/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/koekeishiya/yabai/releases/tag/v1.0.1 diff --git a/src/yabai.c b/src/yabai.c index eb7fda58..ce57ded4 100644 --- a/src/yabai.c +++ b/src/yabai.c @@ -20,7 +20,7 @@ #define MAJOR 1 #define MINOR 0 -#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);