From f5624ca081182c280ed3e9d7d7b9728ce520c151 Mon Sep 17 00:00:00 2001 From: Ben Mabey Date: Thu, 30 Apr 2009 21:30:47 -0600 Subject: [PATCH] Version bump to 0.1.3 --- History.txt | 6 ++++++ VERSION.yml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/History.txt b/History.txt index 8ea2caf..e01f9b8 100644 --- a/History.txt +++ b/History.txt @@ -1,8 +1,14 @@ (In Git) + === New features + === Bufixes + +== 0.1.3 2009-04-30 + === New features * PostgresSQLAdapter for AR to support the truncation strategy. (Alberto Perdomo) === Bufixes + * Added missing quotes around table names in truncation calls. (Michael MacDonald) == 0.1.2 2009-03-05 === New features diff --git a/VERSION.yml b/VERSION.yml index d0c4551..2953502 100644 --- a/VERSION.yml +++ b/VERSION.yml @@ -1,4 +1,4 @@ --- -:minor: 1 -:patch: 2 +:patch: 3 :major: 0 +:minor: 1