We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70bc223 commit 125a9e1Copy full SHA for 125a9e1
2 files changed
README.md
@@ -99,10 +99,16 @@ Apache License 2.0
99
100
# Release Notes
101
102
+## 0.3.1
103
+
104
+- set back default style as jiffy
105
+- fix bugs around nil/null handling
106
107
## 0.3.0
108
109
- supports map new in 17.0
110
- jiffy-style maps will be deprecated in near future
111
+- set default style as map
112
113
## 0.2.8
114
src/msgpack.app.src
@@ -1,6 +1,6 @@
1
{application, msgpack,
2
[{description, "MessagePack serializer/deserializer"},
3
- {vsn, "0.3.0"},
+ {vsn, "0.3.1"},
4
{modules,
5
[msgpack]
6
},
0 commit comments