Prepare release 0.3.3

This commit is contained in:
Jean-Sébastien Pédron 2016-10-30 00:40:39 +02:00
parent 7026adbd85
commit 277ae7e080
No known key found for this signature in database
GPG Key ID: 39E99761A5FD94CC
3 changed files with 8 additions and 2 deletions

View File

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

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
erlang-yamerl (0.3.3-1) stable; urgency=low
* yamerl_parser: Fix an infinite loop with "key:"
-- Jean-Sébastien Pédron <jean-sebastien.pedron@dumbbell.fr> Sun, 30 Oct 2016 00:38:26 +0200
erlang-yamerl (0.3.2-1) stable; urgency=low
* yamerl_parser: Don't build with HiPE by default

View File

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