Skip to content

Commit

Permalink
chore: update CHANGELOG and README
Browse files Browse the repository at this point in the history
  • Loading branch information
hpopp committed May 29, 2019
1 parent efaa808 commit d7e5e1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.10.0
* Added `:device` option to `Scribe.print/2` for printing to a specific device.
Defaults to `:stdio`

## v0.9.0
* `NoBorder` style added.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pretty-print tables of Elixir structs and maps. Inspired by [hirb](https://githu
```elixir
def deps do
[
{:scribe, "~> 0.9"}
{:scribe, "~> 0.10"}
]
end
```
Expand Down

0 comments on commit d7e5e1b

Please sign in to comment.