Skip to content

Commit

Permalink
Merge pull request #355 from vmihailenco/release/v5.3.6
Browse files Browse the repository at this point in the history
chore: release v5.3.6 (release.sh)
  • Loading branch information
vmihailenco authored Oct 1, 2023
2 parents 65e50f5 + d72b368 commit 684c6ae
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [5.3.6](https://github.com/vmihailenco/msgpack/compare/v5.3.5...v5.3.6) (2023-10-01)


### Features

* allow overwriting time.Time parsing from extID 13 (for NodeJS Date) ([9a6b73b](https://github.com/vmihailenco/msgpack/commit/9a6b73b3588fd962d568715f4375e24b089f7066))
* apply omitEmptyFlag to empty structs ([e5f8d03](https://github.com/vmihailenco/msgpack/commit/e5f8d03c0a1dd9cc571d648cd610305139078de5))
* support sorted keys for map[string]bool ([690c1fa](https://github.com/vmihailenco/msgpack/commit/690c1fab9814fab4842295ea986111f49850d9a4))



## [5.3.5](https://github.com/vmihailenco/msgpack/compare/v5.3.4...v5.3.5) (2021-10-22)

- Allow decoding `nil` code as boolean false.
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.3.5
github.com/vmihailenco/msgpack/v5 v5.3.6
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.3.5"
"version": "5.3.6"
}
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.3.5"
return "5.3.6"
}

0 comments on commit 684c6ae

Please sign in to comment.