Prepare release 0.3.2-1

This commit is contained in:
Jean-Sébastien Pédron 2015-03-28 01:46:59 +01:00
parent d3d14a47f9
commit b5eca9f34c
3 changed files with 10 additions and 2 deletions

View File

@ -2,7 +2,7 @@ dnl ------------------------------------------------------------------
dnl Autoconf initialization.
dnl ------------------------------------------------------------------
AC_INIT([yamerl], [0.3.1])
AC_INIT([yamerl], [0.3.2])
AC_CONFIG_SRCDIR([src/yamerl_app.erl])
AC_CONFIG_MACRO_DIR([m4])

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
erlang-yamerl (0.3.2-1) stable; urgency=low
* yamerl_parser: Don't build with HiPE by default
* Elixir/hex.pm support
* Fix generation of yamerl.app with nawk(1)
-- Jean-Sébastien Pédron <jean-sebastien.pedron@dumbbell.fr> Sat, 28 Mar 2015 01:43:31 +0100
erlang-yamerl (0.3.1-1) stable; urgency=low
* Fix bug with re:run/3 usage and Unicode string (#5).

View File

@ -4,7 +4,7 @@ defmodule Yamerl.Mixfile do
def project do
[
app: :yamerl,
version: "0.3.1-1",
version: "0.3.2-1",
description: description,
package: package,
deps: []