From 251428e2382f3ccced34fea91c487dec96848b32 Mon Sep 17 00:00:00 2001 From: Lukáš Lalinský Date: Wed, 3 Jun 2009 14:18:39 +0200 Subject: 0.2.0 --- CHANGES | 6 ++++++ src/src.pro | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index d350e75..d9973e0 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +Release 0.2.0 (2009-06-03) +========================== + - Support for table background colors + - Column data type is now an editable combo box + - Windows support + Release 0.1.0 (2009-02-22) ========================== - Initial release diff --git a/src/src.pro b/src/src.pro index 63935ab..bcc666d 100644 --- a/src/src.pro +++ b/src/src.pro @@ -1,5 +1,5 @@ TARGET = dbmodel -VERSION = 0.1.0 +VERSION = 0.2.0 DESTDIR = ../ -- cgit v1.2.3-54-g00ecf