Skip to content

Commit

Permalink
Merge pull request #360 from vmihailenco/release/v5.4.1
Browse files Browse the repository at this point in the history
chore: release v5.4.1 (release.sh)
  • Loading branch information
vmihailenco committed Oct 26, 2023
2 parents e5d47a2 + 781a0da commit 19c91df
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [5.4.1](https://github.com/vmihailenco/msgpack/compare/v5.4.0...v5.4.1) (2023-10-26)


### Bug Fixes

* **reflect:** not assignable to type ([edeaedd](https://github.com/vmihailenco/msgpack/commit/edeaeddb2d51868df8c6ff2d8a218b527aeaf5fd))



# [5.4.0](https://github.com/vmihailenco/msgpack/compare/v5.3.6...v5.4.0) (2023-10-01)


Expand Down
2 changes: 1 addition & 1 deletion extra/msgpappengine/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ go 1.15
replace github.com/vmihailenco/msgpack/v5 => ../..

require (
github.com/vmihailenco/msgpack/v5 v5.4.0
github.com/vmihailenco/msgpack/v5 v5.4.1
google.golang.org/appengine v1.6.7
)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "msgpack",
"version": "5.4.0"
"version": "5.4.1"
}
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package msgpack

// Version is the current release version.
func Version() string {
return "5.4.0"
return "5.4.1"
}

0 comments on commit 19c91df

Please sign in to comment.