Skip to content

Commit

Permalink
Release version 0.5
Browse files Browse the repository at this point in the history
Changes:

 * add support for wasm object files
 * parse linking and relocation sections
  • Loading branch information
radekdoulik committed Dec 4, 2024
1 parent 4d02e51 commit ba0a71d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<ProductVersion>0.4</ProductVersion>
<ProductVersion>0.5</ProductVersion>
</PropertyGroup>
</Project>
7 changes: 7 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### Release version 0.5

Changes:

* add support for wasm object files
* parse linking and relocation sections

### Release version 0.4

Changes:
Expand Down

0 comments on commit ba0a71d

Please sign in to comment.