Skip to content

Commit f4639fb

Browse files
committed
Release 0.6.0
1 parent d44013d commit f4639fb

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,10 @@ Apache License 2.0
150150

151151
# Release Notes
152152

153+
## 0.6.0
154+
155+
- Support OTP 19.0
156+
153157
## 0.5.0
154158

155159
- Renewed optional arguments to pack/unpack interface. This is

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.5.0"},
3+
{vsn,"0.6.0"},
44
{modules,[msgpack]},
55
{maintainers,["Kota Uenishi","Yuki Ito"]},
66
{licenses,["Apache"]},

0 commit comments

Comments
 (0)