Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koekeishiya committed May 1, 2020
1 parent 7d1b6e8 commit 74c2bd1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 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]

## [3.0.0] - 2020-05-01
### Removed
- The deprecated rule option *topmost='<BOOL_SEL>'* has been removed.
- The built-in status bar has been removed. [#486](https://github.com/koekeishiya/yabai/issues/486)
Expand Down Expand Up @@ -225,7 +227,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.4.3...HEAD
[Unreleased]: https://github.com/koekeishiya/yabai/compare/v3.0.0...HEAD
[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
[2.4.1]: https://github.com/koekeishiya/yabai/compare/v2.4.0...v2.4.1
Expand Down
6 changes: 3 additions & 3 deletions src/yabai.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
#define SCRPT_ADD_CHECK_OPT "--check-sa"
#define SCRPT_ADD_LOAD_OPT "--load-sa"

#define MAJOR 2
#define MINOR 4
#define PATCH 3
#define MAJOR 3
#define MINOR 0
#define PATCH 0

#define CONNECTION_CALLBACK(name) void name(uint32_t type, void *data, size_t data_length, void *context, int cid)
typedef CONNECTION_CALLBACK(connection_callback);
Expand Down

0 comments on commit 74c2bd1

Please sign in to comment.