Skip to content

Commit 125a9e1

Browse files
committed
bump version
1 parent 70bc223 commit 125a9e1

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,16 @@ Apache License 2.0
9999

100100
# Release Notes
101101

102+
## 0.3.1
103+
104+
- set back default style as jiffy
105+
- fix bugs around nil/null handling
106+
102107
## 0.3.0
103108

104109
- supports map new in 17.0
105110
- jiffy-style maps will be deprecated in near future
111+
- set default style as map
106112

107113
## 0.2.8
108114

src/msgpack.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, msgpack,
22
[{description, "MessagePack serializer/deserializer"},
3-
{vsn, "0.3.0"},
3+
{vsn, "0.3.1"},
44
{modules,
55
[msgpack]
66
},

0 commit comments

Comments
 (0)