Skip to content

Commit

Permalink
Release version 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsie committed Jan 30, 2023
1 parent c9add98 commit bafd4d3
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
12 changes: 12 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Version 0.4.4
=============
Released: 2023-01-30

This release adds the following features:
* Add new API to make emulation easier to use

This release fixes the following bugs:
* Emit remove devices with matching tags when loading contexts
* Fix a critical warning when finalizing devices without endpoints
* Reduce the debugging level when emulating firmware

Version 0.4.3
=============
Released: 2022-12-20
Expand Down
14 changes: 14 additions & 0 deletions contrib/org.freedesktop.GUsb.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,20 @@
<binary>gusbcmd</binary>
</provides>
<releases>
<release version="0.4.4" date="2023-01-30">
<description>
<p>This release adds the following features:</p>
<ul>
<li>Add new API to make emulation easier to use</li>
</ul>
<p>This release fixes the following bugs:</p>
<ul>
<li>Emit remove devices with matching tags when loading contexts</li>
<li>Fix a critical warning when finalizing devices without endpoints</li>
<li>Reduce the debugging level when emulating firmware</li>
</ul>
</description>
</release>
<release version="0.4.3" date="2022-12-20">
<description>
<p>This release fixes the following bugs:</p>
Expand Down

0 comments on commit bafd4d3

Please sign in to comment.