Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexedia committed May 28, 2024
1 parent 1a71900 commit 2588b83
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.1.0
- `Eterl` now implements `Codec` and `Converter`.
- Improved some performance issues.
- Added benchmarks.
- `Stream`s can now be transformed using `eterl.packer`.

# 1.0.4
- Close conversion sink when the underlying stream closes.

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: eterl
description: Eterl is a fast packer and unpacker for the External Term Erlang Format (version 131).
version: 1.0.4
version: 1.1.0
repository: https://github.com/Rapougnac/eterl
issue_tracker: https://github.com/Rapougnac/eterl/issues

Expand Down

0 comments on commit 2588b83

Please sign in to comment.