From 2fc78f82dce64b61f9b4244c35f483a6121691c8 Mon Sep 17 00:00:00 2001 From: Yacine Petitprez Date: Tue, 3 Jul 2018 13:44:16 +0200 Subject: [PATCH] Update changelog for release of v0.2 --- CHANGELOG.md | 3 +++ src/clear/version.cr | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecab484f2..5048d38cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # master/HEAD +# v0.2 + ## Breaking changes - Migration to crystal 0.25. @@ -9,6 +11,7 @@ - Fix #18 ambiguous column with joins. ## Features +- Full Text Searchable module using tsvector to simplify... full text search ! - SQL Builder can now be used with model collection as subqueries. - Add methods for pagination (PR #16, thanks @jwoertink) - Add multi-connections system (PR #18, thanks @russ) diff --git a/src/clear/version.cr b/src/clear/version.cr index 00579ccfd..dcf94f24c 100644 --- a/src/clear/version.cr +++ b/src/clear/version.cr @@ -1,3 +1,3 @@ module Clear - VERSION = "v0.1.3alpha" + VERSION = "v0.2" end