mirror of
https://github.com/valitydev/yamerl.git
synced 2024-11-06 02:45:23 +00:00
Prepare release 0.3.2-1
This commit is contained in:
parent
d3d14a47f9
commit
b5eca9f34c
@ -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
8
debian/changelog
vendored
@ -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).
|
||||
|
@ -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: []
|
||||
|
Loading…
Reference in New Issue
Block a user