mirror of
https://github.com/valitydev/msgpack-erlang.git
synced 2024-11-06 00:35:24 +00:00
Release 0.6.0
This commit is contained in:
parent
d44013db31
commit
f4639fb968
@ -150,6 +150,10 @@ Apache License 2.0
|
||||
|
||||
# Release Notes
|
||||
|
||||
## 0.6.0
|
||||
|
||||
- Support OTP 19.0
|
||||
|
||||
## 0.5.0
|
||||
|
||||
- Renewed optional arguments to pack/unpack interface. This is
|
||||
|
@ -1,6 +1,6 @@
|
||||
{application,msgpack,
|
||||
[{description,"MessagePack serializer/deserializer"},
|
||||
{vsn,"0.5.0"},
|
||||
{vsn,"0.6.0"},
|
||||
{modules,[msgpack]},
|
||||
{maintainers,["Kota Uenishi","Yuki Ito"]},
|
||||
{licenses,["Apache"]},
|
||||
|
Loading…
Reference in New Issue
Block a user