Skip to content

Commit 19c91df

Browse files
authored
Merge pull request #360 from vmihailenco/release/v5.4.1
chore: release v5.4.1 (release.sh)
2 parents e5d47a2 + 781a0da commit 19c91df

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [5.4.1](https://github.com/vmihailenco/msgpack/compare/v5.4.0...v5.4.1) (2023-10-26)
2+
3+
4+
### Bug Fixes
5+
6+
* **reflect:** not assignable to type ([edeaedd](https://github.com/vmihailenco/msgpack/commit/edeaeddb2d51868df8c6ff2d8a218b527aeaf5fd))
7+
8+
9+
110
# [5.4.0](https://github.com/vmihailenco/msgpack/compare/v5.3.6...v5.4.0) (2023-10-01)
211

312

extra/msgpappengine/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ go 1.15
55
replace github.com/vmihailenco/msgpack/v5 => ../..
66

77
require (
8-
github.com/vmihailenco/msgpack/v5 v5.4.0
8+
github.com/vmihailenco/msgpack/v5 v5.4.1
99
google.golang.org/appengine v1.6.7
1010
)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"name": "msgpack",
3-
"version": "5.4.0"
3+
"version": "5.4.1"
44
}

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ package msgpack
22

33
// Version is the current release version.
44
func Version() string {
5-
return "5.4.0"
5+
return "5.4.1"
66
}

0 commit comments

Comments
 (0)