-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #358: 0.3 release, part 2: update Liana dependency in the GUI, …
…release 0.3 of the GUI d24dc06 doc: adapt the try-out guide to non-Linux platforms (Antoine Poinsot) 25760e8 README: various fixes, especially regarding hot keys now available (Antoine Poinsot) c66eb43 doc: update the TRY.md tutorial to use hot keys (Antoine Poinsot) 1449c48 README: update the introduction with the current state of development (Antoine Poinsot) 46a4da3 gui: update Liana to 0.3 and release 0.3 (Antoine Poinsot) Pull request description: ACKs for top commit: darosior: self-ACK d24dc06 -- mostly documentation Tree-SHA512: 41692c5b2e0fcfe10313bef04280e5b1338e8efd3339980a6b0cb1bb78bba41adf18b8b6b4d216e5699077eda094b295e47343d2f6497dc286e9d2e3424b06cc
- Loading branch information
Showing
5 changed files
with
86 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,6 @@ use liana::Version; | |
|
||
pub const VERSION: Version = Version { | ||
major: 0, | ||
minor: 2, | ||
minor: 3, | ||
patch: 0, | ||
}; |