v0.4.0
gutschilla
tagged this
29 Aug 09:45
depreciated random functions in Erlang. We go ahead using plain `Enum.random/1` instead, implementing our own `PdfGenerator.Random.string/1` function. This also removes a common pitfall when drafting a release with distillery. * Thanks to [Hugo Maia Vieira](https://github.com/hugomaiavieira) for this contribution! * Since `Enum.random/1` is only available since September 2015 (three years ago) I am OK with raising the minimum Elixir version to v1.1 – Since this may break projects still running on Elixir v1.0 **I bumped the version to 0.4.0***.