Skip to content

Commit 2588b83

Browse files
committed
Release 1.1.0
1 parent 1a71900 commit 2588b83

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.1.0
2+
- `Eterl` now implements `Codec` and `Converter`.
3+
- Improved some performance issues.
4+
- Added benchmarks.
5+
- `Stream`s can now be transformed using `eterl.packer`.
6+
17
# 1.0.4
28
- Close conversion sink when the underlying stream closes.
39

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: eterl
22
description: Eterl is a fast packer and unpacker for the External Term Erlang Format (version 131).
3-
version: 1.0.4
3+
version: 1.1.0
44
repository: https://github.com/Rapougnac/eterl
55
issue_tracker: https://github.com/Rapougnac/eterl/issues
66

0 commit comments

Comments
 (0)