Skip to content

Commit

Permalink
v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koekeishiya committed Oct 10, 2023
1 parent eee8db1 commit 94752eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

## [6.0.0] - 2023-10-10
### Added
- Window query property `layer` has been added [#1887](https://github.com/koekeishiya/yabai/issues/1887)

Expand Down Expand Up @@ -503,7 +505,8 @@ The *window_destroyed* signal is now triggered for windows that are implicitly d
### Added
- First official release

[Unreleased]: https://github.com/koekeishiya/yabai/compare/v5.0.9...HEAD
[Unreleased]: https://github.com/koekeishiya/yabai/compare/v6.0.0...HEAD
[6.0.0]: https://github.com/koekeishiya/yabai/compare/v5.0.9...v6.0.0
[5.0.9]: https://github.com/koekeishiya/yabai/compare/v5.0.8...v5.0.9
[5.0.8]: https://github.com/koekeishiya/yabai/compare/v5.0.7...v5.0.8
[5.0.7]: https://github.com/koekeishiya/yabai/compare/v5.0.6...v5.0.7
Expand Down
4 changes: 2 additions & 2 deletions src/yabai.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
#define HELP_OPT_LONG "--help"
#define HELP_OPT_SHRT "-h"

#define MAJOR 5
#define MAJOR 6
#define MINOR 0
#define PATCH 9
#define PATCH 0

struct event_loop g_event_loop;
void *g_workspace_context;
Expand Down

0 comments on commit 94752eb

Please sign in to comment.