Skip to content

Commit

Permalink
Prepare 0.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gnuvince committed Sep 2, 2018
1 parent 56c7ae9 commit 2195e54
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "ppbert"
description = "Simple pretty printer for Erlang's External Term Format"
homepage = "https://github.com/gnuvince/ppbert"
version = "0.7.0"
version = "0.8.0"
license = "MIT"
authors = ["Vincent Foley <vfoley@gmail.com>"]

Expand Down
15 changes: 15 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
0.8.0
=====

API change
----------

- Replace `BertTerm::dump_term` with `BertTerm::write_as_bert`.

Other changes
-------------

- Add API documentation in bertterm



0.7.0
=====

Expand Down

0 comments on commit 2195e54

Please sign in to comment.