Skip to content

Commit

Permalink
release v0.15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Apr 19, 2024
1 parent c786af9 commit 797ffde
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v0.15.5 (Released 2024-04-19)

IMPROVEMENTS

- fix: don't add delmiter (or spaces) on {3600} when typecode is unspecified
- fix: sort lines by their tag

## v0.15.4 (Released 2024-04-17)

IMPROVEMENTS
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
package wire

// Version is version
const Version = "v0.15.4"
const Version = "v0.15.5"

0 comments on commit 797ffde

Please sign in to comment.