Skip to content

Commit

Permalink
Bump version to 0.9 and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Lentz committed Jan 3, 2023
1 parent bc95e36 commit 008a2a2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.9
* Now requires iwd >=1.29
* Use correct installation path for systemd unit file
* Gracefully handle "access denied" DBus error
* Recover DPP state and QR code after window is closed and re-opened
* Fix various memory leaks
* Reduce unnecessary string copies
* Fix rare segmentation fault in Station Diagnostics window

## 0.8
* New build-time dependency: Meson
* New build-time dependency: scdoc
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'iwgtk',
'c',
version: '0.8',
version: '0.9',
license: 'GPL-3.0-or-later',
meson_version: '>=0.60.0'
)
Expand Down
2 changes: 1 addition & 1 deletion misc/iwgtk.1.scd
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Report bugs using the issue tracker on Github

# COPYRIGHT

Copyright 2020-2022 Jesse Lentz <[email protected]> and contributors
Copyright 2020-2023 Jesse Lentz <[email protected]> and contributors

iwgtk is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit 008a2a2

Please sign in to comment.