File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed
Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 55replace github.com/vmihailenco/msgpack/v5 => ../..
66
77require (
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)
Original file line number Diff line number Diff line change 11{
22 "name" : " msgpack" ,
3- "version" : " 5.4.0 "
3+ "version" : " 5.4.1 "
44}
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ package msgpack
22
33// Version is the current release version.
44func Version () string {
5- return "5.4.0 "
5+ return "5.4.1 "
66}
You can’t perform that action at this time.
0 commit comments