Skip to content

Commit

Permalink
Bump to version 1.0.1
Browse files Browse the repository at this point in the history
See the CHANGELOG for more info
  • Loading branch information
Tony Crisci committed Aug 8, 2020
1 parent 85bb2ed commit 9244404
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog - i3ipc-GLib

## Version 1.0.1

This release adds bugfixes and breaking changes.

* Fix memory leak in i3ipcCon (#7)
* Change window id type to uint (breaking) (#9)
* Add `i3ipc_connection_main_with_context` (#13)
* Add `window_role` property (#14)
* Fix `i3ipc_con_descendents` memory leak (#15)
* Add support for `GET_CONFIG` i3ipc message. (#29)

## Version 0.6.0

This release adds two new container properties.
Expand Down
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
m4_define([i3ipc_major_version], [0])
m4_define([i3ipc_minor_version], [6])
m4_define([i3ipc_micro_version], [0])
m4_define([i3ipc_major_version], [1])
m4_define([i3ipc_minor_version], [0])
m4_define([i3ipc_micro_version], [1])

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

Expand Down

0 comments on commit 9244404

Please sign in to comment.