Skip to content

Commit

Permalink
- 0.3.3
Browse files Browse the repository at this point in the history
    -BUGFIX: typo in config/prod.exs
  • Loading branch information
gutschilla committed May 4, 2016
1 parent c7fa41d commit 4def8f5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changes

- 0.3.3
-BUGFIX: typo in config/prod.exs
- 0.3.2
- support for command prefixes, most notabably **xvfb-run** to let a
wkhtmltopdf which was compiled without an unpatched version of qt run on
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
A simple wrapper for wkhtmltopdf (HTML to PDF) and PDFTK (adds in encryption) for use in Elixir projects.
It is currently using temporary files instead of pipes or other means of IPC.

# New in 0.3.2
# New in 0.3.2 and 0.3.3

- 0.3.3
-BUGFIX: typo in config/prod.exs
- 0.3.2
- support for command prefixes, most notabably **xvfb-run** to let a
wkhtmltopdf which was compiled without an unpatched version of qt run on
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule PdfGenerator.Mixfile do
[
app: :pdf_generator,
name: "PDF Generator",
version: "0.3.2",
version: "0.3.3",
elixir: ">= 1.0.0",
deps: deps,
description: description,
Expand Down

0 comments on commit 4def8f5

Please sign in to comment.