Skip to content

Commit

Permalink
Update changelog for release of v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Yacine Petitprez committed Jul 3, 2018
1 parent c564fab commit 2fc78f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# master/HEAD

# v0.2

## Breaking changes
- Migration to crystal 0.25.

Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/clear/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Clear
VERSION = "v0.1.3alpha"
VERSION = "v0.2"
end

0 comments on commit 2fc78f8

Please sign in to comment.