Skip to content

Commit

Permalink
Bump to version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Crisci committed Jun 2, 2015
1 parent 65c2f05 commit 2d59487
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog - i3ipc-GLib

## Version 0.6.0

This release adds two new container properties.

* con "focus" property is a list of con ids that represents the focus stack of child nodes.
* con "deco_rect" property is the coordinates of the window decoration inside its container.

## Version 0.5.0

This release adds the new `binding` event on the i3ipcConnection and some other bugfixes and features.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
m4_define([i3ipc_major_version], [0])
m4_define([i3ipc_minor_version], [5])
m4_define([i3ipc_minor_version], [6])
m4_define([i3ipc_micro_version], [0])

m4_define([i3ipc_version], [i3ipc_major_version.i3ipc_minor_version.i3ipc_micro_version])
Expand Down

0 comments on commit 2d59487

Please sign in to comment.