Skip to content

Commit

Permalink
Bump version (now 2.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
aerosol committed Nov 3, 2015
1 parent ca3f8b7 commit 52a6c1f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ It's a weekend-over-beer-project of mine, loosely based on

```elixir
def deps do
[{:tabula, "~> 1.0.0"}]
[{:tabula, "~> 2.0.1"}]
end
```

Expand Down Expand Up @@ -101,6 +101,9 @@ iex(1)> Repo.all(Account) |> Tabula.print_table(only: ["#", :name, :key])
2 | Thomas | c0ae1f149298ffded9f41a828cf5
```

You can use `render_table` to return an `iolist` of the rendered data,
if you wish not to write to stdout.

If in doubt, please consult the tests.

## MaybeFutureFeatures
Expand All @@ -112,6 +115,7 @@ If time permits I would like to implement the following extensions (contribution
- Cell contents wrapping
- Option to define max table width

## Contact
## Authors

Author: Adam Rutkowski `<[email protected]>`, freenode: `hq1`
Adam Rutkowski - https://twitter.com/hq1aerosol
Adrian Gruntkowski - https://twitter.com/adrgrunt
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Tabula.Mixfile do

def project do
[app: :tabula,
version: "1.0.1",
version: "2.0.1",
elixir: "~> 1.0",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down

0 comments on commit 52a6c1f

Please sign in to comment.